sorasmaa commited on
Commit
833d6c4
·
verified ·
1 Parent(s): 4e89e5c

Updated readme

Browse files
Files changed (1) hide show
  1. README.md +4 -3
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 [Vabamorf style partofpseech and morphological features](https://github.com/Filosoft/vabamorf/blob/e6d42371006710175f7ec328c98f90b122930555/doc/tagset.md) in Estonian texts.
13
- Finetuning and evaluation scripts of the model are available in the repository: https://github.com/estnltk/estnltk-model-training/tree/main/morph_tagging
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