v2ray commited on
Commit
34c834c
1 Parent(s): 14e6671

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
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
12
+ Fine tuned on r/ChatGPT Discord #general dump. \
13
+ Merged into bfloat16 using [meta-llama/Meta-Llama-3.1-8B](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B) as base and [v2ray/SchizoGPT-8B-QLoRA](https://huggingface.co/v2ray/SchizoGPT-8B-QLoRA) as QLoRA.
14
+ ## Prompt Template
15
+ ```
16
+ Date: 2024/4<username>username1<message>message 1<message>message 2<username>username2<message>message 1<message>message 2<username>username3<message>
17
+ ```
18
+ Date prefix is optional:
19
+ ```
20
+ <username>username1<message>message 1<message>message 2<username>username2<message>message 1<message>message 2<username>username3<message>
21
+ ```
22
+ Use `@username` to ping a user and `#channel name` to mention a channel. \
23
+ Prepend `<Re: username>` before a message to respond to a user. \
24
+ Use `<filename.ext>` to mention a file in a link, for example, if you have `https://example.com/image.jpg`, use `<image.jpg>`:
25
+ ```
26
+ 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>
27
+ ```