--- base_model: - Casual-Autopsy/L3-Umbral-Mind-RP-v2.0-8B - Envoid/Poppy_Porpoise-DADA-8B - failspy/Llama-3-8B-Instruct-MopeyMule - PJMixers-Archive/LLaMa-3-Instruct-ToxicQAFinal-ORPO-8B-QDoRA library_name: transformers tags: - mergekit - merge --- # dire 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 [SCE](https://arxiv.org/abs/2408.07990) merge method using [failspy/Llama-3-8B-Instruct-MopeyMule](https://huggingface.co/failspy/Llama-3-8B-Instruct-MopeyMule) + [PJMixers-Archive/LLaMa-3-Instruct-ToxicQAFinal-ORPO-8B-QDoRA](https://huggingface.co/PJMixers-Archive/LLaMa-3-Instruct-ToxicQAFinal-ORPO-8B-QDoRA) as a base. ### Models Merged The following models were included in the merge: * [Casual-Autopsy/L3-Umbral-Mind-RP-v2.0-8B](https://huggingface.co/Casual-Autopsy/L3-Umbral-Mind-RP-v2.0-8B) * [Envoid/Poppy_Porpoise-DADA-8B](https://huggingface.co/Envoid/Poppy_Porpoise-DADA-8B) ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: failspy/Llama-3-8B-Instruct-MopeyMule+PJMixers-Archive/LLaMa-3-Instruct-ToxicQAFinal-ORPO-8B-QDoRA chat_template: llama3 dtype: float32 merge_method: sce modules: default: slices: - sources: - layer_range: [0, 32] model: Envoid/Poppy_Porpoise-DADA-8B - layer_range: [0, 32] model: Casual-Autopsy/L3-Umbral-Mind-RP-v2.0-8B - layer_range: [0, 32] model: failspy/Llama-3-8B-Instruct-MopeyMule+PJMixers-Archive/LLaMa-3-Instruct-ToxicQAFinal-ORPO-8B-QDoRA parameters: select_topk: 0.25 tokenizer: pad_to_multiple_of: 32 ```