Badhon commited on
Commit
dbb2b01
·
verified ·
1 Parent(s): 2455a1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -52,7 +52,7 @@ import fasttext
52
 
53
  from huggingface_hub import hf_hub_download
54
 
55
- path = hf_hub_download("<your-org>/airline-intent-fasttext", "intent.ftz")
56
  model = fasttext.load_model(path)
57
 
58
  labels, probs = model.predict("amar flight ta koto tay chare janaben?", k=3)
 
52
 
53
  from huggingface_hub import hf_hub_download
54
 
55
+ path = hf_hub_download("Badhon/airline-intent-fasttext", "intent.ftz")
56
  model = fasttext.load_model(path)
57
 
58
  labels, probs = model.predict("amar flight ta koto tay chare janaben?", k=3)