File size: 1,763 Bytes
4c56bbc
b5484e6
 
 
 
 
 
4c56bbc
 
b5484e6
4c56bbc
b5484e6
4c56bbc
8cbf819
 
 
 
b5484e6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:
- Undi95/Llama-3-LewdPlay-8B-evo
- Masterjp123/P1
- NeverSleep/Llama-3-Lumimaid-8B-v0.1
- kuotient/Meta-Llama-3-8B-Instruct
- ChaoticNeutrals/Poppy_Porpoise-0.72-L3-8B
library_name: transformers
tags:
- mergekit
- merge

---
# SNOWYHOUSE
<center><div style="width: 100%;">
    <img src="https://huggingface.co/Masterjp123/L3-SnowHouseRP-8B/resolve/main/RobbertHouse.png" style="display: block; margin: auto;">
</div></center>

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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [kuotient/Meta-Llama-3-8B-Instruct](https://huggingface.co/kuotient/Meta-Llama-3-8B-Instruct) as a base.

### Models Merged

The following models were included in the merge:
* [Undi95/Llama-3-LewdPlay-8B-evo](https://huggingface.co/Undi95/Llama-3-LewdPlay-8B-evo)
* [Masterjp123/P1](https://huggingface.co/Masterjp123/P1)
* [NeverSleep/Llama-3-Lumimaid-8B-v0.1](https://huggingface.co/NeverSleep/Llama-3-Lumimaid-8B-v0.1)
* [ChaoticNeutrals/Poppy_Porpoise-0.72-L3-8B](https://huggingface.co/ChaoticNeutrals/Poppy_Porpoise-0.72-L3-8B)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
base_model: kuotient/Meta-Llama-3-8B-Instruct
dtype: bfloat16
merge_method: model_stock
slices:
- sources:
  - layer_range: [0, 32]
    model: Masterjp123/P1
  - layer_range: [0, 32]
    model: ChaoticNeutrals/Poppy_Porpoise-0.72-L3-8B
  - layer_range: [0, 32]
    model: Undi95/Llama-3-LewdPlay-8B-evo
  - layer_range: [0, 32]
    model: NeverSleep/Llama-3-Lumimaid-8B-v0.1
  - layer_range: [0, 32]
    model: kuotient/Meta-Llama-3-8B-Instruct
```