kenobi commited on
Commit
21538ec
1 Parent(s): b33ee14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -79,7 +79,7 @@ predicted_class_idx = logits.argmax(-1).item()
79
  print("Predicted class:", model.config.id2label[predicted_class_idx])
80
  ```
81
 
82
- ## References
83
 
84
  A publication on this work is currently in preparation. In the meantime, please refer to this model by using the following citation:
85
  ```
@@ -103,5 +103,15 @@ For the base ViT model used please refer to:
103
  archivePrefix={arXiv},
104
  primaryClass={cs.CV}
105
  }
106
- ```
107
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  print("Predicted class:", model.config.id2label[predicted_class_idx])
80
  ```
81
 
82
+ ## BibTex & References
83
 
84
  A publication on this work is currently in preparation. In the meantime, please refer to this model by using the following citation:
85
  ```
 
103
  archivePrefix={arXiv},
104
  primaryClass={cs.CV}
105
  }
 
106
 
107
+ Imagenet
108
+
109
+ ```
110
+ @inproceedings{deng2009imagenet,
111
+ title={Imagenet: A large-scale hierarchical image database},
112
+ author={Deng, Jia and Dong, Wei and Socher, Richard and Li, Li-Jia and Li, Kai and Fei-Fei, Li},
113
+ booktitle={2009 IEEE conference on computer vision and pattern recognition},
114
+ pages={248--255},
115
+ year={2009},
116
+ organization={Ieee}
117
+ }