Commit
·
568531a
1
Parent(s):
4cf0f1e
Update README
Browse files
README.md
CHANGED
@@ -23,6 +23,6 @@ _This model is a quantized version of the [base language id model](https://hf.co
|
|
23 |
```python
|
24 |
from staticvectors import StaticVectors
|
25 |
|
26 |
-
model = StaticVectors("
|
27 |
model.predict(["What language is this text?"])
|
28 |
```
|
|
|
23 |
```python
|
24 |
from staticvectors import StaticVectors
|
25 |
|
26 |
+
model = StaticVectors("neuml/language-id-quantized")
|
27 |
model.predict(["What language is this text?"])
|
28 |
```
|