license: apache-2.0 | |
tags: | |
- merge | |
- mergekit | |
- lazymergekit | |
- refuelai/Llama-3-Refueled | |
- Locutusque/Llama-3-Orca-1.0-8B | |
- NousResearch/Meta-Llama-3-8B-Instruct | |
# llama3_refuled_ties | |
llama3_refuled_ties is a merge of the following models using [mergekit](https://github.com/cg123/mergekit): | |
* [refuelai/Llama-3-Refueled](https://huggingface.co/refuelai/Llama-3-Refueled) | |
* [Locutusque/Llama-3-Orca-1.0-8B](https://huggingface.co/Locutusque/Llama-3-Orca-1.0-8B) | |
* [NousResearch/Meta-Llama-3-8B-Instruct](https://huggingface.co/NousResearch/Meta-Llama-3-8B-Instruct) | |
## 🧩 Configuration | |
```yaml | |
slices: | |
models: | |
- model: NousResearch/Meta-Llama-3-8B | |
# No parameters necessary for base model | |
- model: refuelai/Llama-3-Refueled | |
parameters: | |
density: 0.58 | |
weight: 0.4 | |
- model: Locutusque/Llama-3-Orca-1.0-8B | |
parameters: | |
density: 0.52 | |
weight: 0.3 | |
- model: NousResearch/Meta-Llama-3-8B-Instruct | |
parameters: | |
density: 0.52 | |
weight: 0.3 | |
merge_method: dare_ties | |
base_model: NousResearch/Meta-Llama-3-8B | |
parameters: | |
int8_mask: true | |
dtype: float16 | |
``` |