|
--- |
|
base_model: |
|
- Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2 |
|
- NousResearch/Meta-Llama-3.1-8B |
|
- vicgalle/Configurable-Llama-3.1-8B-Instruct |
|
- bunnycore/Llama-3.1-8B-TitanFusion-Mix |
|
- bunnycore/Llama-3.1-8B-TitanFusion-Test |
|
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 [NousResearch/Meta-Llama-3.1-8B](https://huggingface.co/NousResearch/Meta-Llama-3.1-8B) as a base. |
|
|
|
### Models Merged |
|
|
|
The following models were included in the merge: |
|
* [Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2](https://huggingface.co/Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2) |
|
* [vicgalle/Configurable-Llama-3.1-8B-Instruct](https://huggingface.co/vicgalle/Configurable-Llama-3.1-8B-Instruct) |
|
* [bunnycore/Llama-3.1-8B-TitanFusion-Mix](https://huggingface.co/bunnycore/Llama-3.1-8B-TitanFusion-Mix) |
|
* [bunnycore/Llama-3.1-8B-TitanFusion-Test](https://huggingface.co/bunnycore/Llama-3.1-8B-TitanFusion-Test) |
|
|
|
### Configuration |
|
|
|
The following YAML configuration was used to produce this model: |
|
|
|
```yaml |
|
models: |
|
- model: Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2 |
|
parameters: |
|
weight: 1 |
|
- model: bunnycore/Llama-3.1-8B-TitanFusion-Mix |
|
parameters: |
|
weight: 1 |
|
- model: vicgalle/Configurable-Llama-3.1-8B-Instruct |
|
parameters: |
|
weight: 1 |
|
- model: bunnycore/Llama-3.1-8B-TitanFusion-Test |
|
parameters: |
|
weight: 1 |
|
|
|
merge_method: ties |
|
base_model: NousResearch/Meta-Llama-3.1-8B |
|
parameters: |
|
density: 1 |
|
normalize: true |
|
int8_mask: true |
|
dtype: bfloat16 |
|
|
|
``` |
|
|