lbourdois commited on
Commit
c92d45c
·
verified ·
1 Parent(s): 0ae607a

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 +22 -10
README.md CHANGED
@@ -1,10 +1,22 @@
1
- ---
2
- language:
3
- - ja
4
- base_model:
5
- - Qwen/Qwen2.5-7B
6
- tags:
7
- - unsloth
8
- - trl
9
- - sft
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - zho
4
+ - eng
5
+ - fra
6
+ - spa
7
+ - por
8
+ - deu
9
+ - ita
10
+ - rus
11
+ - jpn
12
+ - kor
13
+ - vie
14
+ - tha
15
+ - ara
16
+ base_model:
17
+ - Qwen/Qwen2.5-7B
18
+ tags:
19
+ - unsloth
20
+ - trl
21
+ - sft
22
+ ---