Update README.md
Browse files
README.md
CHANGED
@@ -33,9 +33,9 @@ Instruct format is the custom version of llama3 that VNTL uses, but you should b
|
|
33 |
For SillyTavern use [these presets.](https://huggingface.co/Casual-Autopsy/Llama-3-VNTL-Yollisa-8B/tree/main/ST)
|
34 |
|
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
|
37 |
|
38 |
-
The
|
39 |
```
|
40 |
<|start_header_id|>Japanese<|end_header_id|>
|
41 |
|
|
|
33 |
For SillyTavern use [these presets.](https://huggingface.co/Casual-Autopsy/Llama-3-VNTL-Yollisa-8B/tree/main/ST)
|
34 |
|
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 Data Bank entry should look something like this with instruct format included:
|
39 |
```
|
40 |
<|start_header_id|>Japanese<|end_header_id|>
|
41 |
|