base_model: | |
- Aryanne/SuperHeartBerg | |
- KoboldAI/Llama-3.1-8B-BookAdventures | |
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 task_swapping merge method using [Aryanne/SuperHeartBerg](https://huggingface.co/Aryanne/SuperHeartBerg) as a base. | |
### Models Merged | |
The following models were included in the merge: | |
* [KoboldAI/Llama-3.1-8B-BookAdventures](https://huggingface.co/KoboldAI/Llama-3.1-8B-BookAdventures) | |
### Configuration | |
The following YAML configuration was used to produce this model: | |
```yaml | |
base_model: | |
model: | |
path: Aryanne/SuperHeartBerg | |
dtype: bfloat16 | |
merge_method: task_swapping | |
slices: | |
- sources: | |
- layer_range: [0, 32] | |
model: | |
model: | |
path: KoboldAI/Llama-3.1-8B-BookAdventures | |
parameters: | |
diagonal_offset: 7.0 | |
weight: 0.666 | |
- layer_range: [0, 32] | |
model: | |
model: | |
path: Aryanne/SuperHeartBerg | |
``` | |