base_model: | |
- unsloth/llama-3-8b | |
- Kukedlc/LLama-3-8b-Maths | |
library_name: transformers | |
tags: | |
- mergekit | |
- merge | |
# merged | |
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 arithmetic](https://arxiv.org/abs/2212.04089) merge method using [unsloth/llama-3-8b](https://huggingface.co/unsloth/llama-3-8b) as a base. | |
### Models Merged | |
The following models were included in the merge: | |
* [Kukedlc/LLama-3-8b-Maths](https://huggingface.co/Kukedlc/LLama-3-8b-Maths) | |
### Configuration | |
The following YAML configuration was used to produce this model: | |
```yaml | |
base_model: unsloth/llama-3-8b | |
dtype: bfloat16 | |
merge_method: task_arithmetic | |
slices: | |
- sources: | |
- layer_range: [0, 32] | |
model: unsloth/llama-3-8b | |
- layer_range: [0, 32] | |
model: Kukedlc/LLama-3-8b-Maths | |
parameters: | |
weight: 0.75 | |
``` | |