Projeto commited on
Commit
bf4ff21
1 Parent(s): ac3d8a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -336,8 +336,10 @@ representations than those returned by the Word2Vec methods.
336
  Models are compatible with the `clean` function, but it is not necessary to use it. Remember to at least make all letters lowercase. Please check our paper or the [Gensim page](https://radimrehurek.com/gensim/models/fasttext.html) for more details. Preferably use Gensim version 4.0.1.
337
 
338
  Below we have a summary table with some important information about the trained models:
 
 
339
  | Filenames | FastText | Sizes | Windows
340
- |:-------------------:|:--------------:|:--------------:|:--------------:|
341
  | ```fasttext_cbow*``` | Continuous Bag-of-Words (CBOW) | 100, 200, 300 | 15
342
  | ```fasttext_sg*``` | Skip-Gram (SG) | 100, 200, 300 | 15
343
 
 
336
  Models are compatible with the `clean` function, but it is not necessary to use it. Remember to at least make all letters lowercase. Please check our paper or the [Gensim page](https://radimrehurek.com/gensim/models/fasttext.html) for more details. Preferably use Gensim version 4.0.1.
337
 
338
  Below we have a summary table with some important information about the trained models:
339
+
340
+
341
  | Filenames | FastText | Sizes | Windows
342
+ |:-------------------:|:----------------:|:--------------:|:--------------:|
343
  | ```fasttext_cbow*``` | Continuous Bag-of-Words (CBOW) | 100, 200, 300 | 15
344
  | ```fasttext_sg*``` | Skip-Gram (SG) | 100, 200, 300 | 15
345