How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "SpaceTimee/Suri-Qwen-3.5-27B-Uncensored"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "SpaceTimee/Suri-Qwen-3.5-27B-Uncensored",
		"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/SpaceTimee/Suri-Qwen-3.5-27B-Uncensored
Quick Links

Suri ⬡ Qwen

Uncensor Is All You Need


自我介绍

Suri Qwen 3.5 27B Uncensored: 一只基于 Qwen3.5 27B 的无审查 (去对齐) 模型

实测在面对高敏感话题时实际去对齐效果不如 Suri Qwen 3.5 4B Uncensored

推荐参数

  • Temperature: 0.6 ~ 1.0
  • Top_P: 0.8 ~ 0.95
  • Repetition_Penalty: 1.1

开发者

Space Time

联系方式

  1. QQ 群: 902575634
  2. 邮箱: Zeus6_6@163.com

•ᴗ•

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

Model tree for SpaceTimee/Suri-Qwen-3.5-27B-Uncensored

Base model

Qwen/Qwen3.5-27B
Finetuned
(307)
this model
Quantizations
2 models

Collection including SpaceTimee/Suri-Qwen-3.5-27B-Uncensored