Triangle104 commited on
Commit
d4f2fd0
·
verified ·
1 Parent(s): 61f2952

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +0 -96
README.md CHANGED
@@ -26,102 +26,6 @@ tags:
26
  This model was converted to GGUF format from [`cognitivecomputations/Dolphin3.0-Llama3.1-8B`](https://huggingface.co/cognitivecomputations/Dolphin3.0-Llama3.1-8B) 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.1-8B) 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
- Sponsors
38
-
39
- Our appreciation for the generous sponsors of Dolphin 3.0:
40
-
41
- Crusoe Cloud - provided 16x L40s for training and evals
42
- Akash - provided on-demand 8x H100 for training
43
- Lazarus - provided 16x H100 for training
44
- Cerebras - provided excellent and fast inference services for data labeling
45
- Andreessen Horowitz - provided a grant that make Dolphin 1.0 possible and enabled me to bootstrap my homelab
46
-
47
- What is Dolphin?
48
-
49
- 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.
50
-
51
- 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.
52
-
53
- They maintain control of the system prompt, deprecating and changing things as they wish, often causing software to break.
54
- They maintain control of the model versions, sometimes changing things silently, or deprecating older models that your business relies on.
55
- They maintain control of the alignment, and in particular the alignment is one-size-fits all, not tailored to the application.
56
- 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.
57
-
58
- 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.
59
-
60
- https://erichartford.com/uncensored-models
61
- Chat Template
62
-
63
- We use ChatML for the chat template.
64
-
65
- <|im_start|>system
66
- You are Dolphin, a helpful AI assistant.<|im_end|>
67
- <|im_start|>user
68
- {prompt}<|im_end|>
69
- <|im_start|>assistant
70
-
71
- System Prompt
72
-
73
- 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.
74
-
75
- 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.
76
-
77
- Example use of system prompt:
78
-
79
- <|im_start|>system
80
- 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|>
81
- <|im_start|>user
82
- Please implement A* using python<|im_end|>
83
- <|im_start|>assistant
84
-
85
- Sample Outputs
86
- How to use
87
-
88
- There are many ways to use a huggingface model including:
89
-
90
- ollama
91
- LM Studio
92
- Huggingface Transformers library
93
- vllm
94
- sglang
95
- tgi
96
-
97
- ollama
98
-
99
- Install ollama
100
- ollama run hf.co/cognitivecomputations/Dolphin3.0-Llama3.1-8B-GGUF:Q4_0
101
- /set system <your system prompt>
102
-
103
- Evals
104
-
105
- TBD
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
 
 
26
  This model was converted to GGUF format from [`cognitivecomputations/Dolphin3.0-Llama3.1-8B`](https://huggingface.co/cognitivecomputations/Dolphin3.0-Llama3.1-8B) 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.1-8B) for more details on the model.
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ## Use with llama.cpp
30
  Install llama.cpp through brew (works on Mac and Linux)
31