File size: 1,640 Bytes
da4bb74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model:
- Nohobby/L3.3-Prikol-70B-EXTRA
- Steelskull/L3.3-Electra-R1-70b
- unsloth/Llama-3.3-70B-Instruct
- KaraKaraWitch/Llama-3.3-MagicalGirl-2
library_name: transformers
tags:
- mergekit
- merge

---
# merge

This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).

## Merge Details
### Merge Method

This model was merged using the [DELLA](https://arxiv.org/abs/2406.11617) merge method using [unsloth/Llama-3.3-70B-Instruct](https://huggingface.co/unsloth/Llama-3.3-70B-Instruct) as a base.

### Models Merged

The following models were included in the merge:
* [Nohobby/L3.3-Prikol-70B-EXTRA](https://huggingface.co/Nohobby/L3.3-Prikol-70B-EXTRA)
* [Steelskull/L3.3-Electra-R1-70b](https://huggingface.co/Steelskull/L3.3-Electra-R1-70b)
* [KaraKaraWitch/Llama-3.3-MagicalGirl-2](https://huggingface.co/KaraKaraWitch/Llama-3.3-MagicalGirl-2)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
# А ведь я мог, ну, не знаю, на улицу выйти.
# Не думаю что из этого выйдет что-то хорошее, но мои руки слишком чешутся.
# Привет, кстати!
base_model: unsloth/Llama-3.3-70B-Instruct
merge_method: della
dtype: bfloat16
models:
  - model: Nohobby/L3.3-Prikol-70B-EXTRA
    parameters:
      weight: 1.0
  - model: Steelskull/L3.3-Electra-R1-70b
    parameters:
      weight: 1.0
  - model: KaraKaraWitch/Llama-3.3-MagicalGirl-2
    parameters:
      weight: 1.0
  - model: unsloth/Llama-3.3-70B-Instruct
    parameters:
      weight: 1.0
```