Update README.md
Browse files
README.md
CHANGED
|
@@ -73,7 +73,7 @@ from gensim.models import KeyedVectors
|
|
| 73 |
|
| 74 |
# Download the vec file
|
| 75 |
vec_path = hf_hub_download(
|
| 76 |
-
repo_id="
|
| 77 |
filename="tigre.vec",
|
| 78 |
repo_type="dataset" # Or 'model' if you prefer
|
| 79 |
)
|
|
|
|
| 73 |
|
| 74 |
# Download the vec file
|
| 75 |
vec_path = hf_hub_download(
|
| 76 |
+
repo_id="BeitTigreAI/tigre-data-fasttext",
|
| 77 |
filename="tigre.vec",
|
| 78 |
repo_type="dataset" # Or 'model' if you prefer
|
| 79 |
)
|