Update README.md
Browse files
README.md
CHANGED
@@ -7,24 +7,26 @@ library_name: transformers
|
|
7 |
tags:
|
8 |
- mergekit
|
9 |
- merge
|
10 |
-
|
11 |
---
|
12 |
-
|
|
|
|
|
|
|
|
|
13 |
|
14 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
15 |
|
16 |
-
|
17 |
-
### Merge Method
|
18 |
|
19 |
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.
|
20 |
|
21 |
-
|
22 |
|
23 |
The following models were included in the merge:
|
24 |
* [Qwen/Qwen2.5-1.5B](https://huggingface.co/Qwen/Qwen2.5-1.5B)
|
25 |
* [deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B)
|
26 |
|
27 |
-
|
28 |
|
29 |
The following YAML configuration was used to produce this model:
|
30 |
|
|
|
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 |
|