lbourdois commited on
Commit
835b7e4
·
verified ·
1 Parent(s): 2d518c2

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,8 +1,22 @@
1
- ---
2
- datasets:
3
- - HumanLLMs/Human-Like-DPO-Dataset
4
- base_model:
5
- - Qwen/Qwen2.5-0.5B-Instruct
6
- pipeline_tag: text-generation
7
- library_name: transformers
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - HumanLLMs/Human-Like-DPO-Dataset
4
+ base_model:
5
+ - Qwen/Qwen2.5-0.5B-Instruct
6
+ pipeline_tag: text-generation
7
+ library_name: transformers
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
+ ---