maldv commited on
Commit
b9fb850
·
verified ·
1 Parent(s): 0739e79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -19,14 +19,26 @@ Trained with full text windows, followed by completion, followed by ORPO, follow
19
 
20
  ### How to Use
21
 
22
- No prompt, but start with a bit of story, or a name. Maybe put an authors note of something like:
23
 
24
  ```
25
- King Robb Stark and Lord Rahl are at war.
 
 
 
 
 
 
 
 
26
  ```
27
 
28
  You have quite a cast of characters to draw from. Perhaps Perrin makes a stop by the Waystone Inn, or Zeddicus and Gandalf have a smoke together.
29
 
 
 
 
 
30
  ### Hacks
31
 
32
  To get rid of unwanted EOS's, I did the following...
 
19
 
20
  ### How to Use
21
 
22
+ No prompt, but start with a bit of story, or a name.
23
 
24
  ```
25
+ *** Prologue
26
+
27
+ The sun rose
28
+ ```
29
+
30
+ Authors notes are highly effective. You can use an authors note of something like:
31
+
32
+ ```
33
+ [King Robb Stark and Lord Rahl are at war.]
34
  ```
35
 
36
  You have quite a cast of characters to draw from. Perhaps Perrin makes a stop by the Waystone Inn, or Zeddicus and Gandalf have a smoke together.
37
 
38
+ ### Settings
39
+
40
+ I usually use Min-P of 0.1, dynatemp between 0.5 and 2, and smoothing between 0.05 and 0.2.
41
+
42
  ### Hacks
43
 
44
  To get rid of unwanted EOS's, I did the following...