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

StepCount-7B-SFT-1M

This model is the final checkpoint (checkpoint-476) from continued SFT of SI-Lab/StepCount-7b-SFT-1M-ckpt3450 on the SFT_StepCount_merged_7500_plus_11_50 dataset.

Evaluation during training:

  • eval_loss: 0.7951585054397583
  • num_input_tokens_seen: 842742656
  • global_step: 476

Training setup:

  • distributed_type: multi-GPU
  • num_devices: 8
  • total_train_batch_size: 512
  • gradient_accumulation_steps: 8
  • learning_rate: 2.7e-6
  • lr_scheduler_type: cosine
  • training_steps: 476
Downloads last month
42
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for SI-Lab/StepCount-7B-SFT-1M

Finetuned
(1)
this model