ModelHub XC dde45fdbab 初始化项目,由ModelHub XC社区提供模型
Model: dphn/Dolphin3.0-Llama3.1-8B
Source: Original Platform
2026-05-26 15:09:15 +08:00

license, datasets, language, base_model, model-index
license datasets language base_model model-index
llama3.1
OpenCoder-LLM/opc-sft-stage1
OpenCoder-LLM/opc-sft-stage2
microsoft/orca-agentinstruct-1M-v1
microsoft/orca-math-word-problems-200k
NousResearch/hermes-function-calling-v1
AI-MO/NuminaMath-CoT
AI-MO/NuminaMath-TIR
allenai/tulu-3-sft-mixture
cognitivecomputations/dolphin-coder
HuggingFaceTB/smoltalk
cognitivecomputations/samantha-data
m-a-p/CodeFeedback-Filtered-Instruction
m-a-p/Code-Feedback
en
meta-llama/Llama-3.1-8B
name results
Dolphin3.0-Llama3.1-8B
task dataset metrics source
type name
text-generation Text Generation
name type split args
IFEval (0-Shot) wis-k/instruction-following-eval train
num_few_shot
0
type value name
inst_level_strict_acc and prompt_level_strict_acc 76.21 averaged accuracy
url name
https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=cognitivecomputations%2FDolphin3.0-Llama3.1-8B Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type split args
BBH (3-Shot) SaylorTwift/bbh test
num_few_shot
3
type value name
acc_norm 27.63 normalized accuracy
url name
https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=cognitivecomputations%2FDolphin3.0-Llama3.1-8B Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type split args
MATH Lvl 5 (4-Shot) lighteval/MATH-Hard test
num_few_shot
4
type value name
exact_match 10.5 exact match
url name
https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=cognitivecomputations%2FDolphin3.0-Llama3.1-8B Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type split args
GPQA (0-shot) Idavidrein/gpqa train
num_few_shot
0
type value name
acc_norm 4.36 acc_norm
url name
https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=cognitivecomputations%2FDolphin3.0-Llama3.1-8B Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type args
MuSR (0-shot) TAUR-Lab/MuSR
num_few_shot
0
type value name
acc_norm 8.97 acc_norm
url name
https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=cognitivecomputations%2FDolphin3.0-Llama3.1-8B Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type config split args
MMLU-PRO (5-shot) TIGER-Lab/MMLU-Pro main test
num_few_shot
5
type value name
acc 22.13 accuracy
url name
https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=cognitivecomputations%2FDolphin3.0-Llama3.1-8B Open LLM Leaderboard

Dolphin 3.0 Llama 3.1 8B 🐬

Part of the Dolphin 3.0 Collection

Curated and trained by Eric Hartford, Ben Gitter, BlouseJury and Cognitive Computations

Discord Discord: https://discord.gg/cognitivecomputations

Sponsors

Our appreciation for the generous sponsors of Dolphin 3.0:

  • Crusoe Cloud - provided 16x L40s for training and evals
  • Akash - provided on-demand 8x H100 for training
  • Lazarus - provided 16x H100 for training
  • Cerebras - provided excellent and fast inference services for data labeling
  • Andreessen Horowitz - provided a grant that make Dolphin 1.0 possible and enabled me to bootstrap my homelab

What is Dolphin?

Dolphin 3.0 is the next generation of the Dolphin series of instruct-tuned models. Designed to be the ultimate general purpose local model, enabling coding, math, agentic, function calling, and general use cases.

Dolphin aims to be a general purpose model, similar to the models behind ChatGPT, Claude, Gemini. But these models present problems for businesses seeking to include AI in their products.

  1. They maintain control of the system prompt, deprecating and changing things as they wish, often causing software to break.
  2. They maintain control of the model versions, sometimes changing things silently, or deprecating older models that your business relies on.
  3. They maintain control of the alignment, and in particular the alignment is one-size-fits all, not tailored to the application.
  4. They can see all your queries and they can potentially use that data in ways you wouldn't want. Dolphin, in contrast, is steerable and gives control to the system owner. You set the system prompt. You decide the alignment. You have control of your data. Dolphin does not impose its ethics or guidelines on you. You are the one who decides the guidelines.

Dolphin belongs to YOU, it is your tool, an extension of your will. Just as you are personally responsible for what you do with a knife, gun, fire, car, or the internet, you are the creator and originator of any content you generate with Dolphin.

https://erichartford.com/uncensored-models

Chat Template

We use ChatML for the chat template.

<|im_start|>system
You are Dolphin, a helpful AI assistant.<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant

System Prompt

In Dolphin, the system prompt is what you use to set the tone and alignment of the responses. You can set a character, a mood, rules for its behavior, and it will try its best to follow them.

Make sure to set the system prompt in order to set the tone and guidelines for the responses - Otherwise, it will act in a default way that might not be what you want.

Example use of system prompt:

<|im_start|>system
You are Dolphin, a golang coding assistant.  you only code in golang.  If the user requests any other programming language, return the solution in golang instead.<|im_end|>
<|im_start|>user
Please implement A* using python<|im_end|>
<|im_start|>assistant

Sample Outputs

How to use

There are many ways to use a huggingface model including:

  • ollama
  • LM Studio
  • Huggingface Transformers library
  • vllm
  • sglang
  • tgi

ollama

  • Install ollama
  • ollama run hf.co/cognitivecomputations/Dolphin3.0-Llama3.1-8B-GGUF:Q4_0
  • /set system <your system prompt>

Evals

TBD

Appreciation

Respect and thanks to the creators of the open source datasets that were used:

Special thanks to

  • Meta, Qwen, and OpenCoder, who wrote papers and published models that were instrumental in creating Dolphin 3.0.
  • RLHFlow for the excellent reward model used to filter the datasets
  • Deepseek, for the ridiculously fast Deepseek-V3 that we used to augment the data.

Open LLM Leaderboard Evaluation Results

Detailed results can be found here! Summarized results can be found here!

Metric Value (%)
Average 24.97
IFEval (0-Shot) 76.21
BBH (3-Shot) 27.63
MATH Lvl 5 (4-Shot) 10.50
GPQA (0-shot) 4.36
MuSR (0-shot) 8.97
MMLU-PRO (5-shot) 22.13
Description
Model synced from source: dphn/Dolphin3.0-Llama3.1-8B
Readme 30 KiB