Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,9 @@ There are two objectives:
|
|
16 |
- 🧪fasttext vs transformer based model: How does this lightweight model with limited capacity compare to the original model [HuggingFaceFW/fineweb-edu-classifier](https://huggingface.co/HuggingFaceFW/fineweb-edu-classifier)?
|
17 |
|
18 |
|
|
|
|
|
|
|
19 |
## 🛠️Usage
|
20 |
```python
|
21 |
from typing import List
|
|
|
16 |
- 🧪fasttext vs transformer based model: How does this lightweight model with limited capacity compare to the original model [HuggingFaceFW/fineweb-edu-classifier](https://huggingface.co/HuggingFaceFW/fineweb-edu-classifier)?
|
17 |
|
18 |
|
19 |
+
An alternative educational classifier based on different definition of educational value can be found at [kenhktsui/llm-data-textbook-quality-fasttext-classifier-v2](https://huggingface.co/kenhktsui/llm-data-textbook-quality-fasttext-classifier-v2).
|
20 |
+
|
21 |
+
|
22 |
## 🛠️Usage
|
23 |
```python
|
24 |
from typing import List
|