lbourdois commited on
Commit
6ae00b9
·
verified ·
1 Parent(s): 38813c8

Improve language tag

Browse files

Hi! As the model is multilingual, this is a PR to add other languages than English to the language tag to improve the referencing. Note that 29 languages are announced in the README, but only 13 are explicitly listed. I was therefore only able to add these 13 languages.

Files changed (1) hide show
  1. README.md +24 -13
README.md CHANGED
@@ -1,14 +1,25 @@
1
- ---
2
- library_name: transformers
3
- language:
4
- - vi
5
- - en
6
- base_model:
7
- - Qwen/Qwen2.5-1.5B-Instruct
8
- license: apache-2.0
9
- ---
10
- ### License
11
- Qwen/Qwen2.5-1.5B-Instruct : https://choosealicense.com/licenses/apache-2.0/
12
-
13
- ### Acknowledgement
 
 
 
 
 
 
 
 
 
 
 
14
  This research is supported by TPU Research Cloud program.
 
1
+ ---
2
+ library_name: transformers
3
+ language:
4
+ - zho
5
+ - eng
6
+ - fra
7
+ - spa
8
+ - por
9
+ - deu
10
+ - ita
11
+ - rus
12
+ - jpn
13
+ - kor
14
+ - vie
15
+ - tha
16
+ - ara
17
+ base_model:
18
+ - Qwen/Qwen2.5-1.5B-Instruct
19
+ license: apache-2.0
20
+ ---
21
+ ### License
22
+ Qwen/Qwen2.5-1.5B-Instruct : https://choosealicense.com/licenses/apache-2.0/
23
+
24
+ ### Acknowledgement
25
  This research is supported by TPU Research Cloud program.