base_model: | |
- huihui-ai/Meta-Llama-3.1-8B-Instruct-abliterated | |
- unsloth/Meta-Llama-3.1-8B | |
- arcee-ai/Llama-3.1-SuperNova-Lite | |
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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [unsloth/Meta-Llama-3.1-8B](https://huggingface.co/unsloth/Meta-Llama-3.1-8B) as a base. | |
### Models Merged | |
The following models were included in the merge: | |
* [huihui-ai/Meta-Llama-3.1-8B-Instruct-abliterated](https://huggingface.co/huihui-ai/Meta-Llama-3.1-8B-Instruct-abliterated) | |
* [arcee-ai/Llama-3.1-SuperNova-Lite](https://huggingface.co/arcee-ai/Llama-3.1-SuperNova-Lite) | |
### Configuration | |
The following YAML configuration was used to produce this model: | |
```yaml | |
models: | |
- model: huihui-ai/Meta-Llama-3.1-8B-Instruct-abliterated | |
parameters: | |
density: 0.8 | |
weight: 0.6 | |
- model: arcee-ai/Llama-3.1-SuperNova-Lite | |
parameters: | |
density: 0.9 | |
weight: 0.7 | |
merge_method: ties | |
base_model: unsloth/Meta-Llama-3.1-8B | |
parameters: | |
normalize: true | |
int8_mask: true | |
dtype: bfloat16 | |
``` | |