DwQ-R1-32B-v0.1 / README.md
DataSoul's picture
Upload folder using huggingface_hub
6fa90a4 verified
|
raw
history blame
1.03 kB
---
base_model:
- huihui-ai/QwQ-32B-Coder-Fusion-9010
- huihui-ai/DeepSeek-R1-Distill-Qwen-32B-abliterated
library_name: transformers
tags:
- mergekit
- merge
---
# 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 [Linear](https://arxiv.org/abs/2203.05482) merge method.
### Models Merged
The following models were included in the merge:
* [huihui-ai/QwQ-32B-Coder-Fusion-9010](https://huggingface.co/huihui-ai/QwQ-32B-Coder-Fusion-9010)
* [huihui-ai/DeepSeek-R1-Distill-Qwen-32B-abliterated](https://huggingface.co/huihui-ai/DeepSeek-R1-Distill-Qwen-32B-abliterated)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: huihui-ai/DeepSeek-R1-Distill-Qwen-32B-abliterated
parameters:
weight: 0.9
- model: huihui-ai/QwQ-32B-Coder-Fusion-9010
parameters:
weight: 0.1
merge_method: linear
dtype: bfloat16
```