EvilScript commited on
Commit
724788e
·
verified ·
1 Parent(s): e5c5ed7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -131,9 +131,12 @@ The model weights and card are released under the MIT license. Review and comply
131
  If you use this model, please cite the project:
132
 
133
  ```bibtex
134
- @software{academic_sentiment_classifier,
135
- title = {Academic Sentiment Classifier (DistilBERT)},
136
- year = {2025},
137
- url = {https://huggingface.co/EvilScript/academic-sentiment-classifier}
 
 
 
138
  }
139
  ```
 
131
  If you use this model, please cite the project:
132
 
133
  ```bibtex
134
+ @misc{federico_torrielli_2025,
135
+ author = { Federico Torrielli and Stefano Locci },
136
+ title = { academic-sentiment-classifier },
137
+ year = 2025,
138
+ url = { https://huggingface.co/EvilScript/academic-sentiment-classifier },
139
+ doi = { 10.57967/hf/6535 },
140
+ publisher = { Hugging Face }
141
  }
142
  ```