--- base_model: - TheDrummer/Anubis-70B-v1 - nbeerbower/Llama-3.1-Nemotron-lorablated-70B - ArliAI/Llama-3.3-70B-ArliAI-RPMax-v1.4 - Sao10K/70B-L3.3-Cirrus-x1 - nbeerbower/llama3.1-kartoffeldes-70B - SicariusSicariiStuff/Negative_LLAMA_70B - NeverSleep/Lumimaid-v0.2-70B library_name: transformers tags: - mergekit - merge --- # MERGE2 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 [nbeerbower/Llama-3.1-Nemotron-lorablated-70B](https://huggingface.co/nbeerbower/Llama-3.1-Nemotron-lorablated-70B) as a base. ### Models Merged The following models were included in the merge: * [TheDrummer/Anubis-70B-v1](https://huggingface.co/TheDrummer/Anubis-70B-v1) * [ArliAI/Llama-3.3-70B-ArliAI-RPMax-v1.4](https://huggingface.co/ArliAI/Llama-3.3-70B-ArliAI-RPMax-v1.4) * [Sao10K/70B-L3.3-Cirrus-x1](https://huggingface.co/Sao10K/70B-L3.3-Cirrus-x1) * [nbeerbower/llama3.1-kartoffeldes-70B](https://huggingface.co/nbeerbower/llama3.1-kartoffeldes-70B) * [SicariusSicariiStuff/Negative_LLAMA_70B](https://huggingface.co/SicariusSicariiStuff/Negative_LLAMA_70B) * [NeverSleep/Lumimaid-v0.2-70B](https://huggingface.co/NeverSleep/Lumimaid-v0.2-70B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: nbeerbower/llama3.1-kartoffeldes-70B - model: NeverSleep/Lumimaid-v0.2-70B - model: ArliAI/Llama-3.3-70B-ArliAI-RPMax-v1.4 - model: Sao10K/70B-L3.3-Cirrus-x1 - model: TheDrummer/Anubis-70B-v1 - model: SicariusSicariiStuff/Negative_LLAMA_70B base_model: nbeerbower/Llama-3.1-Nemotron-lorablated-70B merge_method: model_stock dtype: float32 out_dtype: bfloat16 chat_template: llama3 tokenizer: source: base pad_to_multiple_of: 8 ```