Commit
·
310f415
1
Parent(s):
ab197d9
Update README
Browse files
README.md
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
-
-
|
| 4 |
-
-
|
| 5 |
-
- onnx
|
| 6 |
inference: false
|
| 7 |
-
language: en
|
| 8 |
license: cc-by-sa-3.0
|
|
|
|
| 9 |
library_name: staticvectors
|
| 10 |
---
|
| 11 |
|
|
@@ -13,6 +12,7 @@ library_name: staticvectors
|
|
| 13 |
|
| 14 |
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.
|
| 15 |
|
|
|
|
| 16 |
|
| 17 |
## Usage with StaticVectors
|
| 18 |
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
+
- text-classification
|
| 4 |
+
- language-identification
|
|
|
|
| 5 |
inference: false
|
|
|
|
| 6 |
license: cc-by-sa-3.0
|
| 7 |
+
language: multilingual
|
| 8 |
library_name: staticvectors
|
| 9 |
---
|
| 10 |
|
|
|
|
| 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, helping 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 |
|
| 17 |
## Usage with StaticVectors
|
| 18 |
|