Triangle104 commited on
Commit
926efdd
·
verified ·
1 Parent(s): f6c6b06

Update README.md

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