Commit ·
b4337ba
1
Parent(s): 882cfa4
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ widget:
|
|
| 9 |
- text: "доброго вечора ми з україни"
|
| 10 |
---
|
| 11 |
|
| 12 |
-
**skipgram.uk.300.bin** is pre-trained word vectors for the Ukrainian language, trained with fastText on (yet unreleased) UberText2.0 dataset,
|
| 13 |
|
| 14 |
Our model increases Accuracy by 6.3% compared to the [Facebook Ukrainian word vectors](https://fasttext.cc/docs/en/crawl-vectors.html) on the word analogy task. The dataset for Ukrainian word analogy is available [here](https://github.com/lang-uk/vecs/).
|
| 15 |
|
|
@@ -27,4 +27,4 @@ ft = fasttext.load_model('skipgram.uk.300.bin')
|
|
| 27 |
ft.get_word_vector('привіт')
|
| 28 |
```
|
| 29 |
|
| 30 |
-
Copyright: [Dmytro Chaplynskyi](https://twitter.com/dchaplinsky), [lang-uk](https://lang.org.ua) project,
|
|
|
|
| 9 |
- text: "доброго вечора ми з україни"
|
| 10 |
---
|
| 11 |
|
| 12 |
+
**skipgram.uk.300.bin** is pre-trained word vectors for the Ukrainian language, trained with fastText on (yet unreleased) UberText2.0 dataset, collected and processed by the [lang-uk](https://lang.org.ua/en/). This model was trained using skipgram in dimension 300, with character n-grams range of 2-5, and 15 negative samples.
|
| 13 |
|
| 14 |
Our model increases Accuracy by 6.3% compared to the [Facebook Ukrainian word vectors](https://fasttext.cc/docs/en/crawl-vectors.html) on the word analogy task. The dataset for Ukrainian word analogy is available [here](https://github.com/lang-uk/vecs/).
|
| 15 |
|
|
|
|
| 27 |
ft.get_word_vector('привіт')
|
| 28 |
```
|
| 29 |
|
| 30 |
+
Copyright: [Dmytro Chaplynskyi](https://twitter.com/dchaplinsky), [lang-uk](https://lang.org.ua) project, Nataliia Romanyshyn, [Ukrainian Catholic University](https://ucu.edu.ua/en/), 2022
|