Update README.md
Browse files
README.md
CHANGED
@@ -16,9 +16,9 @@ pipeline_tag: feature-extraction
|
|
16 |
|
17 |
There are 3 models in this familily:
|
18 |
|
19 |
-
- **Cased**, 119
|
20 |
-
- **Lowercase**, 112
|
21 |
-
- **Lowercase with initial mutations removed**, 99
|
22 |
|
23 |
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)).
|
24 |
|
|
|
16 |
|
17 |
There are 3 models in this familily:
|
18 |
|
19 |
+
- **Cased**, 119 630 words: `historical_irish_cased_ft_100_5_2.txt`
|
20 |
+
- **Lowercase**, 112 230 words: `historical_irish_lower_ft_100_5_2.txt`
|
21 |
+
- **Lowercase with initial mutations removed**, 99 485 words: `historical_irish_lower_demutated_ft_100_5_2.txt`
|
22 |
|
23 |
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)).
|
24 |
|