File size: 1,375 Bytes
3fc4fd5
 
 
 
 
 
 
 
 
 
ffb29d0
3fc4fd5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ffb29d0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
base_model:
- bunnycore/Qwen-2.5-7B-R1-Stock
- deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
- prithivMLmods/QwQ-R1-Distill-7B-CoT
- ClaudioItaly/Intelligence-R1-Distill-7B
library_name: transformers
tags:
- mergekit
- merge
license: mit
---
# merge

This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).

## Merge Details
### Merge Method

This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [prithivMLmods/QwQ-R1-Distill-7B-CoT](https://huggingface.co/prithivMLmods/QwQ-R1-Distill-7B-CoT) as a base.

### Models Merged

The following models were included in the merge:
* [bunnycore/Qwen-2.5-7B-R1-Stock](https://huggingface.co/bunnycore/Qwen-2.5-7B-R1-Stock)
* [deepseek-ai/DeepSeek-R1-Distill-Qwen-7B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B)
* [ClaudioItaly/Intelligence-R1-Distill-7B](https://huggingface.co/ClaudioItaly/Intelligence-R1-Distill-7B)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
  - model: prithivMLmods/QwQ-R1-Distill-7B-CoT
  - model: bunnycore/Qwen-2.5-7B-R1-Stock
  - model: ClaudioItaly/Intelligence-R1-Distill-7B
base_model: prithivMLmods/QwQ-R1-Distill-7B-CoT
merge_method: model_stock
parameters:
dtype: bfloat16

```