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