File size: 945 Bytes
8582d00 |
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 |
---
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
```
|