dchaplinsky commited on
Commit
e66bb72
1 Parent(s): c57033d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -18,8 +18,13 @@ widget:
18
  # Ukrainian flair embeddings (backward)
19
 
20
  Trained for 25+ epochs on the texts from ubertext2.0 (WIP).
 
 
 
21
  The characters dictionary used for training is in `flair_dictionary.pkl` file
22
 
 
 
23
  For more information on flair embeddings see [the article](https://github.com/flairNLP/flair/blob/master/resources/docs/embeddings/FLAIR_EMBEDDINGS.md) or the paper below:
24
 
25
 
 
18
  # Ukrainian flair embeddings (backward)
19
 
20
  Trained for 25+ epochs on the texts from ubertext2.0 (WIP).
21
+
22
+ This is the **backward** version of the embeddings. You can find the forward version [here](https://huggingface.co/lang-uk/flair-uk-forward/)
23
+
24
  The characters dictionary used for training is in `flair_dictionary.pkl` file
25
 
26
+ For larger size flair embeddings of the Ukrainian language please check [uk-backward-large](https://huggingface.co/lang-uk/flair-uk-backward-large)
27
+
28
  For more information on flair embeddings see [the article](https://github.com/flairNLP/flair/blob/master/resources/docs/embeddings/FLAIR_EMBEDDINGS.md) or the paper below:
29
 
30