Update README.md
Browse files
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 |
-
@
|
35 |
-
|
36 |
-
|
37 |
-
year
|
38 |
-
|
|
|
|
|
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 |
```
|