davidmezzetti commited on
Commit
1a317a7
·
1 Parent(s): c339cff

Update README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ base_model:
11
 
12
  # FastText StaticVectors model
13
 
14
- 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, helping it maintain solid runtime performance.
15
 
16
  _This model is a quantized version of the base model. It's using 10x256 Product Quantization._
17
 
 
11
 
12
  # FastText StaticVectors model
13
 
14
+ 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.
15
 
16
  _This model is a quantized version of the base model. It's using 10x256 Product Quantization._
17