beshiribrahim commited on
Commit
cb3889b
·
verified ·
1 Parent(s): 31713cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="<Your_HF_Repo_Name>/tigre-data-fasttext", # Replace <Your_HF_Repo_Name>
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
  )