Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ import fasttext
|
|
38 |
from huggingface_hub import hf_hub_download
|
39 |
|
40 |
model_file = hf_hub_download(repo_id='naist-nlp/tubelex-kenlm', filename='tubelex-en.bin')
|
41 |
-
model = fasttext.load_model(model_file
|
42 |
|
43 |
print(model['koala'])
|
44 |
```
|
|
|
38 |
from huggingface_hub import hf_hub_download
|
39 |
|
40 |
model_file = hf_hub_download(repo_id='naist-nlp/tubelex-kenlm', filename='tubelex-en.bin')
|
41 |
+
model = fasttext.load_model(model_file)
|
42 |
|
43 |
print(model['koala'])
|
44 |
```
|