R1-Coder-Merge-7B / README.md
Anannta's picture
Upload folder using huggingface_hub
fe6999a verified
|
Raw
History Blame Contribute Delete
1.08 kB
---
base_model:
- Qwen/Qwen2.5-Coder-7B-Instruct
- deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
library_name: transformers
tags:
- mergekit
- merge
---
# R1-Coder-Merge-7B
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 [SLERP](https://en.wikipedia.org/wiki/Slerp) merge method.
### Models Merged
The following models were included in the merge:
* [Qwen/Qwen2.5-Coder-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct)
* [deepseek-ai/DeepSeek-R1-Distill-Qwen-7B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
slices:
- sources:
- model: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
layer_range: [0, 28]
- model: Qwen/Qwen2.5-Coder-7B-Instruct
layer_range: [0, 28]
merge_method: slerp
base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
parameters:
t: 0.5
tokenizer_source: base
dtype: bfloat16
```