Triangle104 commited on
Commit
4566495
·
verified ·
1 Parent(s): a56b6cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md CHANGED
@@ -27,6 +27,60 @@ tags:
27
  This model was converted to GGUF format from [`cognitivecomputations/Dolphin3.0-Mistral-24B`](https://huggingface.co/cognitivecomputations/Dolphin3.0-Mistral-24B) 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-Mistral-24B) 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-Mistral-24B`](https://huggingface.co/cognitivecomputations/Dolphin3.0-Mistral-24B) 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-Mistral-24B) for more details on the model.
29
 
30
+ ---
31
+ What is Dolphin?
32
+ -
33
+
34
+
35
+
36
+ Dolphin 3.0 is the next generation of the Dolphin series of
37
+ instruct-tuned models. Designed to be the ultimate general purpose
38
+ local model, enabling coding, math, agentic, function calling, and
39
+ general use cases.
40
+
41
+
42
+ Dolphin aims to be a general purpose instruct model, similar to the
43
+ models behind ChatGPT, Claude, Gemini. But these models present
44
+ problems for businesses seeking to include AI in their products.
45
+
46
+
47
+ They maintain control of the system prompt, deprecating and changing things as they wish, often causing software to break.
48
+ They maintain control of the model versions, sometimes changing
49
+ things silently, or deprecating older models that your business relies
50
+ on.
51
+ They maintain control of the alignment, and in particular the alignment is one-size-fits all, not tailored to the application.
52
+ They can see all your queries and they can potentially use that data
53
+ in ways you wouldn't want.
54
+ Dolphin, in contrast, is steerable and gives control to the system
55
+ owner. You set the system prompt. You decide the alignment. You have
56
+ control of your data. Dolphin does not impose its ethics or guidelines
57
+ on you. You are the one who decides the guidelines.
58
+
59
+
60
+ Dolphin belongs to YOU, it is your tool, an extension of your will.
61
+ Just as you are personally responsible for what you do with a knife,
62
+ gun, fire, car, or the internet, you are the creator and originator of
63
+ any content you generate with Dolphin.
64
+
65
+
66
+ https://erichartford.com/uncensored-models
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+ Recommended Temperature
75
+ -
76
+
77
+
78
+
79
+ Experimentally we note that Mistral-24B based models require a low
80
+ temperature. We have seen much better results in the range of 0.05 to
81
+ 0.1.
82
+
83
+ ---
84
  ## Use with llama.cpp
85
  Install llama.cpp through brew (works on Mac and Linux)
86