Pegasus YaY
commited on
Update README.md
Browse files
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.
|
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.
|
55 |
```
|
56 |
|
57 |
-
##
|
58 |
|
59 |
-
This model is
|
|
|
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 |
|