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**, 75 928 words: `early_modern_irish_cased_ft_100_5_2.txt`
|
18 |
+
- **Lowercase**, 71 491 words: `early_modern_irish_lower_ft_100_5_2.txt`
|
19 |
+
- **Lowercase with initial mutations removed**, 62 107 words: `early_modern_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 |
|