lbourdois commited on
Commit
9439e06
·
verified ·
1 Parent(s): fdc335c

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 +57 -43
README.md CHANGED
@@ -1,43 +1,57 @@
1
- ---
2
- base_model:
3
- - Qwen/Qwen2.5-14B
4
- - Qwen/Qwen2.5-14B-Instruct
5
- library_name: transformers
6
- tags:
7
- - mergekit
8
- - merge
9
- license: apache-2.0
10
- ---
11
- # merge
12
-
13
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
14
-
15
- ## Merge Details
16
- ### Merge Method
17
-
18
- This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [Qwen/Qwen2.5-14B](https://huggingface.co/Qwen/Qwen2.5-14B) as a base.
19
-
20
- ### Models Merged
21
-
22
- The following models were included in the merge:
23
- * [Qwen/Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct)
24
-
25
- ### Configuration
26
-
27
- The following YAML configuration was used to produce this model:
28
-
29
- ```yaml
30
- models:
31
- - model: Qwen/Qwen2.5-14B-Instruct
32
- parameters:
33
- weight: 1
34
- density: 1
35
- merge_method: ties
36
- base_model: Qwen/Qwen2.5-14B
37
- parameters:
38
- weight: 1
39
- density: 1
40
- normalize: true
41
- int8_mask: true
42
- dtype: float16
43
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - Qwen/Qwen2.5-14B
4
+ - Qwen/Qwen2.5-14B-Instruct
5
+ library_name: transformers
6
+ tags:
7
+ - mergekit
8
+ - merge
9
+ license: apache-2.0
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
+ # merge
26
+
27
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
28
+
29
+ ## Merge Details
30
+ ### Merge Method
31
+
32
+ This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [Qwen/Qwen2.5-14B](https://huggingface.co/Qwen/Qwen2.5-14B) as a base.
33
+
34
+ ### Models Merged
35
+
36
+ The following models were included in the merge:
37
+ * [Qwen/Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct)
38
+
39
+ ### Configuration
40
+
41
+ The following YAML configuration was used to produce this model:
42
+
43
+ ```yaml
44
+ models:
45
+ - model: Qwen/Qwen2.5-14B-Instruct
46
+ parameters:
47
+ weight: 1
48
+ density: 1
49
+ merge_method: ties
50
+ base_model: Qwen/Qwen2.5-14B
51
+ parameters:
52
+ weight: 1
53
+ density: 1
54
+ normalize: true
55
+ int8_mask: true
56
+ dtype: float16
57
+ ```