Update README.md
Browse files
README.md
CHANGED
@@ -7,8 +7,8 @@ language:
|
|
7 |
library_name: fasttext
|
8 |
pipeline_tag: text-classification
|
9 |
---
|
10 |
-
# llm-data-textbook-quality-fasttext-
|
11 |
-
Model is built on fasttext. It is an optimised version of [llm-data-textbook-quality-
|
12 |
Not just it results in a higher F1 score, but also it can classify more than 2000 examples per second in CPU.
|
13 |
This model can classify if a text is of textbook quality data. It can be used as a filter for data curation when training a LLM.
|
14 |
Please note textbook quality is a subset of high quality.
|
|
|
7 |
library_name: fasttext
|
8 |
pipeline_tag: text-classification
|
9 |
---
|
10 |
+
# llm-data-textbook-quality-fasttext-classifier-v1
|
11 |
+
Model is built on fasttext. It is an optimised version of [llm-data-textbook-quality-classifier-v1](https://huggingface.co/kenhktsui/llm-data-textbook-quality-classifier-v1).
|
12 |
Not just it results in a higher F1 score, but also it can classify more than 2000 examples per second in CPU.
|
13 |
This model can classify if a text is of textbook quality data. It can be used as a filter for data curation when training a LLM.
|
14 |
Please note textbook quality is a subset of high quality.
|