ReviledSoup-L3-8B / README.md
Revile's picture
Upload folder using huggingface_hub
618eaf2 verified
|
raw
history blame
No virus
1.33 kB
---
base_model:
- Hastagaras/Jamet-8B-L3-MK.V-Blackroot
- cgato/L3-TheSpice-8b-v0.8.3
- NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS
- Sao10K/L3-8B-Stheno-v3.2
library_name: transformers
tags:
- mergekit
- merge
---
# reviled-soup
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 [Sao10K/L3-8B-Stheno-v3.2](https://huggingface.co/Sao10K/L3-8B-Stheno-v3.2) 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)
* [cgato/L3-TheSpice-8b-v0.8.3](https://huggingface.co/cgato/L3-TheSpice-8b-v0.8.3)
* [NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS](https://huggingface.co/NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: cgato/L3-TheSpice-8b-v0.8.3
- model: Hastagaras/Jamet-8B-L3-MK.V-Blackroot
- model: NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS
- model: Sao10K/L3-8B-Stheno-v3.2
merge_method: model_stock
base_model: Sao10K/L3-8B-Stheno-v3.2
dtype: bfloat16
```