Commit ·
97cd308
1
Parent(s): 5520db9
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,8 +18,14 @@ widget:
|
|
| 18 |
# Ukrainian flair embeddings (forward)
|
| 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 (forward)
|
| 19 |
|
| 20 |
Trained for 25+ epochs on the texts from ubertext2.0 (WIP).
|
| 21 |
+
|
| 22 |
+
This is the **forward** version of the embeddings. You can find the backward version [here](https://huggingface.co/lang-uk/flair-uk-backward/)
|
| 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 [flair-uk-forward-large](https://huggingface.co/lang-uk/flair-uk-forward-large)
|
| 27 |
+
|
| 28 |
+
|
| 29 |
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:
|
| 30 |
|
| 31 |
|