--- base_model: - Doctor-Shotgun/L3.3-70B-Magnum-v4-SE - 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 [SLERP](https://en.wikipedia.org/wiki/Slerp) merge method. ### Models Merged The following models were included in the merge: * [Doctor-Shotgun/L3.3-70B-Magnum-v4-SE](https://huggingface.co/Doctor-Shotgun/L3.3-70B-Magnum-v4-SE) * [Sao10K/Llama-3.3-70B-Vulpecula-r1](https://huggingface.co/Sao10K/Llama-3.3-70B-Vulpecula-r1) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: Sao10K/Llama-3.3-70B-Vulpecula-r1 - model: Doctor-Shotgun/L3.3-70B-Magnum-v4-SE merge_method: slerp base_model: Sao10K/Llama-3.3-70B-Vulpecula-r1 parameters: t: - value: 0.8 dtype: bfloat16 tokenizer_source: base ```