How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "dphn/dolphin-2.8-experiment26-7b-preview" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "dphn/dolphin-2.8-experiment26-7b-preview",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "dphn/dolphin-2.8-experiment26-7b-preview" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "dphn/dolphin-2.8-experiment26-7b-preview",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

1-epoch checkpoint

Please note - this checkpoint release is deprecated in favor of the final release, located here

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 68.60
AI2 Reasoning Challenge (25-Shot) 64.51
HellaSwag (10-Shot) 83.79
MMLU (5-Shot) 63.24
TruthfulQA (0-shot) 54.87
Winogrande (5-shot) 81.61
GSM8k (5-shot) 63.61
Downloads last month
229
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 1 Ask for provider support

Model tree for dphn/dolphin-2.8-experiment26-7b-preview

Finetuned
(10)
this model
Quantizations
2 models

Evaluation results