Tanneru commited on
Commit
b709914
·
verified ·
1 Parent(s): 16342e6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -4
README.md CHANGED
@@ -143,11 +143,31 @@ This model is released under the **Apache 2.0 License**. You are free to use, mo
143
 
144
  ---
145
 
146
- ## 📚 Citation
147
 
148
- If you use this model in your work, please cite it as:
149
 
150
- **Tanneru.** _BEiT-Large fine-tuned on AffectNet for Emotion Detection_. Hugging Face. https://huggingface.co/Tanneru/Facial-Emotion-Detection-BEIT-Large
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
 
152
- 📄 [BibTeX Citation](https://huggingface.co/Tanneru/Facial-Emotion-Detection-BEIT-Large/resolve/main/CITATION.bib)
153
 
 
143
 
144
  ---
145
 
146
+ ---
147
 
148
+ ## 📚 Citation
149
 
150
+ If you use this model in your work, please cite:
151
+
152
+ ```bibtex
153
+ @misc{tanneru2025beit_affectnet,
154
+ title={BEiT-Large fine-tuned on AffectNet for Emotion Detection},
155
+ author={Tanneru},
156
+ year={2025},
157
+ publisher={Hugging Face},
158
+ howpublished={\url{https://huggingface.co/Tanneru/Facial-Emotion-Detection-BEIT-Large}},
159
+ }
160
+
161
+ @article{bao2021beit,
162
+ author = {Hangbo Bao and Li Dong and Furu Wei},
163
+ title = {BEiT: BERT Pre-Training of Image Transformers},
164
+ journal = {CoRR},
165
+ volume = {abs/2106.08254},
166
+ year = {2021},
167
+ url = {https://arxiv.org/abs/2106.08254},
168
+ archivePrefix = {arXiv},
169
+ eprint = {2106.08254},
170
+ bibsource = {dblp computer science bibliography, https://dblp.org}
171
+ }
172
 
 
173