andre-martins commited on
Commit
7cf9ef7
·
verified ·
1 Parent(s): 02decd0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,11 +8,11 @@ library_name: transformers
8
 
9
  # Model Description
10
 
11
- This model was build by translating the fine-Edu annotations into 15 languages using the best proprietary LLM for translation in the world: Tower LLM 70B.
12
 
13
- The translation model excels at translating entire documents and thus its 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 its build 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
 
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