Casual-Autopsy commited on
Commit
2183733
·
verified ·
1 Parent(s): 7c9a263

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -22,6 +22,56 @@ pipeline_tag: text-generation
22
  WorldGen is a merge designed to enhance the capabilities of the character creation model, CharGen. While CharGen is great for creating characters, even to this day given its age, but it struggles at effectively making Lorebook/WorldInfo entries.</br>
23
  However, by merging it with an RP LLM and two LLMs that contain some scientific data and are good at instruction following I was able to make it more reliable at world-building.
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ## Merge Details
26
  ### Merge Method
27
 
 
22
  WorldGen is a merge designed to enhance the capabilities of the character creation model, CharGen. While CharGen is great for creating characters, even to this day given its age, but it struggles at effectively making Lorebook/WorldInfo entries.</br>
23
  However, by merging it with an RP LLM and two LLMs that contain some scientific data and are good at instruction following I was able to make it more reliable at world-building.
24
 
25
+ ## Prompting Guide
26
+ ### Formatting
27
+ ChatML
28
+ ### Roles Usage
29
+ - **User**: Prompts with this role are used to give the AI writing tasks.
30
+ <details><summary><b>Examples</b>:</summary>
31
+
32
+ Lore writing:
33
+ ```txt
34
+ Write an overview of cat demi-humans tongues and how they can't taste sweet things due to their cat biology.
35
+ ```
36
+
37
+ Persona writing:
38
+ (Do not use a name. Because CharGen is trained on 'User' for personas it's important to use such when creating a persona.)
39
+ ```txt
40
+ Here is a brief overview of a character. Expand it into a detailed description. Include details about character's personality, their outfit and figure. Mention their age and gender, if applicable.
41
+ User is a 21-year-old human male. He's very kind and caring especially to his adopted sister, Luna, whom he tends to spoil.
42
+ ```
43
+
44
+ Backstory writing:
45
+ ```txt
46
+ Write a backstory on the crescent moon choker User gifted to Luna.
47
+ ```
48
+
49
+ </details>
50
+
51
+ **System**: Prompts for output guidance and feeding important information not in the context.(And for the system prompt, obviously.)
52
+ <details><summary><b>Examples</b>:</summary>
53
+
54
+ Guidance prompt:
55
+ ```txt
56
+ When writing the backstory, use the following information:
57
+
58
+ - It was gifted to Luna on her 14th birthday.
59
+ - User spent all the money he got from his part-time job at the time just so he could give her the special gift.
60
+ - Ever since then, she kept wearing it ever since.
61
+
62
+ Give the backstory a header.
63
+ Keep the backstory direct and concise with less than 50 words.
64
+ ```
65
+
66
+ System prompt:
67
+ ```txt
68
+ You are an expert in creating interesting roleplay characters and lore for the world they reside in.
69
+ ```
70
+
71
+ </details>
72
+
73
+ - **Assistant**: The AI's output
74
+
75
  ## Merge Details
76
  ### Merge Method
77