| --- |
| base_model: |
| - allura-org/Mistral-Small-Sisyphus-24b-2503 |
| - yentinglin/Mistral-Small-24B-Instruct-2501-reasoning |
| - arcee-ai/Arcee-Blitz |
| - huihui-ai/Mistral-Small-24B-Instruct-2501-abliterated |
| - cognitivecomputations/Dolphin3.0-R1-Mistral-24B |
| - cognitivecomputations/Dolphin3.0-Mistral-24B |
| - ArliAI/Mistral-Small-24B-ArliAI-RPMax-v1.4 |
| library_name: transformers |
| tags: |
| - mergekit |
| - merge |
| license: mit |
| --- |
| # 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 [cognitivecomputations/Dolphin3.0-Mistral-24B](https://huggingface.co/cognitivecomputations/Dolphin3.0-Mistral-24B) as a base. |
|
|
| ### Models Merged |
|
|
| The following models were included in the merge: |
| * [allura-org/Mistral-Small-Sisyphus-24b-2503](https://huggingface.co/allura-org/Mistral-Small-Sisyphus-24b-2503) |
| * [yentinglin/Mistral-Small-24B-Instruct-2501-reasoning](https://huggingface.co/yentinglin/Mistral-Small-24B-Instruct-2501-reasoning) |
| * [arcee-ai/Arcee-Blitz](https://huggingface.co/arcee-ai/Arcee-Blitz) |
| * [huihui-ai/Mistral-Small-24B-Instruct-2501-abliterated](https://huggingface.co/huihui-ai/Mistral-Small-24B-Instruct-2501-abliterated) |
| * [cognitivecomputations/Dolphin3.0-R1-Mistral-24B](https://huggingface.co/cognitivecomputations/Dolphin3.0-R1-Mistral-24B) |
| * [ArliAI/Mistral-Small-24B-ArliAI-RPMax-v1.4](https://huggingface.co/ArliAI/Mistral-Small-24B-ArliAI-RPMax-v1.4) |
|
|
| ### Configuration |
|
|
| The following YAML configuration was used to produce this model: |
|
|
| ```yaml |
| models: |
| - model: arcee-ai/Arcee-Blitz |
| - model: cognitivecomputations/Dolphin3.0-R1-Mistral-24B |
| - model: cognitivecomputations/Dolphin3.0-Mistral-24B |
| - model: yentinglin/Mistral-Small-24B-Instruct-2501-reasoning |
| - model: ArliAI/Mistral-Small-24B-ArliAI-RPMax-v1.4 |
| - model: huihui-ai/Mistral-Small-24B-Instruct-2501-abliterated |
| - model: allura-org/Mistral-Small-Sisyphus-24b-2503 |
| |
| merge_method: model_stock |
| base_model: cognitivecomputations/Dolphin3.0-Mistral-24B |
| normalize: true |
| int8_mask: true |
| dtype: bfloat16 |
| |
| ``` |