How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "nbeerbower/Huihui-Qwen3.6-27B-abliterated-Athanorlite-ORPO"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "nbeerbower/Huihui-Qwen3.6-27B-abliterated-Athanorlite-ORPO",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Use Docker
docker model run hf.co/nbeerbower/Huihui-Qwen3.6-27B-abliterated-Athanorlite-ORPO
Quick Links

Huihui-Qwen3.6-27B-abliterated-Athanorlite-ORPO

Training Configuration

Parameter Value
Training Mode POST_HOC_UPLOAD
Base Model huihui-ai/Huihui-Qwen3.6-27B-abliterated
LoRA Rank (r) 64
LoRA Alpha 64
LoRA Dropout 0.05
Target Modules k_proj, q_proj, v_proj, down_proj, o_proj, up_proj, gate_proj
GPU NVIDIA GB10

Trained with Merlina

Merlina on GitHub

Downloads last month
6
Safetensors
Model size
27B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for nbeerbower/Huihui-Qwen3.6-27B-abliterated-Athanorlite-ORPO

Base model

Qwen/Qwen3.6-27B
Finetuned
(4)
this model
Merges
1 model
Quantizations
2 models