huu-ontocord commited on
Commit
f651bf8
·
verified ·
1 Parent(s): 22cb9ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ These are basic classifiers and a BM25 index of Wikipedia used for data tooling
5
  Using kenhktsui/llm-data-textbook-quality-fasttext-classifer-v1's classifier (MIT) and TurkuNLP's register classifiers.
6
 
7
  ```
8
- import fasttext
9
  if not os.path.exists("expert_classify.ftz"):
10
  os.system("wget http://dl.turkunlp.org/register-labeling-model/fasttext_model.bin")
11
  os.system("wget https://huggingface.co/ontocord/riverbed/resolve/main/rj_model.bin")
 
5
  Using kenhktsui/llm-data-textbook-quality-fasttext-classifer-v1's classifier (MIT) and TurkuNLP's register classifiers.
6
 
7
  ```
8
+ import fasttext, os
9
  if not os.path.exists("expert_classify.ftz"):
10
  os.system("wget http://dl.turkunlp.org/register-labeling-model/fasttext_model.bin")
11
  os.system("wget https://huggingface.co/ontocord/riverbed/resolve/main/rj_model.bin")