File size: 2,064 Bytes
c985a4b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4d5a75d
 
 
544b891
 
4d5a75d
c985a4b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7da3524
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
base_model:
- Virt-io/Llama-3-8B-Irene-v0.2
- saishf/Kitty-Cat-SOVL-8B-L3-V1
- saishf/SOVLish-Maid-L3-8B
library_name: transformers
pipeline_tag: text-generation
tags:
- mergekit
- merge
- facebook
- meta
- pytorch
- llama
- llama-3
license: other
license_name: llama3
license_link: LICENSE

---

> [!WARNING]
> This merge is sad, feels like a downgrade.<br>
> Mixed bag, sometimes great other times meh not bad but cursed with 'barely above a whisper'(might be my card)<br>
> Follows instructions pretty well<br>

# Llama-3-8B-Irene-v0.3

Same idea as previous merge, but with [saishf's](https://huggingface.co/saishf) SOVL merge line.

---

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 SLERP merge method.

### Models Merged

The following models were included in the merge:
* [Virt-io/Llama-3-8B-Irene-v0.2](https://huggingface.co/Virt-io/Llama-3-8B-Irene-v0.2)
* [saishf/SOVLish-Maid-L3-8B](https://huggingface.co/saishf/SOVLish-Maid-L3-8B)
* [saishf/Kitty-Cat-SOVL-8B-L3-V1](https://huggingface.co/saishf/Kitty-Cat-SOVL-8B-L3-V1)
*  Mergekit/Neko-Maid-SLERP

### Configuration

The following YAML configuration was used to produce this model:

```yaml
slices:
  - sources:
      - model: Virt-io/Llama-3-8B-Irene-v0.2
        layer_range: [0, 32]
      - model: Mergekit/Neko-Maid-SLERP
        layer_range: [0, 32]
merge_method: slerp
base_model: Virt-io/Llama-3-8B-Irene-v0.2
parameters:
  t:
    - value: [0.55, 0.15, 0.55, 0.15, 0.55, 0.15, 0.55, 0.15, 0.35, 0.15, 0.55, 0.15, 0.55, 0.15, 0.55, 0.15, 0.55]
dtype: bfloat16

```

```yaml
slices:
  - sources:
      - model: saishf/Kitty-Cat-SOVL-8B-L3-V1
        layer_range: [0, 32]
      - model: saishf/SOVLish-Maid-L3-8B
        layer_range: [0, 32]
merge_method: slerp
base_model: saishf/Kitty-Cat-SOVL-8B-L3-V1
parameters:
  t:
    - value: [0.55, 0.15, 0.55, 0.15, 0.55, 0.15, 0.55, 0.15, 0.35, 0.15, 0.55, 0.15, 0.55, 0.15, 0.55, 0.15, 0.55]
dtype: bfloat16

```