File size: 3,012 Bytes
c5a232d a939d20 c5a232d af8a709 514c832 53cd755 e4d26fb 53cd755 af8a709 b2e1e4a bc44873 c5a232d e6ef0e0 c5a232d b6c8190 a939d20 |
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 84 85 86 |
---
base_model:
- Hastagaras/Jamet-8B-L3-MK.V-Blackroot
- lodrick-the-lafted/Limon-8B
- jondurbin/bagel-8b-v1.0
- jeiku/Orthocopter_8B
- mpasila/Llama-3-LimaRP-Instruct-LoRA-8B
- cgato/L3-TheSpice-8b-v0.8.3
- lodrick-the-lafted/Fuselage-8B
- Nitral-AI/Poppy_Porpoise-0.72-L3-8B
- Vdr1/L3-8B-Sunfall-Stheno-v3.2
- Nitral-AI/Poppy_Porpoise-0.72-L3-8B
- Blackroot/Llama-3-8B-Abomination-LORA
library_name: transformers
tags:
- mergekit
- merge
- llama
- not-for-all-audiences
---
### 🪶Llama-3-8B-Serpentine
RP/Writer Model, big merge, scored well. Smart and less verbose.
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64f74b6e6389380c77562762/BJyaIvkeDnxKE26UvaNy0.png)
# Quants
* [GGUF Q8_0](https://huggingface.co/v000000/L3-8B-Serpentine-Q8_0-GGUF)
### update: Fixed tokenizer.
# 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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [Nitral-AI/Poppy_Porpoise-0.72-L3-8B](https://huggingface.co/Nitral-AI/Poppy_Porpoise-0.72-L3-8B) as a base.
### Models Merged
The following models were included in the merge:
* [Hastagaras/Jamet-8B-L3-MK.V-Blackroot](https://huggingface.co/Hastagaras/Jamet-8B-L3-MK.V-Blackroot)
* [lodrick-the-lafted/Limon-8B](https://huggingface.co/lodrick-the-lafted/Limon-8B)
* [jondurbin/bagel-8b-v1.0](https://huggingface.co/jondurbin/bagel-8b-v1.0)
* [jeiku/Orthocopter_8B](https://huggingface.co/jeiku/Orthocopter_8B) + [mpasila/Llama-3-LimaRP-Instruct-LoRA-8B](https://huggingface.co/mpasila/Llama-3-LimaRP-Instruct-LoRA-8B)
* [cgato/L3-TheSpice-8b-v0.8.3](https://huggingface.co/cgato/L3-TheSpice-8b-v0.8.3)
* [lodrick-the-lafted/Fuselage-8B](https://huggingface.co/lodrick-the-lafted/Fuselage-8B)
* [Vdr1/L3-8B-Sunfall-Stheno-v3.2](https://huggingface.co/Vdr1/L3-8B-Sunfall-Stheno-v3.2)
* [Nitral-AI/Poppy_Porpoise-0.72-L3-8B](https://huggingface.co/Nitral-AI/Poppy_Porpoise-0.72-L3-8B) + [Blackroot/Llama-3-8B-Abomination-LORA](https://huggingface.co/Blackroot/Llama-3-8B-Abomination-LORA)
Credit Edgerunners.
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: Nitral-AI/Poppy_Porpoise-0.72-L3-8B+Blackroot/Llama-3-8B-Abomination-LORA
- model: Hastagaras/Jamet-8B-L3-MK.V-Blackroot
- model: cgato/L3-TheSpice-8b-v0.8.3
- model: Vdr1/L3-8B-Sunfall-Stheno-v3.2
- model: jondurbin/bagel-8b-v1.0
- model: lodrick-the-lafted/Fuselage-8B
- model: lodrick-the-lafted/Limon-8B
- model: jeiku/Orthocopter_8B+mpasila/Llama-3-LimaRP-Instruct-LoRA-8B
base_model: Nitral-AI/Poppy_Porpoise-0.72-L3-8B
merge_method: model_stock
dtype: bfloat16
```
# Prompt Template:
```bash
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
{input}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
{output}<|eot_id|>
``` |