Jon-Paul commited on
Commit
57f4d48
·
verified ·
1 Parent(s): 60a3217

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -159,4 +159,13 @@ If you use this dataset, please cite:
159
  title = {GitHub Issues Dataset (huggingface/datasets)},
160
  year = {2026},
161
  url = {https://github.com/huggingface/datasets}
162
- }
 
 
 
 
 
 
 
 
 
 
159
  title = {GitHub Issues Dataset (huggingface/datasets)},
160
  year = {2026},
161
  url = {https://github.com/huggingface/datasets}
162
+ }
163
+
164
+ @inproceedings{sanh2019distilbert,
165
+ title={DistilBERT, a distilled version of BERT: smaller, faster, cheaper and lighter},
166
+ author={Sanh, Victor and Debut, Lysandre and Chaumond, Julien and Wolf, Thomas},
167
+ year={2019},
168
+ url ={https://huggingface.co/docs/transformers/main/en/model_doc/distilbert#transformers.DistilBertForSequenceClassification}
169
+ eprint={1910.01108},
170
+ archivePrefix={arXiv}
171
+ }