lbourdois commited on
Commit
c836ba7
·
verified ·
1 Parent(s): cd2d398

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