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

Mag-Mell-R1-Uncensored-21B

The original Mag-Mell-R1 12B by inflatebot is a fantastic model. Few have even come close.

For a long time my goto has been Frowning's 21B Passthrough of Mag-Mell-R1. It's a little smarter than the original 12B, the larger size makes less mistakes in story details and grammar.

I hope to repeat that success on Naphula's norm-preserving biprojected abliteration of the 12B.

As inflatebot says, run this with Temp 1.25 and MinP 0.2.

GGUF Quants by mradermacher:

Merge Details

Merge Method

This model was merged using the Passthrough merge method.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

dtype: bfloat16
merge_method: passthrough
slices:
- sources:
  - layer_range: [0, 30]
    model: Naphula/MN-12B-Mag-Mell-R1-Uncensored
- sources:
  - layer_range: [16, 32]
    model: Naphula/MN-12B-Mag-Mell-R1-Uncensored
    parameters:
      scale:
      - filter: o_proj
        value: 0.0
      - filter: down_proj
        value: 0.0
      - value: 1.0
- sources:
  - layer_range: [16, 32]
    model: Naphula/MN-12B-Mag-Mell-R1-Uncensored
    parameters:
      scale:
      - filter: o_proj
        value: 0.0
      - filter: down_proj
        value: 0.0
      - value: 1.0
- sources:
  - layer_range: [32, 40]
    model: Naphula/MN-12B-Mag-Mell-R1-Uncensored
Downloads last month
17
Safetensors
Model size
20B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Babsie/Mag-Mell-R1-Uncensored-21B

Collection including Babsie/Mag-Mell-R1-Uncensored-21B