davidmezzetti commited on
Commit
1c2a8f1
·
1 Parent(s): 568531a

Update README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ base_model:
12
 
13
  # Language Detection with StaticVectors
14
 
15
- This model is an export of this [FastText Language Identification model](https://fasttext.cc/docs/en/language-identification.html) for [`staticvectors`](https://github.com/neuml/staticvectors). `staticvectors` enables running inference Python with NumPy, helping it maintain solid runtime performance.
16
 
17
  Language detection is an important task and identification with n-gram models is an efficient and highly accurate way to do it.
18
 
 
12
 
13
  # Language Detection with StaticVectors
14
 
15
+ This model is an export of this [FastText Language Identification model](https://fasttext.cc/docs/en/language-identification.html) for [`staticvectors`](https://github.com/neuml/staticvectors). `staticvectors` enables running inference in Python with NumPy. This helps it maintain solid runtime performance.
16
 
17
  Language detection is an important task and identification with n-gram models is an efficient and highly accurate way to do it.
18