lbourdois commited on
Commit
79f13e9
·
verified ·
1 Parent(s): 18a50e6

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