Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ datasets:
|
|
4 |
- kenhktsui/llm-data-quality
|
5 |
---
|
6 |
# llm-data-textbook-quality-fasttext-classifer-v1
|
7 |
-
Model is built on fasttext. It is an optimisation of llm-data-textbook-quality-classifer-v1.
|
8 |
It can classify more than 2000 examples per second in CPU.
|
9 |
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.
|
10 |
Please note textbook quality is a subset of high quality.
|
|
|
4 |
- kenhktsui/llm-data-quality
|
5 |
---
|
6 |
# llm-data-textbook-quality-fasttext-classifer-v1
|
7 |
+
Model is built on fasttext. It is an optimisation of [llm-data-textbook-quality-classifer-v1](https://huggingface.co/kenhktsui/llm-data-textbook-quality-classifer-v1).
|
8 |
It can classify more than 2000 examples per second in CPU.
|
9 |
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.
|
10 |
Please note textbook quality is a subset of high quality.
|