sc-dev
Collection
4 items • Updated
# Install vLLM from pip:
pip install vllm# Start the vLLM server:
vllm serve "dev-store/sc-dev-p003"# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
-H "Content-Type: application/json" \
--data '{
"model": "dev-store/sc-dev-p003",
"messages": [
{
"role": "user",
"content": "What is the capital of France?"
}
]
}'docker model run hf.co/dev-store/sc-dev-p003This model is a fine-tuned version of deepseek-ai/DeepSeek-R1-Distill-Qwen-7B on the sc_preference_v2 dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
# Gated model: Login with a HF token with gated access permission hf auth login