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