harborwater
commited on
Commit
•
049db7f
1
Parent(s):
815164d
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- Norquinal/claude_multiround_chat_30k
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
library_name: transformers
|
8 |
---
|
9 |
+
|
10 |
+
Trained on 3 epoch of the Norquinal's claude_multiround_chat_30k dataset.
|
11 |
+
|
12 |
+
|
13 |
+
Prompt template:
|
14 |
+
```
|
15 |
+
### HUMAN:
|
16 |
+
{prompt}
|
17 |
+
|
18 |
+
### RESPONSE:
|
19 |
+
<leave a newline for the model to answer>
|
20 |
+
```
|
21 |
+
|
22 |
+
[<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)
|