ancatmara commited on
Commit
f7e0228
·
verified ·
1 Parent(s): 720094e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -16,9 +16,9 @@ pipeline_tag: feature-extraction
16
 
17
  There are 3 models in this familily:
18
 
19
- - **Cased**, 119 629 words: `historical_irish_cased_ft_100_5_2.txt`
20
- - **Lowercase**, 112 229 words: `historical_irish_lower_ft_100_5_2.txt`
21
- - **Lowercase with initial mutations removed**, 99 627 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
 
 
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