Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- de
|
5 |
+
- fr
|
6 |
+
- en
|
7 |
+
- la
|
8 |
+
- el
|
9 |
+
- it
|
10 |
+
base_model:
|
11 |
+
- sven-nm/XLM-R-for-classics
|
12 |
+
pipeline_tag: token-classification
|
13 |
+
---
|
14 |
+
|
15 |
+
# Model description
|
16 |
+
|
17 |
+
This model is fine-tuned for Latin part-of-speech tagging using [Evalatin](https://aclanthology.org/2022.lt4hala-1.29/) for 40 epochs. It can be used in an ordinary token classification pipeline.
|