--- base_model: - migtissera/Tess-3-Llama-3.1-70B - Nexesenex/Llama_3.1_70b_HighPriestess_R1_V1 - nbeerbower/Llama3.1-Gutenberg-Doppel-70B - NexesMess/Llama_3.3_70b_DoppelGanger_R1 - Strangedove/ReadyArt_Forgotten-Safeword-70B-3.6-EmbedFix - Steelskull/L3.3-Electra-R1-70b library_name: transformers tags: - mergekit - merge --- # about Changes from Hexagon Purple V2 : - Electra becomes base and lead model. - ReadyAct Forgotten Safeword enters and go second to unhinge the model. A bet, hence Hexagon Pink. - Smarteaz goes out, I will make a new version of my "smart merge" soon enough and Electra will take over the smarts for now. - Priestess becomes HighPriestess, Lumitron is back within it. What stays : - DoppelGanger R1 stays, to keep reinforcing the R1 skills and bring Dobby's personnality and more of Wayfarer. - Gutemberg Doppel stays, for Hermes' smarts and writing skills. - Tess stays, as the perplexity dropper. --- # benchs ARC-C : 58.85 (average+) ARC-E : 82.65 (very good) PPL 512 Wikitext Eng : 3.28 (very good) --- # 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 [Steelskull/L3.3-Electra-R1-70b](https://huggingface.co/Steelskull/L3.3-Electra-R1-70b) as a base. ### Models Merged The following models were included in the merge: * [migtissera/Tess-3-Llama-3.1-70B](https://huggingface.co/migtissera/Tess-3-Llama-3.1-70B) * [Nexesenex/Llama_3.1_70b_HighPriestess_R1_V1](https://huggingface.co/Nexesenex/Llama_3.1_70b_HighPriestess_R1_V1) * [nbeerbower/Llama3.1-Gutenberg-Doppel-70B](https://huggingface.co/nbeerbower/Llama3.1-Gutenberg-Doppel-70B) * [NexesMess/Llama_3.3_70b_DoppelGanger_R1](https://huggingface.co/NexesMess/Llama_3.3_70b_DoppelGanger_R1) * [Strangedove/ReadyArt_Forgotten-Safeword-70B-3.6-EmbedFix](https://huggingface.co/Strangedove/ReadyArt_Forgotten-Safeword-70B-3.6-EmbedFix) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: model_stock models: - model: Steelskull/L3.3-Electra-R1-70b parameters: weight: 1.0 - model: Strangedove/ReadyArt_Forgotten-Safeword-70B-3.6-EmbedFix parameters: weight: 1.0 - model: NexesMess/Llama_3.3_70b_DoppelGanger_R1 parameters: weight: 1.0 - model: Nexesenex/Llama_3.1_70b_HighPriestess_R1_V1 parameters: weight: 1.0 - model: nbeerbower/Llama3.1-Gutenberg-Doppel-70B parameters: weight: 1.0 - model: migtissera/Tess-3-Llama-3.1-70B parameters: weight: 1.0 base_model: Steelskull/L3.3-Electra-R1-70b dtype: bfloat16 out_dtype: bfloat16 parameters: int8_mask: true normalize: true rescale: false chat_template: auto tokenizer: source: union ```