Update README.md
Browse files
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.
|
| 23 |
|
| 24 |
```
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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...
|