Commit
·
dd52dfb
1
Parent(s):
616ca55
Update README
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ library_name: staticvectors
|
|
10 |
|
11 |
# Language Detection with StaticVectors
|
12 |
|
13 |
-
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
|
14 |
|
15 |
Language detection is an important task and identification with n-gram models is an efficient and highly accurate way to do it.
|
16 |
|
|
|
10 |
|
11 |
# Language Detection with StaticVectors
|
12 |
|
13 |
+
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.
|
14 |
|
15 |
Language detection is an important task and identification with n-gram models is an efficient and highly accurate way to do it.
|
16 |
|