--- base_model: [] library_name: transformers tags: - mergekit - merge --- # Della 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 [Linear DELLA](https://arxiv.org/abs/2406.11617) merge method using downloads/Genesis-R1-L3.3-70B as a base. ### Models Merged The following models were included in the merge: * downloads/Llama-3.3-70B-ArliAI-RPMax-v1.4 * downloads/Negative_LLAMA_70B * downloads/Wayfarer-Large-70B-Llama-3.3 * downloads/Anubis-70B-v1 * downloads/Fallen-Llama-3.3-R1-70B-v1 * downloads/70B-L3.3-mhnnn-x1 * downloads/EVA-LLaMA-3.33-70B-v0.1 ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: downloads/Wayfarer-Large-70B-Llama-3.3 - model: downloads/Llama-3.3-70B-ArliAI-RPMax-v1.4 - model: downloads/70B-L3.3-mhnnn-x1 - model: downloads/Anubis-70B-v1 - model: downloads/EVA-LLaMA-3.33-70B-v0.1 - model: downloads/Negative_LLAMA_70B - model: downloads/Fallen-Llama-3.3-R1-70B-v1 merge_method: della_linear chat_template: llama3 base_model: downloads/Genesis-R1-L3.3-70B parameters: weight: 0.14 density: 0.7 epsilon: 0.2 lambda: 1.1 normalize: true dtype: bfloat16 tokenizer: source: downloads/Genesis-R1-L3.3-70B ```