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

MagAb

MN-12B-Mag-Mell-R1 Uncensored Scale 1.2

The same as https://huggingface.co/Naphula/MN-12B-Mag-Mell-R1-Uncensored

but with scale 1.2 instead of 1.5 which seems to be the sweet spot for most nemo models

should be just as uncensored and possibly a bit smarter

Downloads last month
11
Safetensors
Model size
12B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with EldritchLabs/MN-12B-Mag-Mell-R1-Uncensored-Scale1.2.

Model tree for EldritchLabs/MN-12B-Mag-Mell-R1-Uncensored-Scale1.2

Finetuned
(8)
this model
Merges
1 model
Quantizations
3 models

Collection including EldritchLabs/MN-12B-Mag-Mell-R1-Uncensored-Scale1.2