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

qwen35_caption_galore

This model is a fine-tuned version of /workspace/models/Qwen3.5-9B on the my_caption dataset.

Model description

More information needed

Intended uses & limitations

More information needed

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • family_to_muon_lr = { "language": _fallback(getattr(training_args, "language_muon_lr", 1e-1), language_lr), "vision": _fallback(getattr(training_args, "vision_muon_lr", 3e-5), vision_lr), "merger": _fallback(getattr(training_args, "merger_muon_lr", 3e-5), merger_lr), }

    family_to_adamw_lr = { "language": _fallback(getattr(training_args, "language_adamw_lr", 5e-6), language_lr), "vision": _fallback(getattr(training_args, "vision_adamw_lr", 5e-6), vision_lr), "merger": _fallback(getattr(training_args, "merger_adamw_lr", 1e-5), merger_lr), }

  • every other lang block frozen

  • train_batch_size: 2

  • eval_batch_size: 8

  • seed: 42

  • distributed_type: multi-GPU

  • gradient_accumulation_steps: 15

  • total_train_batch_size: 30

  • optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments

  • lr_scheduler_type: cosine_with_min_lr

  • lr_scheduler_warmup_steps: 0.05

  • num_epochs: 4

Training results

Framework versions

  • Transformers 5.5.3
  • Pytorch 2.11.0+cu128
  • Datasets 4.0.0
  • Tokenizers 0.22.2
Downloads last month
1
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