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 "prithivMLmods/Q3.5-9B-DS-v4-Flash-DA-GGUF" \
    --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": "prithivMLmods/Q3.5-9B-DS-v4-Flash-DA-GGUF",
		"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 "prithivMLmods/Q3.5-9B-DS-v4-Flash-DA-GGUF" \
        --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": "prithivMLmods/Q3.5-9B-DS-v4-Flash-DA-GGUF",
		"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

Q3.5-9B-DS-v4-Flash-DA-GGUF

Q3.5-9B-DS-v4-Flash-DA (Qwen3.5 DeepSeek Distilled-Abliterated) is a reasoning-focused model built on top of Qwen/Qwen3.5-9B through prithivMLmods/Qwen3.5-9B-Unredacted-MAX. This model is optimized for rich, detailed, and context-aware reasoning, leveraging multi-stage distillation on DeepSeek V4 reasoning traces combined with advanced refusal direction analysis and ablation-based training strategies to reduce internal refusal behaviors while preserving strong reasoning and instruction-following performance.

Model: https://huggingface.co/prithivMLmods/Q3.5-9B-DS-v4-Flash-DA

This model is intended strictly for research and learning purposes. Due to reduced internal refusal mechanisms, it may generate sensitive or unrestricted content. Users assume full responsibility for how the model is used. The authors and hosting platform disclaim any liability for generated outputs.

Note: This model is experimental and may generate artifacts.

Model Files

File Name Quant Type File Size File Link
Q3.5-9B-DS-v4-Flash-DA.BF16.gguf BF16 17.9 GB Download
Q3.5-9B-DS-v4-Flash-DA.F16.gguf F16 17.9 GB Download
Q3.5-9B-DS-v4-Flash-DA.Q2_K.gguf Q2_K 3.83 GB Download
Q3.5-9B-DS-v4-Flash-DA.Q3_K_L.gguf Q3_K_L 4.93 GB Download
Q3.5-9B-DS-v4-Flash-DA.Q3_K_M.gguf Q3_K_M 4.62 GB Download
Q3.5-9B-DS-v4-Flash-DA.Q3_K_S.gguf Q3_K_S 4.26 GB Download
Q3.5-9B-DS-v4-Flash-DA.Q4_0.gguf Q4_0 5.31 GB Download
Q3.5-9B-DS-v4-Flash-DA.Q4_K_M.gguf Q4_K_M 5.63 GB Download
Q3.5-9B-DS-v4-Flash-DA.Q4_K_S.gguf Q4_K_S 5.35 GB Download
Q3.5-9B-DS-v4-Flash-DA.Q5_0.gguf Q5_0 6.31 GB Download
Q3.5-9B-DS-v4-Flash-DA.Q5_K_M.gguf Q5_K_M 6.47 GB Download
Q3.5-9B-DS-v4-Flash-DA.Q5_K_S.gguf Q5_K_S 6.31 GB Download
Q3.5-9B-DS-v4-Flash-DA.Q6_K.gguf Q6_K 7.36 GB Download
Q3.5-9B-DS-v4-Flash-DA.Q8_0.gguf Q8_0 9.53 GB Download
Q3.5-9B-DS-v4-Flash-DA.mmproj-bf16.gguf mmproj-bf16 922 MB Download
Q3.5-9B-DS-v4-Flash-DA.mmproj-f16.gguf mmproj-f16 922 MB Download
Q3.5-9B-DS-v4-Flash-DA.mmproj-q8_0.gguf mmproj-q8_0 624 MB Download

Quants Usage

(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)

Here is a handy graph by ikawrakow comparing some lower-quality quant types (lower is better):

image.png

Downloads last month
1,694
GGUF
Model size
9B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for prithivMLmods/Q3.5-9B-DS-v4-Flash-DA-GGUF

Datasets used to train prithivMLmods/Q3.5-9B-DS-v4-Flash-DA-GGUF

Collection including prithivMLmods/Q3.5-9B-DS-v4-Flash-DA-GGUF