CabbageSoup-24B / README.md
concedo's picture
Update README.md
9313a0e verified
---
base_model: []
library_name: transformers
tags:
- mergekit
- merge
---
# CabbageSoup-24B
This is a merge of Broken-Tutu-24B-Unslop-v2.0 and Huihui-Mistral-Small-3.2-24B-Instruct-2506-abliterated created using [mergekit](https://github.com/cg123/mergekit).
It mellows out some of the biases of Broken Tutu and steers it back towards baseline Mistral Small 3.2 24B.
Note that the resultant model is still censored per se - it will require the appropriate system prompt or jailbreak in order to get unrestricted responses, similar to Broken Tutu.
GGUF quants can be found at https://huggingface.co/concedo/CabbageSoup-24B-GGUF
## Merge Details
### Merge Method
This model was merged using the [Linear](https://arxiv.org/abs/2203.05482) merge method using Broken-Tutu-24B-Unslop-v2.0 as a base.
### Models Merged
The following models were included in the merge:
* Huihui-Mistral-Small-3.2-24B-Ablit-Novision
### Configuration
The following YAML configuration was used to produce this model:
```yaml
base_model: Broken-Tutu-24B-Unslop-v2.0
dtype: float32
merge_method: linear
modules:
default:
slices:
- sources:
- layer_range: [0, 40]
model: Broken-Tutu-24B-Unslop-v2.0
parameters:
weight: 0.9
- layer_range: [0, 40]
model: Huihui-Mistral-Small-3.2-24B-Ablit-Novision
parameters:
weight: 0.1
```