Fan1018's picture
Upload folder using huggingface_hub
af590bf verified
---
base_model:
- nitky/RoguePlanet-DeepSeek-R1-Qwen-32B-RP
- ArliAI/Qwen2.5-32B-ArliAI-RPMax-v1.3
- Qwen/QwQ-32B
library_name: transformers
tags:
- mergekit
- merge
---
# Untitled Model (1)
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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [nitky/RoguePlanet-DeepSeek-R1-Qwen-32B-RP](https://huggingface.co/nitky/RoguePlanet-DeepSeek-R1-Qwen-32B-RP) as a base.
### Models Merged
The following models were included in the merge:
* [ArliAI/Qwen2.5-32B-ArliAI-RPMax-v1.3](https://huggingface.co/ArliAI/Qwen2.5-32B-ArliAI-RPMax-v1.3)
* [Qwen/QwQ-32B](https://huggingface.co/Qwen/QwQ-32B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: ArliAI/Qwen2.5-32B-ArliAI-RPMax-v1.3
parameters:
weight: 1
density: 1
- model: nitky/RoguePlanet-DeepSeek-R1-Qwen-32B-RP
parameters:
weight: 1
density: 1
- model: Qwen/QwQ-32B
parameters:
weight: 0.9
density: 0.9
merge_method: ties
base_model: nitky/RoguePlanet-DeepSeek-R1-Qwen-32B-RP
parameters:
weight: 0.9
density: 0.9
normalize: true
int8_mask: true
tokenizer_source: nitky/RoguePlanet-DeepSeek-R1-Qwen-32B-RP
dtype: bfloat16
```