Improve language tag
Browse filesHi! 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.
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 |
-
-
|
10 |
-
|
11 |
-
-
|
12 |
-
|
13 |
-
-
|
14 |
-
|
15 |
-
|
16 |
-
|
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
|