Closed songheony closed 5 years ago
Merging #74 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #74 +/- ##
=======================================
Coverage 94.02% 94.02%
=======================================
Files 57 57
Lines 1524 1524
=======================================
Hits 1433 1433
Misses 91 91
Impacted Files | Coverage Δ | |
---|---|---|
torchnlp/word_to_vector/fast_text.py | 100% <ø> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update eb61fee...edaf2c0. Read the comment docs.
This is great. Thank you for catching that!
The pretrained vectors according to the official document[https://github.com/facebookresearch/fastText/blob/master/docs/pretrained-vectors.md] are in dimension 300.
Also in this implementation, FastText class return 100 dimension vectors.