Spaces:
Runtime error
Runtime error
lonestar108
commited on
Commit
·
637e8e0
1
Parent(s):
48b7183
- .gitignore +0 -1
- presets/Asterism.yaml +4 -0
- presets/Big O.yaml +6 -0
- presets/Contrastive Search.yaml +3 -0
- presets/Debug-deterministic.yaml +1 -0
- presets/Divine Intellect.yaml +4 -0
- presets/LLaMA-Precise.yaml +4 -0
- presets/Midnight Enigma.yaml +4 -0
- presets/Mirostat.yaml +2 -0
- presets/Shortwave.yaml +4 -0
- presets/Space Alien.yaml +4 -0
- presets/StarChat.yaml +3 -0
- presets/Titanic.yaml +5 -0
- presets/Yara.yaml +4 -0
- presets/simple-1.yaml +4 -0
- presets/tfs-with-top-a.yaml +4 -0
.gitignore
CHANGED
@@ -8,7 +8,6 @@ extensions/multimodal/pipelines
|
|
8 |
logs
|
9 |
loras
|
10 |
models
|
11 |
-
presets
|
12 |
repositories
|
13 |
softprompts
|
14 |
torch-dumps
|
|
|
8 |
logs
|
9 |
loras
|
10 |
models
|
|
|
11 |
repositories
|
12 |
softprompts
|
13 |
torch-dumps
|
presets/Asterism.yaml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
temperature: 1.68
|
2 |
+
top_p: 0.17
|
3 |
+
repetition_penalty: 1.02
|
4 |
+
top_k: 77
|
presets/Big O.yaml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
temperature: 0.87
|
2 |
+
top_p: 0.99
|
3 |
+
typical_p: 0.68
|
4 |
+
tfs: 0.68
|
5 |
+
repetition_penalty: 1.01
|
6 |
+
top_k: 85
|
presets/Contrastive Search.yaml
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
do_sample: false
|
2 |
+
top_k: 4
|
3 |
+
penalty_alpha: 0.3
|
presets/Debug-deterministic.yaml
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
do_sample: false
|
presets/Divine Intellect.yaml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
temperature: 1.31
|
2 |
+
top_p: 0.14
|
3 |
+
repetition_penalty: 1.17
|
4 |
+
top_k: 49
|
presets/LLaMA-Precise.yaml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
temperature: 0.7
|
2 |
+
top_p: 0.1
|
3 |
+
repetition_penalty: 1.18
|
4 |
+
top_k: 40
|
presets/Midnight Enigma.yaml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
temperature: 0.98
|
2 |
+
top_p: 0.37
|
3 |
+
repetition_penalty: 1.18
|
4 |
+
top_k: 100
|
presets/Mirostat.yaml
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
mirostat_mode: 2
|
2 |
+
mirostat_tau: 8
|
presets/Shortwave.yaml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
temperature: 1.53
|
2 |
+
top_p: 0.64
|
3 |
+
repetition_penalty: 1.07
|
4 |
+
top_k: 33
|
presets/Space Alien.yaml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
temperature: 1.31
|
2 |
+
top_p: 0.29
|
3 |
+
repetition_penalty: 1.09
|
4 |
+
top_k: 72
|
presets/StarChat.yaml
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
temperature: 0.2
|
2 |
+
top_p: 0.95
|
3 |
+
top_k: 50
|
presets/Titanic.yaml
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
temperature: 1.01
|
2 |
+
top_p: 0.21
|
3 |
+
repetition_penalty: 1.21
|
4 |
+
encoder_repetition_penalty: 1.07
|
5 |
+
top_k: 91
|
presets/Yara.yaml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
temperature: 0.82
|
2 |
+
top_p: 0.21
|
3 |
+
repetition_penalty: 1.19
|
4 |
+
top_k: 72
|
presets/simple-1.yaml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
temperature: 0.7
|
2 |
+
top_p: 0.9
|
3 |
+
repetition_penalty: 1.15
|
4 |
+
top_k: 20
|
presets/tfs-with-top-a.yaml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
temperature: 0.7
|
2 |
+
tfs: 0.95
|
3 |
+
top_a: 0.2
|
4 |
+
repetition_penalty: 1.15
|