lbourdois commited on
Commit
cd4843d
·
verified ·
1 Parent(s): 626f19e

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 -15
README.md CHANGED
@@ -1,15 +1,26 @@
1
- ---
2
- license: mit
3
- tags:
4
- - unsloth
5
- - trl
6
- - grpo
7
- datasets:
8
- - openai/gsm8k
9
- language:
10
- - en
11
- - zh
12
- base_model:
13
- - Qwen/Qwen2.5-3B-Instruct
14
- ---
15
- https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Qwen2.5_(3B)-GRPO.ipynb
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - unsloth
5
+ - trl
6
+ - grpo
7
+ datasets:
8
+ - openai/gsm8k
9
+ language:
10
+ - zho
11
+ - eng
12
+ - fra
13
+ - spa
14
+ - por
15
+ - deu
16
+ - ita
17
+ - rus
18
+ - jpn
19
+ - kor
20
+ - vie
21
+ - tha
22
+ - ara
23
+ base_model:
24
+ - Qwen/Qwen2.5-3B-Instruct
25
+ ---
26
+ https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Qwen2.5_(3B)-GRPO.ipynb