patrickramos commited on
Commit
cbf3006
1 Parent(s): a2473ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -13,10 +13,11 @@ ResNet-50 pretrained with VICReg. VICReg was introduced in [VICReg: Variance-Inv
13
 
14
  Weights converted from the official [VICReg ResNet](https://github.com/facebookresearch/vicreg#pretrained-models-on-pytorch-hub) using [this script](https://colab.research.google.com/drive/1G2Y3JVWSzOh-kX8xKJUg5m4nc7dNkzNc?usp=sharing).
15
 
16
- For up-to-date model card information, please see the [original repo](https://github.com/facebookresearch/vicreg
 
17
  ### How to use
18
 
19
- **Warning: The feature extractor in this repo is a copy of the one from [`microsoft/resnet-50`](https://huggingface.co/microsoft/resnet-50). We never verified if this image prerprocessing is the one used with DINO ResNet-50.**
20
 
21
  ```python
22
  from transformers import AutoFeatureExtractor, ResNetModel
 
13
 
14
  Weights converted from the official [VICReg ResNet](https://github.com/facebookresearch/vicreg#pretrained-models-on-pytorch-hub) using [this script](https://colab.research.google.com/drive/1G2Y3JVWSzOh-kX8xKJUg5m4nc7dNkzNc?usp=sharing).
15
 
16
+ For up-to-date model card information, please see the [original repo](https://github.com/facebookresearch/vicreg).
17
+
18
  ### How to use
19
 
20
+ **Warning: The feature extractor in this repo is a copy of the one from [`microsoft/resnet-50`](https://huggingface.co/microsoft/resnet-50). We never verified if this image prerprocessing is the one used with VICReg ResNet-50.**
21
 
22
  ```python
23
  from transformers import AutoFeatureExtractor, ResNetModel