kenhktsui commited on
Commit
ce718a3
1 Parent(s): 2fcd53a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -6,8 +6,15 @@ library_name: fasttext
6
  pipeline_tag: text-classification
7
  inference: false
8
  ---
 
 
9
  # 📚llm-data-textbook-quality-fasttext-classifier-v2
10
 
 
 
 
 
 
11
 
12
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/60e50ce5350d181892d5a636/acAPg-_NawdIfE2XXwcgc.png)
13
 
 
6
  pipeline_tag: text-classification
7
  inference: false
8
  ---
9
+
10
+
11
  # 📚llm-data-textbook-quality-fasttext-classifier-v2
12
 
13
+ ## Update
14
+ 2024-07-07: quantized model "model_quantized.bin" is released.
15
+ ```
16
+ model = fasttext.load_model(hf_hub_download("kenhktsui/llm-data-textbook-quality-fasttext-classifer-v2", "model_quantized.bin"))
17
+ ```
18
 
19
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/60e50ce5350d181892d5a636/acAPg-_NawdIfE2XXwcgc.png)
20