Update README.md
#1
by
yagilb
- opened
README.md
CHANGED
@@ -33,32 +33,36 @@ lm_studio:
|
|
33 |
model_creator: cognitivecomputations
|
34 |
---
|
35 |
|
36 |
-
## Dolphin 2.8 Mistral 7b v0.2 ๐ฌ by Cognitive Computations
|
37 |
|
38 |
-
|
39 |
|
40 |
-
|
|
|
|
|
41 |
|
42 |
-
|
|
|
|
|
43 |
|
44 |
## Prompt Template:
|
45 |
|
46 |
-
|
47 |
|
|
|
48 |
```
|
49 |
<|im_start|>system
|
50 |
You are Dolphin, a helpful AI assistant.<|im_end|>
|
51 |
<|im_start|>user
|
52 |
{prompt}<|im_end|>
|
53 |
<|im_start|>assistant
|
54 |
-
|
55 |
```
|
56 |
|
57 |
## Use case and examples
|
58 |
|
59 |
-
Dolphin is trained on a
|
60 |
|
61 |
-
General knowledge:
|
62 |
|
63 |
```
|
64 |
<|im_start|>system
|
@@ -74,7 +78,7 @@ A higher ISO number means that the camera's sensor is more sensitive to light, a
|
|
74 |
In summary, the ISO number in camera terminology determines how sensitive the camera's sensor is to light, and it can be adjusted to balance exposure and image quality in various lighting conditions.
|
75 |
```
|
76 |
|
77 |
-
Conversational:
|
78 |
|
79 |
```
|
80 |
<|im_start|>system
|
@@ -102,7 +106,7 @@ To find your purpose, you can follow these steps:
|
|
102 |
Ultimately, finding your purpose is a personal and ongoing process that requires introspection, self-awareness, and a willingness to explore new opportunities. Remember, there is no one-size-fits-all answer to the meaning of life, and your purpose may change and evolve over time.
|
103 |
```
|
104 |
|
105 |
-
Coding:
|
106 |
|
107 |
```
|
108 |
<|im_start|>system
|
@@ -162,10 +166,8 @@ This model was trained with the following datasets:
|
|
162 |
- [m-a-p/Code-Feedback](https://huggingface.co/datasets/m-a-p/Code-Feedback)
|
163 |
- [m-a-p/CodeFeedback-Filtered-Instruction](https://huggingface.co/datasets/m-a-p/CodeFeedback-Filtered-Instruction)
|
164 |
|
165 |
-
|
166 |
-
|
167 |
-
Special thanks to Georgi Gerganov and the whole team working on [llama.cpp](https://github.com/ggerganov/llama.cpp/) for making all of this possible
|
168 |
|
169 |
-
##
|
170 |
|
171 |
-
|
|
|
33 |
model_creator: cognitivecomputations
|
34 |
---
|
35 |
|
36 |
+
## ๐ซ Community Model> Dolphin 2.8 Mistral 7b v0.2 ๐ฌ by Cognitive Computations
|
37 |
|
38 |
+
*๐พ [LM Studio](https://lmstudio.ai) Community models highlights program. Highlighting new & noteworthy models by the community. Join the conversation on [Discord](https://discord.gg/aPQfnNkxGC)*.
|
39 |
|
40 |
+
**Model creator:** [Cognitive Computations](https://huggingface.co/cognitivecomputations).<br>
|
41 |
+
**Original model**: https://huggingface.co/cognitivecomputations/dolphin-2.8-mistral-7b-v02.<br>
|
42 |
+
**GGUF quantization:** provided by [bartowski](https://huggingface.co/bartowski) based on `llama.cpp` release [b2536](https://github.com/ggerganov/llama.cpp/releases/tag/b2536)<br>
|
43 |
|
44 |
+
## Model TLDR:
|
45 |
+
Dolphin 2.8 is a model from from the Dolphin family, based on Mistral 0.2, and fine tuned by [Eric Hartford](https://huggingface.co/ehartford/) and [Cognitive Computations](https://huggingface.co/cognitivecomputations).
|
46 |
+
With a broad range of uses, this model makes for a great general-use daily driver.<br>
|
47 |
|
48 |
## Prompt Template:
|
49 |
|
50 |
+
Choose the `ChatML` preset in your LM Studio.
|
51 |
|
52 |
+
Under the hood, the model will see a prompt that's formatted like so:
|
53 |
```
|
54 |
<|im_start|>system
|
55 |
You are Dolphin, a helpful AI assistant.<|im_end|>
|
56 |
<|im_start|>user
|
57 |
{prompt}<|im_end|>
|
58 |
<|im_start|>assistant
|
|
|
59 |
```
|
60 |
|
61 |
## Use case and examples
|
62 |
|
63 |
+
Dolphin is trained on a vast variety of data, including conversational, logical, and coding. This unique blend, along with a keen eye from the model creators, makes for a wonderful model that can tackle any task you throw at it.
|
64 |
|
65 |
+
## General knowledge:
|
66 |
|
67 |
```
|
68 |
<|im_start|>system
|
|
|
78 |
In summary, the ISO number in camera terminology determines how sensitive the camera's sensor is to light, and it can be adjusted to balance exposure and image quality in various lighting conditions.
|
79 |
```
|
80 |
|
81 |
+
## Conversational:
|
82 |
|
83 |
```
|
84 |
<|im_start|>system
|
|
|
106 |
Ultimately, finding your purpose is a personal and ongoing process that requires introspection, self-awareness, and a willingness to explore new opportunities. Remember, there is no one-size-fits-all answer to the meaning of life, and your purpose may change and evolve over time.
|
107 |
```
|
108 |
|
109 |
+
## Coding:
|
110 |
|
111 |
```
|
112 |
<|im_start|>system
|
|
|
166 |
- [m-a-p/Code-Feedback](https://huggingface.co/datasets/m-a-p/Code-Feedback)
|
167 |
- [m-a-p/CodeFeedback-Filtered-Instruction](https://huggingface.co/datasets/m-a-p/CodeFeedback-Filtered-Instruction)
|
168 |
|
169 |
+
๐ Special thanks to [Georgi Gerganov](https://github.com/ggerganov) and the whole team working on [llama.cpp](https://github.com/ggerganov/llama.cpp/) for making all of this possible.
|
|
|
|
|
170 |
|
171 |
+
## Disclaimers
|
172 |
|
173 |
+
TBD
|