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

Uploaded finetuned model

  • Developed by: Entity-27th
  • License: apache-2.0
  • Finetuned from model : unsloth/Qwen3.5-9B
  • Hardware: AMD Instinct MI300X x 1

This qwen3_5 model was trained 2x faster with Unsloth and Huggingface's TRL library.

Stellar Pro is a variant of Qwen3.5-9B, PEFT'd and distilled with gemini-3.1-pro-hard-high-reasoning dataset. Trained on a single MI300X GPU, Stellar Pro is designed to enhance the base model's reasoning capabilities via distillation from Gemini 3.1 Pro.

Downloads last month
29
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 Entity-27th/Stellar-Pro-9B

Finetuned
Qwen/Qwen3.5-9B
Finetuned
(135)
this model
Quantizations
2 models

Dataset used to train Entity-27th/Stellar-Pro-9B