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