Update README.md
Browse files
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 |

|
| 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 |

|
| 20 |
|