Update README.md
Browse files
README.md
CHANGED
@@ -14,9 +14,9 @@ pipeline_tag: feature-extraction
|
|
14 |
|
15 |
There are 3 models in this familily:
|
16 |
|
17 |
-
- **Cased
|
18 |
-
- **Lowercase
|
19 |
-
- **Lowercase with initial mutations removed
|
20 |
|
21 |
All models are trained with the same hyperparameters (`emb_size=100, window=5, min_count=2, n_epochs=100`) and saved as `KeyedVectors` (see [Gensim Documentation](https://radimrehurek.com/gensim/models/keyedvectors.html)).
|
22 |
|
|
|
14 |
|
15 |
There are 3 models in this familily:
|
16 |
|
17 |
+
- **Cased**, 70 402 words: `middle_irish_cased_ft_100_5_2.txt`
|
18 |
+
- **Lowercase**, 66 213 words: `middle_irish_lower_ft_100_5_2.txt`
|
19 |
+
- **Lowercase with initial mutations removed**, 60 094 words: `middle_irish_lower_demutated_ft_100_5_2.txt`
|
20 |
|
21 |
All models are trained with the same hyperparameters (`emb_size=100, window=5, min_count=2, n_epochs=100`) and saved as `KeyedVectors` (see [Gensim Documentation](https://radimrehurek.com/gensim/models/keyedvectors.html)).
|
22 |
|