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

Update README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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("NeuML/language-id-quantized")
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
  ```