ljvmiranda921 commited on
Commit
eff4c1b
1 Parent(s): f04cf01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -100,4 +100,23 @@ model-index:
100
  | `PARSER_LOSS` | 52218.72 |
101
  | `TRAINABLE_LEMMATIZER_LOSS` | 13840.79 |
102
  | `TAGGER_LOSS` | 14861.77 |
103
- | `MORPHOLOGIZER_LOSS` | 15138.17 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  | `PARSER_LOSS` | 52218.72 |
101
  | `TRAINABLE_LEMMATIZER_LOSS` | 13840.79 |
102
  | `TAGGER_LOSS` | 14861.77 |
103
+ | `MORPHOLOGIZER_LOSS` | 15138.17 |
104
+
105
+
106
+ ### Citation
107
+
108
+ If you're using this model, please cite:
109
+
110
+ ```
111
+ @inproceedings{miranda-2024-allen,
112
+ title = "{A}llen Institute for {AI} @ {SIGTYP} 2024 Shared Task on Word Embedding Evaluation for Ancient and Historical Languages",
113
+ author = "Miranda, Lester James",
114
+ booktitle = "Proceedings of the 6th Workshop on Research in Computational Linguistic Typology and Multilingual NLP",
115
+ month = mar,
116
+ year = "2024",
117
+ address = "St. Julian's, Malta",
118
+ publisher = "Association for Computational Linguistics",
119
+ url = "https://aclanthology.org/2024.sigtyp-1.18",
120
+ pages = "151--159",
121
+ }
122
+ ```