lmz
/

lmz commited on
Commit
550d8ab
·
1 Parent(s): 07c2d14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,3 +1,20 @@
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
4
+
5
+ This repo contains the pre-trained weights for the [DINOv2 model](https://github.com/facebookresearch/dinov2)
6
+ converted in a format that can be used by [candle](https://github.com/huggingface/candle).
7
+
8
+ The extraction script is also provided.
9
+
10
+ ## Citing DINOv2
11
+ As per their [GitHub repository](https://github.com/facebookresearch/dinov2):
12
+
13
+ ```
14
+ @misc{oquab2023dinov2,
15
+ title={DINOv2: Learning Robust Visual Features without Supervision},
16
+ author={Oquab, Maxime and Darcet, Timothée and Moutakanni, Theo and Vo, Huy V. and Szafraniec, Marc and Khalidov, Vasil and Fernandez, Pierre and Haziza, Daniel and Massa, Francisco and El-Nouby, Alaaeldin and Howes, Russell and Huang, Po-Yao and Xu, Hu and Sharma, Vasu and Li, Shang-Wen and Galuba, Wojciech and Rabbat, Mike and Assran, Mido and Ballas, Nicolas and Synnaeve, Gabriel and Misra, Ishan and Jegou, Herve and Mairal, Julien and Labatut, Patrick and Joulin, Armand and Bojanowski, Piotr},
17
+ journal={arXiv:2304.07193},
18
+ year={2023}
19
+ }
20
+ ```