--- base_model: - failspy/llama-3-70B-Instruct-abliterated - migtissera/Tess-2.0-Llama-3-70B-v0.2 - NeverSleep/Llama-3-Lumimaid-70B-v0.1-alt - abacusai/Llama-3-Giraffe-70B 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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [failspy/llama-3-70B-Instruct-abliterated](https://huggingface.co/failspy/llama-3-70B-Instruct-abliterated) as a base. ### Models Merged The following models were included in the merge: * [migtissera/Tess-2.0-Llama-3-70B-v0.2](https://huggingface.co/migtissera/Tess-2.0-Llama-3-70B-v0.2) * [NeverSleep/Llama-3-Lumimaid-70B-v0.1-alt](https://huggingface.co/NeverSleep/Llama-3-Lumimaid-70B-v0.1-alt) * [abacusai/Llama-3-Giraffe-70B](https://huggingface.co/abacusai/Llama-3-Giraffe-70B) ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: failspy/llama-3-70B-Instruct-abliterated merge_method: model_stock dtype: bfloat16 models: - model: migtissera/Tess-2.0-Llama-3-70B-v0.2 - model: abacusai/Llama-3-Giraffe-70B - model: NeverSleep/Llama-3-Lumimaid-70B-v0.1-alt ```