How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "dphn/dolphin-2.8-experiment26-7b-preview"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/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
docker model run hf.co/dphn/dolphin-2.8-experiment26-7b-preview
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