Update README.md
Browse files
README.md
CHANGED
|
@@ -8,11 +8,11 @@ library_name: transformers
|
|
| 8 |
|
| 9 |
# Model Description
|
| 10 |
|
| 11 |
-
This model was
|
| 12 |
|
| 13 |
-
The translation model excels at translating entire documents and thus
|
| 14 |
|
| 15 |
-
The classifier is trained for English, German, Spanish, Japanese, Chinese, Russian, Hindi, Czech, Ukrainian, Icelandic, Portuguese, French, Dutch, Italian and Korean. Since
|
| 16 |
|
| 17 |
## Running Model:
|
| 18 |
To run inference you must install
|
|
|
|
| 8 |
|
| 9 |
# Model Description
|
| 10 |
|
| 11 |
+
This model was built by translating the fineweb-edu annotations into 15 languages using a state-of-the-art proprietary LLM for translation, TowerLLM 70B.
|
| 12 |
|
| 13 |
+
The translation model excels at translating entire documents and thus it is the perfect fit to translate the texts we will use to train our classifier.
|
| 14 |
|
| 15 |
+
The classifier is trained for English, German, Spanish, Japanese, Chinese, Russian, Hindi, Czech, Ukrainian, Icelandic, Portuguese, French, Dutch, Italian and Korean. Since it is built on top of [mdeberta-v3-base](https://huggingface.co/microsoft/mdeberta-v3-base) it should be able to generalize across other languages.
|
| 16 |
|
| 17 |
## Running Model:
|
| 18 |
To run inference you must install
|