File size: 1,447 Bytes
7a6e2f5
 
 
 
 
 
 
 
 
 
 
 
 
5409b03
d09ec4b
 
7a6e2f5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model:
- qingy2024/UwU-7B-Instruct
- prithivMLmods/QwQ-LCoT-7B-Instruct
- bunnycore/FuseQwQen-7B
- bunnycore/QandoraExp-7B-Persona
library_name: transformers
tags:
- mergekit
- merge

---

FwF-Qwen-7B-0.1 is a large language model that is created by merging three other models: UwU-7B-Instruct, QwQ-LCoT-7B-Instruct, and QandoraExp-7B-Persona. These models are specialized for reasoning, long thinking, roleplay, and general tasks, respectively.



### Merge Method

This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [bunnycore/FuseQwQen-7B](https://huggingface.co/bunnycore/FuseQwQen-7B) as a base.

### Models Merged

The following models were included in the merge:
* [qingy2024/UwU-7B-Instruct](https://huggingface.co/qingy2024/UwU-7B-Instruct)
* [prithivMLmods/QwQ-LCoT-7B-Instruct](https://huggingface.co/prithivMLmods/QwQ-LCoT-7B-Instruct)
* [bunnycore/QandoraExp-7B-Persona](https://huggingface.co/bunnycore/QandoraExp-7B-Persona)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: bunnycore/FuseQwQen-7B
    parameters:
      weight: 0.5
  - model: prithivMLmods/QwQ-LCoT-7B-Instruct
    parameters:
      weight: 0.5
  - model: bunnycore/QandoraExp-7B-Persona
    parameters:
      weight: 0.5
  - model: qingy2024/UwU-7B-Instruct
    parameters:
      weight: 0.5
base_model: bunnycore/FuseQwQen-7B
merge_method: ties

```