File size: 1,486 Bytes
da426ae
 
 
 
 
 
 
 
 
 
 
 
0d47e9c
da426ae
0d47e9c
 
 
 
 
 
 
 
 
da426ae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
base_model:
- Qwen/QwQ-32B
- Yobenboben/Qwen2.5-32B-Juicy_Snowballs
- spow12/ChatWaifu_32B_reasoning
- trashpanda-org/QwQ-32B-Snowdrop-v0
library_name: transformers
tags:
- mergekit
- merge

---
# Snegs

Tried to fix thinking in the [Snowballs](https://huggingface.co/Yobenboben/Qwen2.5-32B-Juicy_Snowballs) merge, but alas. The context recall is kinda better tho.

**Settings:**

Same as here: https://huggingface.co/Yobenboben/Qwen2.5-32B-Juicy_Snowballs

**Quants:**

https://huggingface.co/mradermacher/Qwen2.5-32B-Snegs-GGUF

## Merge Details
### Merge Method

This model was merged using the [SCE](https://arxiv.org/abs/2408.07990) merge method using [Qwen/QwQ-32B](https://huggingface.co/Qwen/QwQ-32B) as a base.

### Models Merged

The following models were included in the merge:
* [Yobenboben/Qwen2.5-32B-Juicy_Snowballs](https://huggingface.co/Yobenboben/Qwen2.5-32B-Juicy_Snowballs)
* [spow12/ChatWaifu_32B_reasoning](https://huggingface.co/spow12/ChatWaifu_32B_reasoning)
* [trashpanda-org/QwQ-32B-Snowdrop-v0](https://huggingface.co/trashpanda-org/QwQ-32B-Snowdrop-v0)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
merge_method: sce
models:
    - model: trashpanda-org/QwQ-32B-Snowdrop-v0
    - model: spow12/ChatWaifu_32B_reasoning
    - model: Yobenboben/Qwen2.5-32B-Juicy_Snowballs
base_model: Qwen/QwQ-32B
dtype: bfloat16
parameters:
  normalize: true
  int8_mask: true
  select_topk: 1.0
tokenizer_source: base
```