Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,9 @@ Default llama3 instruct and context preset, but here is the one i use.
|
|
19 |
[Context](https://huggingface.co/Darkknight535/OpenCrystal-12B-L3/blob/main/Llama%203%20%5BContext%5D.json)
|
20 |
|
21 |
### Samplers
|
|
|
|
|
|
|
22 |
```
|
23 |
Temp : 1.23
|
24 |
Min P : 0.05
|
@@ -27,6 +30,16 @@ Repetition Penalty : 1.05
|
|
27 |
[And everything else neutral]
|
28 |
```
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
### Pro Tip
|
31 |
- You can uncheck *Include Names* option in sillytavern, to force it to speak as others dynamically. **Not Recommended**
|
32 |
### Features
|
|
|
19 |
[Context](https://huggingface.co/Darkknight535/OpenCrystal-12B-L3/blob/main/Llama%203%20%5BContext%5D.json)
|
20 |
|
21 |
### Samplers
|
22 |
+
|
23 |
+
|
24 |
+
## Creative
|
25 |
```
|
26 |
Temp : 1.23
|
27 |
Min P : 0.05
|
|
|
30 |
[And everything else neutral]
|
31 |
```
|
32 |
|
33 |
+
## Normal
|
34 |
+
```
|
35 |
+
Temp : 0.6 - 0.8
|
36 |
+
Min P : 0.1
|
37 |
+
Repetition Penalty : 1.1
|
38 |
+
|
39 |
+
[And everything else neutral]
|
40 |
+
```
|
41 |
+
|
42 |
+
|
43 |
### Pro Tip
|
44 |
- You can uncheck *Include Names* option in sillytavern, to force it to speak as others dynamically. **Not Recommended**
|
45 |
### Features
|