Update README.md
Browse files
README.md
CHANGED
@@ -5,11 +5,15 @@ language:
|
|
5 |
library_name: fasttext
|
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 |
```
|
@@ -201,4 +205,4 @@ Below is the top 100 domain names, with no of record >= 100.
|
|
201 |
|
202 |
## 🧪Classifier Rank Ordering
|
203 |
Spearman rank-order correlation coefficient between Educational Value and that of test data is 0.7055, indicating a strong monotonic relationship. The Educational Value can be used for ranking.
|
204 |
-
![image/png](https://cdn-uploads.huggingface.co/production/uploads/60e50ce5350d181892d5a636/dKV2oXRv3WpEsfDXy0bl7.png)
|
|
|
5 |
library_name: fasttext
|
6 |
pipeline_tag: text-classification
|
7 |
inference: false
|
8 |
+
datasets:
|
9 |
+
- kenhktsui/llm-data-textbook-quality-v2
|
10 |
---
|
11 |
|
12 |
|
13 |
# 📚llm-data-textbook-quality-fasttext-classifier-v2
|
14 |
|
15 |
+
[Blog](https://huggingface.co/blog/kenhktsui/edu-value-classifier-cpu) | [Dataset] (https://huggingface.co/datasets/kenhktsui/llm-data-textbook-quality-v2)
|
16 |
+
|
17 |
## Update
|
18 |
2024-07-07: quantized model "model_quantized.bin" is released.
|
19 |
```
|
|
|
205 |
|
206 |
## 🧪Classifier Rank Ordering
|
207 |
Spearman rank-order correlation coefficient between Educational Value and that of test data is 0.7055, indicating a strong monotonic relationship. The Educational Value can be used for ranking.
|
208 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/60e50ce5350d181892d5a636/dKV2oXRv3WpEsfDXy0bl7.png)
|