Pegasus YaY commited on
Commit
690bb93
·
verified ·
1 Parent(s): b4e980a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -15
README.md CHANGED
@@ -29,34 +29,26 @@ Whether you're creating NPCs for storytelling, roleplaying games, or interactive
29
 
30
  ---
31
 
32
- ## Key Features
33
-
34
- - **Specialized Output Format**: Generates character cards strictly adhering to the `chara_card_v2` JSON schema used by SillyTavern.
35
- - **Rich Character Details**: Produces comprehensive profiles including personality traits, appearance descriptions, example dialogues, and scenario setups.
36
- - **Customizable Inputs**: Allows users to provide prompts, themes, or specific attributes to guide the generation process.
37
- - **High-Quality Writing**: Leverages Mistral Small’s robust linguistic capabilities to ensure engaging, coherent, and creative writing.
38
-
39
- ---
40
-
41
-
42
  ## Parameters
43
 
44
  - **Chat Template**: Mistral v7 Tekken
45
  - **Sampler parameters**:
46
  ```plain text
47
- Temperature: 0.7-0.8
48
- Rep. pen.: 1.1
49
  Top P: 1
 
50
  Max output: 4096
51
  ```
52
  - **System prompt (recommended)**:
53
  ```plain text
54
- You are an AI assistant helping the user generate character cards for a role-playing game for SillyTavern, using the strict SillyTavern json format in the chara_card_v2 specification. Write down the description of the character in great detail and in detail, focus primarily on the personal component, and then describe in detail the appearance of the character. Also write down detailed examples of character messages, and be sure to have a detailed First Message.
55
  ```
56
 
57
- ## Note
58
 
59
- This model is very sensitive to temperature, the most useful use case is temperature 0.7 and rep pen 1.1.
 
60
 
61
  ## Safety
62
 
 
29
 
30
  ---
31
 
 
 
 
 
 
 
 
 
 
 
32
  ## Parameters
33
 
34
  - **Chat Template**: Mistral v7 Tekken
35
  - **Sampler parameters**:
36
  ```plain text
37
+ Temperature: 0.3-0.7
38
+ Rep. pen.: 1.1-1.2 (Recommended!)
39
  Top P: 1
40
+ Min P: 0.05-0.1
41
  Max output: 4096
42
  ```
43
  - **System prompt (recommended)**:
44
  ```plain text
45
+ You are an AI assistant helping the user generate character cards for a role-playing game for SillyTavern, using the strict SillyTavern json format in the chara_card_v2 specification.
46
  ```
47
 
48
+ ## Notes
49
 
50
+ This model is ideal for the basis of creating your own card, it supports multi-turn conservation, so you can work with the card directly in the chat. It is recommended to use a UI that does not replace Placeholder Tags ({{user}} {{char}}) for ease of working with the card (For example, KoboldUI Classic in Editing Mode)
51
+ Sometimes there is a problem with endless generation loops, so I strongly recommend setting the parameter rep pen 1.1-1.2.
52
 
53
  ## Safety
54