v2ray commited on
Commit
f6922bd
1 Parent(s): 05dc77f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 8B QLoRA
12
+ Fine tuned on r/ChatGPT Discord #general dump.
13
+ ## Prompt Template
14
+ ```
15
+ Date: 2024/4<username>username1<message>message 1<message>message 2<username>username2<message>message 1<message>message 2<username>username3<message>
16
+ ```
17
+ Date prefix is optional:
18
+ ```
19
+ <username>username1<message>message 1<message>message 2<username>username2<message>message 1<message>message 2<username>username3<message>
20
+ ```
21
+ Use `@username` to ping a user and `#channel name` to mention a channel. \
22
+ Prepend `<Re: username>` before a message to respond to a user. \
23
+ Use `<filename.ext>` to mention a file in a link, for example, if you have `https://example.com/image.jpg`, use `<image.jpg>`:
24
+ ```
25
+ Date: 2023/12<username>example#0001<message>Hello!<username>example#0002<message><Re: example#0001> Hi, look at this image of a cat! <cat.png><username>example#0001<message><Re: example#0002>
26
+ ```