File size: 802 Bytes
5571a86
 
 
 
 
51f7766
 
 
 
c9f3c7a
5571a86
 
 
 
 
 
51f7766
 
 
 
 
 
5571a86
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
tags:
- merge
- mergekit
base_model:
- ParasiticRogue/EVA-Instruct-32B-v2
- Qwen/QwQ-32B-Preview
base_model_relation: merge
library_name: transformers
---

# QWQ-EVA-Preview-SLERP-32b

QWQ-EVA-Preview-SLERP-32b 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/QwQ-32B-Preview](https://huggingface.co/Qwen/QwQ-32B-Preview)

## 🧩 Configuration

```yaml
models:
  - model: ParasiticRogue/EVA-Instruct-32B-v2
  - model: Qwen/QwQ-32B-Preview
merge_method: slerp
base_model: ParasiticRogue/EVA-Instruct-32B-v2
parameters:
  t: [0, 0.5, 1, 0.5, 0]
dtype: bfloat16

```