Update README.md
Browse filesAdded yaml data in readme
README.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# SaCTI: Sanskrit Compound Type Identifier
|
| 2 |
|
| 3 |
Trained Models for the paper ["A Novel Multi-Task Learning Approach for Context-Sensitive Compound Type Identification in Sanskrit"](https://aclanthology.org/2022.coling-1.358/). If you use these models please cite the paper.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- sa # Sanskrit
|
| 4 |
+
- en # English (since some models are English)
|
| 5 |
+
- mr # Marathi
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
tags:
|
| 8 |
+
- compound-type-identification
|
| 9 |
+
- multi-task-learning
|
| 10 |
+
- contextual-embedding
|
| 11 |
+
- bert
|
| 12 |
+
- xlm-roberta
|
| 13 |
+
- pos-tagging
|
| 14 |
+
- dependency-parsing
|
| 15 |
+
- sanskrit
|
| 16 |
+
- marathi
|
| 17 |
+
- english
|
| 18 |
+
- nlp
|
| 19 |
+
- classification
|
| 20 |
+
model_name: SaCTI
|
| 21 |
+
datasets:
|
| 22 |
+
- custom
|
| 23 |
+
metrics:
|
| 24 |
+
- accuracy
|
| 25 |
+
- f1
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
|
| 29 |
# SaCTI: Sanskrit Compound Type Identifier
|
| 30 |
|
| 31 |
Trained Models for the paper ["A Novel Multi-Task Learning Approach for Context-Sensitive Compound Type Identification in Sanskrit"](https://aclanthology.org/2022.coling-1.358/). If you use these models please cite the paper.
|