Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- v2ray/r-chatgpt-general-dump
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
tags:
|
9 |
+
- not-for-all-audiences
|
10 |
+
---
|
11 |
+
# SchizoGPT 132B QLoRA
|
12 |
+
Fine tuned on r/ChatGPT Discord #general dump.
|
13 |
+
## Prompt Template
|
14 |
+
```
|
15 |
+
### Username
|
16 |
+
Message(s)(Can be stacked, separated by new line)
|
17 |
+
### Username(Can have multiturn multiuser chat, separated by new line)
|
18 |
+
(End of prompt)
|
19 |
+
```
|
20 |
+
Use `@username` to ping a user and `#channel name` to mention a channel. \
|
21 |
+
Prepend `<Re: username>` before a message to respond to a user. \
|
22 |
+
Use `<filename.ext>` to mention a file in a link, for example, if you have `https://example.com/image.jpg`, use `<image.jpg>`.
|