Update README.md
Browse files
README.md
CHANGED
@@ -35,6 +35,15 @@ For SillyTavern use [these presets.](https://huggingface.co/Casual-Autopsy/Llama
|
|
35 |
When adding prompts outside of Metadata, set role to system and add instruct format manually.
|
36 |
Because system prompt formats are blank, this allows to write ST scripts to add old chat pairs to the data bank with instruct formats RegExed in and inject them via RAG. I found that doing so increases translation quality greatly.
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
### Samplers
|
39 |
```yaml
|
40 |
top_k: 1
|
|
|
35 |
When adding prompts outside of Metadata, set role to system and add instruct format manually.
|
36 |
Because system prompt formats are blank, this allows to write ST scripts to add old chat pairs to the data bank with instruct formats RegExed in and inject them via RAG. I found that doing so increases translation quality greatly.
|
37 |
|
38 |
+
The databank entry should look something like this with instruct format included:
|
39 |
+
```
|
40 |
+
<|start_header_id|>Japanese<|end_header_id|>
|
41 |
+
|
42 |
+
イヴ「ええ、導力を失い、か弱くなってしまったわたくしの1人や2人くらい守ってくださらないとね」<|eot_id|><|start_header_id|>English<|end_header_id|>
|
43 |
+
|
44 |
+
Yves: "Yes, I’ve lost my douryoku and become weaker. You’ll have to protect someone like me, won’t you?"<|eot_id|>
|
45 |
+
```
|
46 |
+
|
47 |
### Samplers
|
48 |
```yaml
|
49 |
top_k: 1
|