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

Qwen3.5-9B Fine-tuned

Fine-tuned version of Qwen/Qwen3.5-9B.

Training Data

Trained on crownelius/Opus-4.6-Reasoning-2100x-formatted.

Model Details

  • Base model: Qwen/Qwen3.5-9B
  • Architecture: Qwen3_5ForConditionalGeneration (hybrid linear/full attention)
  • Parameters: ~9B
  • dtype: bfloat16
  • Max context: 262,144 tokens
  • Fine-tuning framework: Unsloth
Downloads last month
4
Safetensors
Model size
9B params
Tensor type
F32
·
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for kayfahaarukku/qwen3.5-9b-ftest

Finetuned
Qwen/Qwen3.5-9B
Finetuned
(363)
this model

Dataset used to train kayfahaarukku/qwen3.5-9b-ftest