lbourdois commited on
Commit
4b3febb
·
verified ·
1 Parent(s): c45b9a9

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,16 +1,27 @@
1
- ---
2
- license: apache-2.0
3
- language:
4
- - en
5
- - zh
6
- base_model:
7
- - Qwen/Qwen2.5-7B
8
- - Qwen/Qwen2.5-7B-Instruct
9
- pipeline_tag: text-generation
10
- tags:
11
- - merge
12
- ---
13
- ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/64e174e202fa032de4143324/FfSy1szfLdHhjoH7QS9P3.jpeg)
14
- Combine the three methods of **della**, **ties**, and **model stock** to merge the instruction model with the base model.
15
-
 
 
 
 
 
 
 
 
 
 
 
16
  The aim is to solve the problems of **the decline in instruction-following ability** and **mathematical ability** caused by using only the ties merging method or only the della merging method.
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - zho
5
+ - eng
6
+ - fra
7
+ - spa
8
+ - por
9
+ - deu
10
+ - ita
11
+ - rus
12
+ - jpn
13
+ - kor
14
+ - vie
15
+ - tha
16
+ - ara
17
+ base_model:
18
+ - Qwen/Qwen2.5-7B
19
+ - Qwen/Qwen2.5-7B-Instruct
20
+ pipeline_tag: text-generation
21
+ tags:
22
+ - merge
23
+ ---
24
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/64e174e202fa032de4143324/FfSy1szfLdHhjoH7QS9P3.jpeg)
25
+ Combine the three methods of **della**, **ties**, and **model stock** to merge the instruction model with the base model.
26
+
27
  The aim is to solve the problems of **the decline in instruction-following ability** and **mathematical ability** caused by using only the ties merging method or only the della merging method.