This repository collects a set of self-supervised learning (SSL) model checkpoints for ResNet and Vision Transformer (ViT) architectures. These models have been pretrained on large image datasets using various SSL methods and can be fine-tuned or evaluated on downstream tasks.
You can use the
vitookit for evaluation and fine-tuning.
Example vitookit k-NN evaluation (iBOT ViT-B on Oxford Pets):
vitrun eval_knn.py --data_location ~/data/ --data_set Pets --model vit_base_patch16_224.ibot -w ~/models/SSL/vit/ibot_vitb_in1k.pth
Below are concise model cards you can drop into this README to document self‑supervised ResNet and ViT checkpoints. Include the concrete checkpoint metadata (pretraining recipe, epoch, augmentations) next to each entry when available.
Put per-checkpoint details (method, epoch, training recipe, license, citation) immediately under each model entry for clarity.