Safetensors
qwen2
LightPlanner
lbourdois commited on
Commit
a2be281
·
verified ·
1 Parent(s): f87c3e1

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 +29 -17
README.md CHANGED
@@ -1,18 +1,30 @@
1
- ---
2
- license: apache-2.0
3
- Model_name: LightPlanner-Qwen2.5-1.5B
4
- datasets:
5
- - llamafactory/lima
6
- - open-r1/OpenR1-Math-220k
7
- - JettZhou/LightPlan-40k
8
- language:
9
- - en
10
- base_model:
11
- - Qwen/Qwen2.5-1.5B-Instruct
12
- tags:
13
- - LightPlanner
14
- ---
15
-
16
- LightPlanner-Qwen2.5-1.5B
17
-
 
 
 
 
 
 
 
 
 
 
 
 
18
  https://github.com/unira-zwj/LightPlanner
 
1
+ ---
2
+ license: apache-2.0
3
+ Model_name: LightPlanner-Qwen2.5-1.5B
4
+ datasets:
5
+ - llamafactory/lima
6
+ - open-r1/OpenR1-Math-220k
7
+ - JettZhou/LightPlan-40k
8
+ language:
9
+ - zho
10
+ - eng
11
+ - fra
12
+ - spa
13
+ - por
14
+ - deu
15
+ - ita
16
+ - rus
17
+ - jpn
18
+ - kor
19
+ - vie
20
+ - tha
21
+ - ara
22
+ base_model:
23
+ - Qwen/Qwen2.5-1.5B-Instruct
24
+ tags:
25
+ - LightPlanner
26
+ ---
27
+
28
+ LightPlanner-Qwen2.5-1.5B
29
+
30
  https://github.com/unira-zwj/LightPlanner