cabrooks commited on
Commit
ccc5004
1 Parent(s): b462afc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -31,10 +31,12 @@ model = BertForMaskedLM.from_pretrained("cabrooks/LOGION-50k_wordpiece")
31
  If you use this model in your research, please cite the paper:
32
 
33
  ```
34
- @inproceedings{logion-base,
35
- author = {Cowen-Breen, Charlie and Brooks, Creston and Haubold, Johannes and Graziosi, Barbara},
36
- title = {Logion: Machine Learning for Greek Philology},
37
- year = {2023},
38
- url = {https://arxiv.org/abs/2305.01099}
 
 
39
  }
40
  ```
 
31
  If you use this model in your research, please cite the paper:
32
 
33
  ```
34
+ @misc{logion-base,
35
+ title={Logion: Machine Learning for Greek Philology},
36
+ author={Cowen-Breen, C. and Brooks, C. and Haubold, J. and Graziosi, B.},
37
+ year={2023},
38
+ eprint={2305.01099},
39
+ archivePrefix={arXiv},
40
+ primaryClass={cs.CL}
41
  }
42
  ```