ancatmara commited on
Commit
2fcfa8f
1 Parent(s): 0394939

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**: `middle_irish_cased_ft_100_5_2.txt`
18
- - **Lowercase**: `middle_irish_lower_ft_100_5_2.txt`
19
- - **Lowercase with initial mutations removed**: `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
 
 
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