--- base_model: - dphn/Dolphin-Mistral-24B-Venice-Edition - Gryphe/Codex-24B-Small-3.2 library_name: transformers tags: - mergekit - merge --- # Toxic-Chimera-Mistral-24B-P2 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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [dphn/Dolphin-Mistral-24B-Venice-Edition](https://huggingface.co/dphn/Dolphin-Mistral-24B-Venice-Edition) as a base. ### Models Merged The following models were included in the merge: * [Gryphe/Codex-24B-Small-3.2](https://huggingface.co/Gryphe/Codex-24B-Small-3.2) ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: dphn/Dolphin-Mistral-24B-Venice-Edition merge_method: ties models: - model: Gryphe/Codex-24B-Small-3.2 parameters: density: 0.4 weight: 1.0 dtype: bfloat16 ```