lbourdois commited on
Commit
611fb1e
·
verified ·
1 Parent(s): 4ca823c

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 +26 -14
README.md CHANGED
@@ -1,15 +1,27 @@
1
- ---
2
- license: apache-2.0
3
- datasets:
4
- - GX-XinGao/GRA
5
- language:
6
- - en
7
- metrics:
8
- - accuracy
9
- base_model:
10
- - Qwen/Qwen2.5-7B
11
- pipeline_tag: text-generation
12
- ---
13
- Paper: [A Strategic Coordination Framework of Small LLMs Matches Large LLMs in Data Synthesis](arxiv.org/abs/2504.12322)
14
-
 
 
 
 
 
 
 
 
 
 
 
 
15
  Code: https://github.com/GX-XinGao/GRA
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - GX-XinGao/GRA
5
+ language:
6
+ - zho
7
+ - eng
8
+ - fra
9
+ - spa
10
+ - por
11
+ - deu
12
+ - ita
13
+ - rus
14
+ - jpn
15
+ - kor
16
+ - vie
17
+ - tha
18
+ - ara
19
+ metrics:
20
+ - accuracy
21
+ base_model:
22
+ - Qwen/Qwen2.5-7B
23
+ pipeline_tag: text-generation
24
+ ---
25
+ Paper: [A Strategic Coordination Framework of Small LLMs Matches Large LLMs in Data Synthesis](arxiv.org/abs/2504.12322)
26
+
27
  Code: https://github.com/GX-XinGao/GRA