Skip to content

Commit

Permalink
Added Ukrainian models to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasgarbas committed Dec 13, 2022
1 parent 2d9743d commit decdf5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/docs/TUTORIAL_2_TAGGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ You can pass text in any of these languages to the model. In particular, the NER
| 'ml-pos' | POS-tagging | Malayalam | 30000 Malayalam sentences | **83** | [sabiqueqb](https://github.com/sabiqueqb) |
| 'ml-upos' | POS-tagging | Malayalam | 30000 Malayalam sentences | **87** | [sabiqueqb](https://github.com/sabiqueqb) |
| 'pt-pos-clinical' | POS-tagging | Portuguese | [PUCPR](https://github.com/HAILab-PUCPR/portuguese-clinical-pos-tagger) | **92.39** | [LucasFerroHAILab](https://github.com/LucasFerroHAILab) for clinical texts |
| '[ner-ukrainian](https://huggingface.co/dchaplinsky/flair-uk-ner)' | NER (4-class) | Ukrainian | [NER-UK dataset](https://github.com/lang-uk/ner-uk) | **86.05** (F1) | [dchaplinsky](https://github.com/dchaplinsky) |
| '[pos-ukrainian](https://huggingface.co/dchaplinsky/flair-uk-pos)' | POS-tagging | Ukrainian | [Ukrainian UD](https://universaldependencies.org/treebanks/uk_iu/index.html) | **97.93** (F1) | [dchaplinsky](https://github.com/dchaplinsky) |


### Tagging a German sentence
Expand Down
1 change: 1 addition & 0 deletions resources/docs/embeddings/FLAIR_EMBEDDINGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Currently, the following contextual string embeddings are provided (note: replac
| 'en-impresso-hipe-v1-X' | English (historical) | In-domain data (Chronicling America material) for [CLEF HIPE Shared task](https://impresso.github.io/CLEF-HIPE-2020). More information on the shared task can be found in [this paper](https://zenodo.org/record/3752679#.XqgzxXUzZzU) |
| 'fr-impresso-hipe-v1-X' | French (historical) | In-domain data (Swiss and Luxembourgish newspapers) for [CLEF HIPE Shared task](https://impresso.github.io/CLEF-HIPE-2020). More information on the shared task can be found in [this paper](https://zenodo.org/record/3752679#.XqgzxXUzZzU) |
| 'am-X' | Amharic | Based on 6.5m Amharic text corpus crawled from different sources. See [this paper](https://www.mdpi.com/1999-5903/13/11/275) and the official [GitHub Repository](https://github.com/uhh-lt/amharicmodels) for more information. |
| 'uk-X' | Ukrainian | Added by [@dchaplinsky](https://github.com/dchaplinsky): Trained with [UberText](https://lang.org.ua/en/corpora/) corpus. |

So, if you want to load embeddings from the German forward LM model, instantiate the method as follows:

Expand Down

0 comments on commit decdf5e

Please sign in to comment.