Commit
·
4b2b461
1
Parent(s):
97618f2
Update README
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ library_name: staticvectors
|
|
| 9 |
|
| 10 |
# FastText StaticVectors model
|
| 11 |
|
| 12 |
-
This model is an export of these [FastText English Vectors](https://fasttext.cc/docs/en/english-vectors.html) (_wiki-news-300d-1M-subword.vec.zip_) for [`staticvectors`](https://github.com/neuml/staticvectors). `staticvectors` enables running inference Python with NumPy
|
| 13 |
|
| 14 |
## Usage with StaticVectors
|
| 15 |
|
|
|
|
| 9 |
|
| 10 |
# FastText StaticVectors model
|
| 11 |
|
| 12 |
+
This model is an export of these [FastText English Vectors](https://fasttext.cc/docs/en/english-vectors.html) (_wiki-news-300d-1M-subword.vec.zip_) for [`staticvectors`](https://github.com/neuml/staticvectors). `staticvectors` enables running inference in Python with NumPy. This helps it maintain solid runtime performance.
|
| 13 |
|
| 14 |
## Usage with StaticVectors
|
| 15 |
|