ancatmara commited on
Commit
89a6355
1 Parent(s): ddd60f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -14,9 +14,9 @@ pipeline_tag: feature-extraction
14
 
15
  There are 3 models in this familily:
16
 
17
- - **Cased**, 66 122 words: `early_modern_irish_cased_ft_100_5_2.txt`
18
- - **Lowercase**, 62 497 words: `early_modern_irish_lower_ft_100_5_2.txt`
19
- - **Lowercase with initial mutations removed**, 55 086 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
 
 
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