--- base_model: - nbeerbower/Llama-3.1-Nemotron-lorablated-70B - ReadyArt/Forgotten-Safeword-70B-3.6 - SicariusSicariiStuff/Negative_LLAMA_70B - TheDrummer/Anubis-70B-v1 - Sao10K/Llama-3.3-70B-Vulpecula-r1 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 [Sao10K/Llama-3.3-70B-Vulpecula-r1](https://huggingface.co/Sao10K/Llama-3.3-70B-Vulpecula-r1) as a base. ### Models Merged The following models were included in the merge: * [nbeerbower/Llama-3.1-Nemotron-lorablated-70B](https://huggingface.co/nbeerbower/Llama-3.1-Nemotron-lorablated-70B) * [ReadyArt/Forgotten-Safeword-70B-3.6](https://huggingface.co/ReadyArt/Forgotten-Safeword-70B-3.6) * [SicariusSicariiStuff/Negative_LLAMA_70B](https://huggingface.co/SicariusSicariiStuff/Negative_LLAMA_70B) * [TheDrummer/Anubis-70B-v1](https://huggingface.co/TheDrummer/Anubis-70B-v1) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: nbeerbower/Llama-3.1-Nemotron-lorablated-70B - model: TheDrummer/Anubis-70B-v1 - model: SicariusSicariiStuff/Negative_LLAMA_70B - model: ReadyArt/Forgotten-Safeword-70B-3.6 merge_method: model_stock base_model: Sao10K/Llama-3.3-70B-Vulpecula-r1 parameters: int8_mask: true chat_template: llama3 tokenizer: source: union dtype: bfloat16 ```