Triangle104 commited on
Commit
660d88c
·
verified ·
1 Parent(s): 090c977

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +96 -0
README.md CHANGED
@@ -27,6 +27,102 @@ tags:
27
  This model was converted to GGUF format from [`cognitivecomputations/Dolphin3.0-Qwen2.5-0.5B`](https://huggingface.co/cognitivecomputations/Dolphin3.0-Qwen2.5-0.5B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
28
  Refer to the [original model card](https://huggingface.co/cognitivecomputations/Dolphin3.0-Qwen2.5-0.5B) for more details on the model.
29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  ## Use with llama.cpp
31
  Install llama.cpp through brew (works on Mac and Linux)
32
 
 
27
  This model was converted to GGUF format from [`cognitivecomputations/Dolphin3.0-Qwen2.5-0.5B`](https://huggingface.co/cognitivecomputations/Dolphin3.0-Qwen2.5-0.5B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
28
  Refer to the [original model card](https://huggingface.co/cognitivecomputations/Dolphin3.0-Qwen2.5-0.5B) for more details on the model.
29
 
30
+ ---
31
+ Model details:
32
+ -
33
+ Part of the Dolphin 3.0 Collection
34
+
35
+ Curated and trained by Eric Hartford, Ben Gitter, BlouseJury and Cognitive Computations
36
+
37
+ Discord Discord: https://discord.gg/cognitivecomputations
38
+
39
+ Sponsors
40
+ -
41
+ Our appreciation for the generous sponsors of Dolphin 3.0:
42
+
43
+ Crusoe Cloud - provided 16x L40s for training and evals
44
+ Akash - provided on-demand 8x H100 for training
45
+ Lazarus - provided 16x H100 for training
46
+ Cerebras - provided excellent and fast inference services for data labeling
47
+ Andreessen Horowitz - provided a grant that make Dolphin 1.0 possible and enabled me to bootstrap my homelab
48
+
49
+ What is Dolphin?
50
+ -
51
+ 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.
52
+
53
+ 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.
54
+
55
+ They maintain control of the system prompt, deprecating and changing things as they wish, often causing software to break.
56
+ They maintain control of the model versions, sometimes changing things silently, or deprecating older models that your business relies on.
57
+ They maintain control of the alignment, and in particular the alignment is one-size-fits all, not tailored to the application.
58
+ 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.
59
+
60
+ 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.
61
+
62
+ https://erichartford.com/uncensored-models
63
+
64
+ Chat Template
65
+ -
66
+ We use ChatML for the chat template.
67
+
68
+ <|im_start|>system
69
+ You are Dolphin, a helpful AI assistant.<|im_end|>
70
+ <|im_start|>user
71
+ {prompt}<|im_end|>
72
+ <|im_start|>assistant
73
+
74
+ System Prompt
75
+ -
76
+ 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.
77
+
78
+ 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.
79
+
80
+ Example use of system prompt:
81
+ -
82
+ <|im_start|>system
83
+ 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|>
84
+ <|im_start|>user
85
+ Please implement A* using python<|im_end|>
86
+ <|im_start|>assistant
87
+
88
+ Sample Outputs
89
+
90
+ How to use
91
+
92
+ There are many ways to use a huggingface model including:
93
+
94
+ ollama
95
+ LM Studio
96
+ Huggingface Transformers library
97
+ vllm
98
+ sglang
99
+ tgi
100
+
101
+ ollama
102
+ -
103
+ Install ollama
104
+ ollama run hf.co/cognitivecomputations/Dolphin3.0-Llama3.1-8B-GGUF:Q4_0
105
+ /set system <your system prompt>
106
+
107
+ Appreciation
108
+ -
109
+ Respect and thanks to the creators of the open source datasets that were used:
110
+
111
+ OpenCoder-LLM (opc-sft-stage1, opc-sft-stage2)
112
+ microsoft (orca-agentinstruct-1M-v1, orca-math-word-problems-200k)
113
+ NousResearch (hermes-function-calling-v1)
114
+ AI-MO (NuminaMath-CoT, NuminaMath-TIR)
115
+ allenai (tulu-3-sft-mixture)
116
+ HuggingFaceTB (smoltalk)
117
+ m-a-p (CodeFeedback-Filtered-Instruction, Code-Feedback)
118
+
119
+ Special thanks to
120
+ -
121
+ Meta, Qwen, and OpenCoder, who wrote papers and published models that were instrumental in creating Dolphin 3.0.
122
+ RLHFlow for the excellent reward model used to filter the datasets
123
+ Deepseek, for the ridiculously fast Deepseek-V3 that we used to augment the data.
124
+
125
+ ---
126
  ## Use with llama.cpp
127
  Install llama.cpp through brew (works on Mac and Linux)
128