Updated readme
Browse files
README.md
CHANGED
@@ -5,10 +5,11 @@ language:
|
|
5 |
base_model:
|
6 |
- EMBEDDIA/est-roberta
|
7 |
pipeline_tag: token-classification
|
|
|
8 |
---
|
9 |
|
10 |
## Model description
|
11 |
|
12 |
-
est-roberta-vm-morph-tagging is an Est-RoBERTa based model fine-tuned for tagging
|
13 |
-
|
14 |
-
|
|
|
5 |
base_model:
|
6 |
- EMBEDDIA/est-roberta
|
7 |
pipeline_tag: token-classification
|
8 |
+
library_name: transformers
|
9 |
---
|
10 |
|
11 |
## Model description
|
12 |
|
13 |
+
est-roberta-vm-morph-tagging is an Est-RoBERTa based model fine-tuned for tagging partofpseech and morphological features using [Vabamorf's tagset](https://github.com/Filosoft/vabamorf/blob/e6d42371006710175f7ec328c98f90b122930555/doc/tagset.md) in Estonian texts.
|
14 |
+
This version of the model has been fine-tuned to mimic automatic tagging behaviour of the Vabamorf morphological analyser and disambiguator.
|
15 |
+
Fine-tuning and evaluation scripts of the model are available in the repository: https://github.com/estnltk/estnltk-model-training/tree/main/morph_tagging
|