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,12 +1,26 @@
|
|
1 |
-
---
|
2 |
-
base_model: Qwen/Qwen2.5-3B-Instruct
|
3 |
-
library_name: transformers
|
4 |
-
model_name: Qwen2.5-3B-Instruct-20250310_174256
|
5 |
-
tags:
|
6 |
-
- generated_from_trainer
|
7 |
-
- trl
|
8 |
-
- sft
|
9 |
-
licence: license
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
Qwen2.5-3B-Instruct finetuned on s1K-1.1. Not evaluated. We recommend using s1.1-32B.
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2.5-3B-Instruct
|
3 |
+
library_name: transformers
|
4 |
+
model_name: Qwen2.5-3B-Instruct-20250310_174256
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
- trl
|
8 |
+
- sft
|
9 |
+
licence: license
|
10 |
+
language:
|
11 |
+
- zho
|
12 |
+
- eng
|
13 |
+
- fra
|
14 |
+
- spa
|
15 |
+
- por
|
16 |
+
- deu
|
17 |
+
- ita
|
18 |
+
- rus
|
19 |
+
- jpn
|
20 |
+
- kor
|
21 |
+
- vie
|
22 |
+
- tha
|
23 |
+
- ara
|
24 |
+
---
|
25 |
+
|
26 |
Qwen2.5-3B-Instruct finetuned on s1K-1.1. Not evaluated. We recommend using s1.1-32B.
|