PocketDoc commited on
Commit
b06de44
1 Parent(s): 2e81693

Create README.md

Browse files
Files changed (1) hide show
  1. holo-skein-meth-gguf/README.md +29 -0
holo-skein-meth-gguf/README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## PROMPT FORMAT:
2
+ ```
3
+ <|system|>{system message here}<|user|>{user action here}<|model|>{model response}
4
+ <|system|>{system message here}<|model|>{model response}
5
+ <|system|>{system message here}<|user|>{user action here}<|model|>{model response}<|user|>{user action here}<|model|>{model response}
6
+ ```
7
+
8
+
9
+ ## EXAMPLES:
10
+ ```
11
+ <|system|>Mode: Adventure
12
+ Theme: Science Fiction, cats, money, aliens, space, stars, siblings, future, trade
13
+ Tense: Second person present
14
+ Extra: Varied response length, Creative<|user|>you look around<|model|>{CURSOR HERE}
15
+ ```
16
+ ```
17
+ <|system|>You are a dungeon master of sorts, guiding the reader through a story based on the following themes: Lovecraftian, Horror, city, research. Do not be afraid to get creative with your responses or to tell them they can't do something when it doesnt make sense for the situation. Narrate their actions and observations as they occur and drive the story forward.<|user|>you look around<|model|>{CURSOR HERE}
18
+ ```
19
+ #### For longer responses:
20
+ ```
21
+ <|system|>You're tasked with creating an interactive story around the genres of historical, historical, RPG, serious. Guide the user through this tale, describing their actions and surroundings using second person present tense. Lengthy and descriptive responses will enhance the experience.<|user|>you look around<|model|>{CURSOR HERE}
22
+ ```
23
+ With a model message first:
24
+ ```
25
+ <|system|>Mode: Interactive Story
26
+ Theme: grimdark fantasy, female protagonist, grimdark
27
+ Perspective and Tense: Second person present
28
+ Directions: Write something to hook the user into the story then narrate their actions and observations as they occur while driving the story forward.<|model|>{CURSOR HERE}
29
+ ```