How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "zero9tech/Qwen3.5-9B-Data-Science-Insight-16.5K"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "zero9tech/Qwen3.5-9B-Data-Science-Insight-16.5K",
		"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/zero9tech/Qwen3.5-9B-Data-Science-Insight-16.5K
Quick Links

Qwen3.5-9B-Data-Science-Insight-16.5K

This model is tuned for decision-oriented data mining and applied data science assistance.

Training Setup

  1. Domain SFT: zero9tech/data-scientist-insight-dialog-en-16.5k.

Dataset Test Highlights

  • Total records: 16,463
  • Split: train: 14,021 · validation: 801 · test: 1,641
  • assistant_first_unique_ratio: 0.8408
  • assistant_final_unique_ratio: 1.0000

Usage Note

Model behavior is optimized for decision-focused responses (method choice, alternatives, risk signals, validation planning).

Copyright

Copyright (c) Zero9 Tech

License

Apache-2.0

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

Model tree for zero9tech/Qwen3.5-9B-Data-Science-Insight-16.5K

Quantizations
1 model

Dataset used to train zero9tech/Qwen3.5-9B-Data-Science-Insight-16.5K