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