--- base_model: - ArliAI/Llama-3.1-8B-ArliAI-RPMax-v1.1 - mergekit-community/L3-Boshima-a - mergekit-community/L3.1-Athena-c-8B - mergekit-community/L3.1-Athena-m-8B - mergekit-community/L3.1-Artemis-c-8B - Casual-Autopsy/L3-Umbral-Mind-RP-v3.0-8B - meta-llama/Llama-3.1-8B-Instruct 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 [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct) as a base. ### Models Merged The following models were included in the merge: * [ArliAI/Llama-3.1-8B-ArliAI-RPMax-v1.1](https://huggingface.co/ArliAI/Llama-3.1-8B-ArliAI-RPMax-v1.1) * [mergekit-community/L3-Boshima-a](https://huggingface.co/mergekit-community/L3-Boshima-a) * [mergekit-community/L3.1-Athena-c-8B](https://huggingface.co/mergekit-community/L3.1-Athena-c-8B) * [mergekit-community/L3.1-Athena-m-8B](https://huggingface.co/mergekit-community/L3.1-Athena-m-8B) * [mergekit-community/L3.1-Artemis-c-8B](https://huggingface.co/mergekit-community/L3.1-Artemis-c-8B) * [Casual-Autopsy/L3-Umbral-Mind-RP-v3.0-8B](https://huggingface.co/Casual-Autopsy/L3-Umbral-Mind-RP-v3.0-8B) ### Configuration The following YAML configuration was used to produce this model: ```yaml dtype: float32 out_dtype: bfloat16 merge_method: model_stock base_model: meta-llama/Llama-3.1-8B-Instruct models: - model: ArliAI/Llama-3.1-8B-ArliAI-RPMax-v1.1 - model: Casual-Autopsy/L3-Umbral-Mind-RP-v3.0-8B - model: mergekit-community/L3-Boshima-a - model: mergekit-community/L3.1-Artemis-c-8B - model: mergekit-community/L3.1-Athena-c-8B - model: mergekit-community/L3.1-Athena-m-8B ```