Update README.md
Browse files
README.md
CHANGED
|
@@ -67,6 +67,14 @@ With Dolphin2.0-R1 a too-high temperature can result in behaviors like second gu
|
|
| 67 |
|
| 68 |
https://huggingface.co/bartowski/cognitivecomputations_Dolphin3.0-R1-Mistral-24B-GGUF
|
| 69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
## Chat Template
|
| 71 |
|
| 72 |
We use ChatML for the chat template.
|
|
|
|
| 67 |
|
| 68 |
https://huggingface.co/bartowski/cognitivecomputations_Dolphin3.0-R1-Mistral-24B-GGUF
|
| 69 |
|
| 70 |
+
## Run Dolphin in Ollama
|
| 71 |
+
|
| 72 |
+
```
|
| 73 |
+
wget https://huggingface.co/cognitivecomputations/Dolphin3.0-R1-Mistral-24B/resolve/main/Modelfile
|
| 74 |
+
ollama create dolphin3-r1
|
| 75 |
+
ollama run dolphin3-r1
|
| 76 |
+
```
|
| 77 |
+
|
| 78 |
## Chat Template
|
| 79 |
|
| 80 |
We use ChatML for the chat template.
|