RicardoRei commited on
Commit
72e4a68
·
1 Parent(s): 352467e

readme update

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -2,13 +2,13 @@
2
  pipeline_tag: classification
3
  language:
4
  - multilingual
5
- license: apache 2.0
6
  library_name: transformers
7
  ---
8
 
9
  # Model Description
10
 
11
- This model was build by translating the fine-Edu annotations into 15 languages using the best translation LLM: 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
 
 
2
  pipeline_tag: classification
3
  language:
4
  - multilingual
5
+ license: apache-2.0
6
  library_name: transformers
7
  ---
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