How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Colby/starcoder-7b-agent-0.1-merged"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Colby/starcoder-7b-agent-0.1-merged",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/Colby/starcoder-7b-agent-0.1-merged
Quick Links

starcoder-7b-agent-0.1-merged

Merged (LoRA-flattened) version of Colby/starcoder-7b-agent-0.1. Used as the base model for the next round of fine-tuning.

Chat format: StarCoderChat with and / blocks.

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

Model tree for Colby/starcoder-7b-agent-0.1-merged

Finetuned
(7)
this model
Finetunes
2 models