crestf411 commited on
Commit
f7ff432
·
verified ·
1 Parent(s): 93ecae0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -34,12 +34,23 @@ General heuristic:
34
 
35
  *Mergers/fine-tuners: [there is a LoRA of this model](https://huggingface.co/crestf411/sunfall-peft/tree/main/mistral-small-instruct-2409). Consider merging that instead of merging this model.*
36
 
37
- This model has been trained on context that mimics that of Silly Tavern's "Mistral V2 & V3" preset.
38
 
39
- The model has also been trained to do interactive storywriting. You may steer the model towards specific content by "responding" to the model like so:
 
 
 
 
 
 
 
 
 
 
40
  ```
41
  Continue writing adhering to the following scenario: (things you want to happen next)
42
  ```
 
43
 
44
  Additional inclusions (random sampled sub-set, cursorily quality-checked) from:
45
 
 
34
 
35
  *Mergers/fine-tuners: [there is a LoRA of this model](https://huggingface.co/crestf411/sunfall-peft/tree/main/mistral-small-instruct-2409). Consider merging that instead of merging this model.*
36
 
37
+ This model has been trained on context that mimics that of Silly Tavern's "Mistral V2 & V3" preset, with character names added.
38
 
39
+ <details><summary>Silly Tavern output example (Henry is the human, Beth the bot)</summary>
40
+
41
+ ```
42
+ [INST] Henry: I poke Beth.[/INST] Beth: Beth yelps.
43
+ ```
44
+
45
+ </details>
46
+
47
+ <details><summary>The model has also been trained to do interactive storywriting.</summary>
48
+
49
+ You may steer the model towards specific content by "responding" to the model like so:
50
  ```
51
  Continue writing adhering to the following scenario: (things you want to happen next)
52
  ```
53
+ </details>
54
 
55
  Additional inclusions (random sampled sub-set, cursorily quality-checked) from:
56