sorasmaa commited on
Commit
b36e4e9
1 Parent(s): 833d6c4

Updated readme

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,6 +10,6 @@ library_name: transformers
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
 
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 in Estonian texts using [Vabamorf's tagset](https://github.com/Filosoft/vabamorf/blob/e6d42371006710175f7ec328c98f90b122930555/doc/tagset.md).
14
+ This version of the model has been fine-tuned to mimic automatic tagging behaviour of the [Vabamorf morphological analyser and disambiguator](https://github.com/estnltk/estnltk/blob/main/tutorials/nlp_pipeline/B_morphology/01_morphological_analysis.ipynb).
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