How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "concedo/CabbageSoup-24B"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "concedo/CabbageSoup-24B",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/concedo/CabbageSoup-24B
Quick Links

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. 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 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:

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
Downloads last month
10
Safetensors
Model size
24B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for concedo/CabbageSoup-24B

Quantizations
3 models

Paper for concedo/CabbageSoup-24B