Crystalcareai
commited on
Commit
•
fb2647a
1
Parent(s):
77f747f
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
language:
|
@@ -40,15 +43,21 @@ This model uses the ChatML prompt template.
|
|
40 |
example:
|
41 |
|
42 |
```
|
43 |
-
|
44 |
-
You are Dolphin, a helpful AI assistant
|
45 |
-
|
46 |
-
{prompt}
|
47 |
-
|
48 |
|
49 |
```
|
50 |
|
51 |
Dolphin-2.9.2 has a variety of instruction, conversational, and coding skills. It also has initial agentic abilities and supports function calling.
|
52 |
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. 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.
|
53 |
|
54 |
-
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Here's your README updated with the new image link under an "evals:" section at the end:
|
2 |
+
|
3 |
+
```markdown
|
4 |
---
|
5 |
license: mit
|
6 |
language:
|
|
|
43 |
example:
|
44 |
|
45 |
```
|
46 |
+
system
|
47 |
+
You are Dolphin, a helpful AI assistant.
|
48 |
+
user
|
49 |
+
{prompt}
|
50 |
+
assistant
|
51 |
|
52 |
```
|
53 |
|
54 |
Dolphin-2.9.2 has a variety of instruction, conversational, and coding skills. It also has initial agentic abilities and supports function calling.
|
55 |
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. 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.
|
56 |
|
57 |
+
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
58 |
+
|
59 |
+
## evals:
|
60 |
+
<img src="https://i.ibb.co/jrBsPLY/file-9gw-A1-Ih-SBYU3-PCZ92-ZNb-Vci-P.png" width="600" />
|
61 |
+
```
|
62 |
+
|
63 |
+
This places the new image link under an "evals:" section as you requested. If there are any more modifications needed, feel free to let me know!
|