lbourdois commited on
Commit
d940475
·
verified ·
1 Parent(s): a653ffb

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 +22 -8
README.md CHANGED
@@ -1,9 +1,23 @@
1
- ---
2
- license: apache-2.0
3
- datasets:
4
- - GAIR/o1-journey
5
- base_model:
6
- - Qwen/Qwen2.5-7B
7
- ---
8
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  [Qwen/Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B) finetuned on [GAIR/o1-journey](https://huggingface.co/datasets/GAIR/o1-journey) dataset.
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - GAIR/o1-journey
5
+ base_model:
6
+ - Qwen/Qwen2.5-7B
7
+ language:
8
+ - zho
9
+ - eng
10
+ - fra
11
+ - spa
12
+ - por
13
+ - deu
14
+ - ita
15
+ - rus
16
+ - jpn
17
+ - kor
18
+ - vie
19
+ - tha
20
+ - ara
21
+ ---
22
+
23
  [Qwen/Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B) finetuned on [GAIR/o1-journey](https://huggingface.co/datasets/GAIR/o1-journey) dataset.