chargoddard commited on
Commit
6af1f6c
1 Parent(s): 145d82b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - chargoddard/rpguild
4
+ language:
5
+ - en
6
+ tags:
7
+ - llama
8
+ - roleplay
9
+ license: cc-by-nc-4.0
10
+ ---
11
+
12
+ It's a roleplay model! Trained on ~50k examples of human written roleplay sessions. Not a hint of gpt-flavor writing. Very creative and very able to roll with the punches. Does tend to speak for you more than I'd like.
13
+
14
+ Uses ChatML prompt format, with optional length suffixes:
15
+
16
+ ```
17
+ <|im_start|>system
18
+ Enter roleplay mode. You are Steve.
19
+
20
+ Steve is a nasty little man and solves all his problems by punching people in the face.<|im_end|>
21
+ <|im_start|>Gundalf, Gandalf's cousin with a gun
22
+ Gundalf runs frantically up to Steve and begins yelling. "We have a big problem, Steve!"<|im_end|>
23
+ <|im_start|>Steve (Length: short)
24
+ "What is it now Gundalf? Do you want me to punch you in the face?" Steve asked, looking down at him. He was pretty sure that this guy wasn't worth the trouble of punching him in the face, but he didn't like to leave loose ends hanging either.
25
+
26
+ "There's been an incident," Gundalf said quickly, "A dwarf has stolen some gold from Smaug."
27
+
28
+ "Well I don't care about any of those things," Steve responded, turning away. <|im_end|>
29
+ ```
30
+
31
+ [<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)