File size: 836 Bytes
b103e25 4a9b259 b103e25 1fed320 b103e25 4a9b259 b103e25 4a9b259 b103e25 6ad5abb 26bb8e6 f97f716 f084211 6ad5abb b103e25 |
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 |
---
license: apache-2.0
base_model:
- jsfs11/Qwen2.5-EVAv2-SLERP-v0.1-GGUF
pipeline_tag: text-generation
base_model_relation: quantized
---
license: apache-2.0
tags:
- merge
- mergekit
---
# Qwen2.5-EVAv2-SLERP-v0.1-GGUF
Qwen2.5-EVAv2-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:
* [ParasiticRogue/EVA-Instruct-32B-v2](https://huggingface.co/ParasiticRogue/EVA-Instruct-32B-v2)
* [Qwen/Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct)
## 🧩 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
``` |