---
base_model:
- NousResearch/Meta-Llama-3-8B-Instruct
library_name: transformers
tags:
- mergekit
- merge

---
# gCHdqlR

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 [NousResearch/Meta-Llama-3-8B-Instruct](https://huggingface.co/NousResearch/Meta-Llama-3-8B-Instruct) as a base.

### Models Merged

The following models were included in the merge:
* output/hq_rp

### Configuration

The following YAML configuration was used to produce this model:

```yaml
base_model: NousResearch/Meta-Llama-3-8B-Instruct
dtype: float32
merge_method: task_arithmetic
parameters:
  normalize: 0.0
slices:
- sources:
  - layer_range: [0, 32]
    model: output/hq_rp
    parameters:
      weight:
      - filter: mlp
        value: 1.15
      - filter: self_attn
        value: 1.025
      - value: 1.0
  - layer_range: [0, 32]
    model: NousResearch/Meta-Llama-3-8B-Instruct
```