File size: 3,073 Bytes
6f1ad86
d40f39f
6f1ad86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7710483
 
6f1ad86
 
 
 
 
 
 
7710483
6f1ad86
7710483
6f1ad86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d40f39f
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
---
license: cc-by-nc-4.0
base_model:
- Undi95/Meta-Llama-3-8B-Instruct-hf
- ResplendentAI/RP_Format_QuoteAsterisk_Llama3
- Undi95/Meta-Llama-3-8B-Instruct-hf
- ResplendentAI/Smarts_Llama3
- Undi95/Meta-Llama-3-8B-Instruct-hf
- ResplendentAI/Luna_Llama3
- Undi95/Meta-Llama-3-8B-Instruct-hf
- ResplendentAI/BlueMoon_Llama3
- openlynn/Llama-3-Soliloquy-8B-v2
- Undi95/Meta-Llama-3-8B-Instruct-hf
- ResplendentAI/Aura_Llama3
library_name: transformers
tags:
- mergekit
- merge
---
# Quants
 mradermacher has kindly provided quants here: [mradermacher/Merge-Mayhem-L3-V2-GGUF](https://huggingface.co/mradermacher/Merge-Mayhem-L3-V2-GGUF)
# merge

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

## Merge Details
This is quite an interesting model, it's fun so far. 
But quite harsh, so if that's something you don't like, this model isn't for you :3

it's an attempt at loosely recreating [ResplendentAI/SOVL_Llama3_8B](https://huggingface.co/ResplendentAI/SOVL_Llama3_8B) but trying to keep it smarter, with the lovely [openlynn/Llama-3-Soliloquy-8B-v2](https://huggingface.co/openlynn/Llama-3-Soliloquy-8B-v2) holding it together.
I'm personally enjoying this model, it's different from most llama-3 models.
### Merge Method

This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [openlynn/Llama-3-Soliloquy-8B-v2](https://huggingface.co/openlynn/Llama-3-Soliloquy-8B-v2) as a base.

### Models Merged

The following models were included in the merge:
* [Undi95/Meta-Llama-3-8B-Instruct-hf](https://huggingface.co/Undi95/Meta-Llama-3-8B-Instruct-hf) + [ResplendentAI/RP_Format_QuoteAsterisk_Llama3](https://huggingface.co/ResplendentAI/RP_Format_QuoteAsterisk_Llama3)
* [Undi95/Meta-Llama-3-8B-Instruct-hf](https://huggingface.co/Undi95/Meta-Llama-3-8B-Instruct-hf) + [ResplendentAI/Smarts_Llama3](https://huggingface.co/ResplendentAI/Smarts_Llama3)
* [Undi95/Meta-Llama-3-8B-Instruct-hf](https://huggingface.co/Undi95/Meta-Llama-3-8B-Instruct-hf) + [ResplendentAI/Luna_Llama3](https://huggingface.co/ResplendentAI/Luna_Llama3)
* [Undi95/Meta-Llama-3-8B-Instruct-hf](https://huggingface.co/Undi95/Meta-Llama-3-8B-Instruct-hf) + [ResplendentAI/BlueMoon_Llama3](https://huggingface.co/ResplendentAI/BlueMoon_Llama3)
* [Undi95/Meta-Llama-3-8B-Instruct-hf](https://huggingface.co/Undi95/Meta-Llama-3-8B-Instruct-hf) + [ResplendentAI/Aura_Llama3](https://huggingface.co/ResplendentAI/Aura_Llama3)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: Undi95/Meta-Llama-3-8B-Instruct-hf+ResplendentAI/Aura_Llama3
  - model: Undi95/Meta-Llama-3-8B-Instruct-hf+ResplendentAI/Smarts_Llama3
  - model: Undi95/Meta-Llama-3-8B-Instruct-hf+ResplendentAI/Luna_Llama3
  - model: Undi95/Meta-Llama-3-8B-Instruct-hf+ResplendentAI/BlueMoon_Llama3
  - model: Undi95/Meta-Llama-3-8B-Instruct-hf+ResplendentAI/RP_Format_QuoteAsterisk_Llama3
merge_method: model_stock
base_model: openlynn/Llama-3-Soliloquy-8B-v2
dtype: float16
```