huu-ontocord commited on
Commit
534fb15
1 Parent(s): 8fd3f73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: apache-2.0
3
  ---
4
  These are basic classifiers and a BM25 index of Wikipedia used for data tooling research.
 
 
5
  ```
6
  import fasttext
7
  if not os.path.exists("expert_classify.ftz"):
 
2
  license: apache-2.0
3
  ---
4
  These are basic classifiers and a BM25 index of Wikipedia used for data tooling research.
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"):