jsfs11's picture
Update README.md
f084211 verified
|
raw
history blame
825 Bytes
---
license: apache-2.0
base_model:
- Qwen/QwQ-32B-Preview
- EVA-UNIT-01/EVA-Qwen2.5-32B-v0.2
pipeline_tag: text-generation
base_model_relation: merge
---
license: apache-2.0
tags:
- merge
- mergekit
---
# QwQ-EVA-SLERP-v0.1-GGUF
QwQ-EVA-SLERP-v0.1-GGUF is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
### Models Merged
The following models were included in the merge:
* [EVA-UNIT-01/EVA-Qwen2.5-32B-v0.2](https://huggingface.co/EVA-UNIT-01/EVA-Qwen2.5-32B-v0.2)
* [Qwen/QwQ-32B-PrevieW](https://huggingface.co/Qwen/QwQ-32B-Preview)
## 🧩 Configuration
```yaml
models:
- model: ParasiticRogue/EVA-Instruct-32B-v2
- model: Qwen/Qwen2.5-32B-Instruct
merge_method: slerp
base_model: ParasiticRogue/EVA-Instruct-32B-v2
parameters:
t: [0, 0.5, 1, 0.5, 0]
dtype: bfloat16
```