|
--- |
|
base_model: |
|
- Khetterman/DarkAtom-12B-v3 |
|
- Khetterman/AbominationScience-12B-v4 |
|
- Nitral-AI/Captain_Eris_Noctis-12B-v0.420 |
|
- Aleteian/DarkCamelot_2 |
|
- LatitudeGames/Wayfarer-12B |
|
library_name: transformers |
|
tags: |
|
- mergekit |
|
- merge |
|
|
|
--- |
|
# 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 [Khetterman/AbominationScience-12B-v4](https://huggingface.co/Khetterman/AbominationScience-12B-v4) as a base. |
|
|
|
### Models Merged |
|
|
|
The following models were included in the merge: |
|
* [Khetterman/DarkAtom-12B-v3](https://huggingface.co/Khetterman/DarkAtom-12B-v3) |
|
* [Nitral-AI/Captain_Eris_Noctis-12B-v0.420](https://huggingface.co/Nitral-AI/Captain_Eris_Noctis-12B-v0.420) |
|
* [Aleteian/DarkCamelot_2](https://huggingface.co/Aleteian/DarkCamelot_2) |
|
* [LatitudeGames/Wayfarer-12B](https://huggingface.co/LatitudeGames/Wayfarer-12B) |
|
|
|
### Configuration |
|
|
|
The following YAML configuration was used to produce this model: |
|
|
|
```yaml |
|
dtype: float32 |
|
out_dtype: bfloat16 |
|
merge_method: model_stock |
|
base_model: Khetterman/AbominationScience-12B-v4 |
|
models: |
|
- model: Khetterman/AbominationScience-12B-v4 |
|
parameters: |
|
weight: 1 |
|
- model: Khetterman/DarkAtom-12B-v3 |
|
parameters: |
|
weight: 1 |
|
- model: Aleteian/DarkCamelot_2 |
|
parameters: |
|
weight: 1 |
|
- model: LatitudeGames/Wayfarer-12B |
|
parameters: |
|
weight: 0.7 |
|
- model: Nitral-AI/Captain_Eris_Noctis-12B-v0.420 |
|
parameters: |
|
weight: 0.7 |
|
parameters: |
|
normalize: true |
|
|
|
``` |
|
|