Update README.md
Browse files
README.md
CHANGED
@@ -6,9 +6,52 @@ tags:
|
|
6 |
model-index:
|
7 |
- name: workspace/axolotl/dolphin-2.9.4-llama3.1-8b
|
8 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
<details><summary>Evals</summary>
|
14 |
|
|
|
6 |
model-index:
|
7 |
- name: workspace/axolotl/dolphin-2.9.4-llama3.1-8b
|
8 |
results: []
|
9 |
+
datasets:
|
10 |
+
- cognitivecomputations/Dolphin-2.9
|
11 |
+
- m-a-p/CodeFeedback-Filtered-Instruction
|
12 |
+
- cognitivecomputations/dolphin-coder
|
13 |
+
- cognitivecomputations/samantha-data
|
14 |
+
- microsoft/orca-math-word-problems-200k
|
15 |
+
- mlabonne/FineTome-100k
|
16 |
+
- arcee/agent_data
|
17 |
+
- PawanKrd/math-gpt-4o-200k
|
18 |
+
- cognitivecomputations/SystemChat-2.0
|
19 |
---
|
20 |
|
21 |
+
# Dolphin 2.9.4 Llama 3.1 8b 🐬
|
22 |
+
|
23 |
+
Curated and trained by Eric Hartford and Cognitive Computations
|
24 |
+
|
25 |
+
[![Discord](https://img.shields.io/discord/1156064224225808488?logo=Discord&logoColor=%23ffffff&label=Discord&link=https%3A%2F%2Fdiscord.gg%2FtCMkMDDHwm)](https://discord.gg/h3K4XGj2RH)
|
26 |
+
Discord: https://discord.gg/h3K4XGj2RH
|
27 |
+
|
28 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/ldkN1J0WIDQwU4vutGYiD.png" width="600" />
|
29 |
+
|
30 |
+
Our appreciation for the sponsors of Dolphin 2.9.4:
|
31 |
+
- [Crusoe Cloud](https://crusoe.ai/) - provided excellent on-demand 8xL40S node
|
32 |
+
|
33 |
+
This model is based on Meta Llama 3.1 8b, and is governed by the Llama 3.1 license.
|
34 |
+
|
35 |
+
The base model has 128K context, and our finetuning used 8192 sequence length.
|
36 |
+
|
37 |
+
Dolphin 2.9.4 uses ChatML prompt template format.
|
38 |
+
|
39 |
+
example:
|
40 |
+
|
41 |
+
```
|
42 |
+
<|im_start|>system
|
43 |
+
You are Dolphin, a helpful AI assistant.<|im_end|>
|
44 |
+
<|im_start|>user
|
45 |
+
{prompt}<|im_end|>
|
46 |
+
<|im_start|>assistant
|
47 |
+
|
48 |
+
```
|
49 |
+
|
50 |
+
Dolphin-2.9.4 has a variety of instruction following, conversational, and coding skills. It also has agentic abilities and supports function calling.
|
51 |
+
It is especially trained to obey the system prompt, and follow instructions in many languages.
|
52 |
+
|
53 |
+
Dolphin is uncensored. We have filtered the dataset to remove alignment and bias. This makes the model more compliant. You are advised to implement your own alignment layer before exposing the model as a service. It will be highly compliant with any requests, even unethical ones. Please read my blog post about uncensored models. https://erichartford.com/uncensored-models You are responsible for any content you create using this model. Enjoy responsibly.
|
54 |
+
|
55 |
|
56 |
<details><summary>Evals</summary>
|
57 |
|