How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "nbeerbower/Huihui-Qwen3.6-27B-abliterated-Athanorlite-ORPO" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/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 images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "nbeerbower/Huihui-Qwen3.6-27B-abliterated-Athanorlite-ORPO" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/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"
						}
					}
				]
			}
		]
	}'
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