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