Spaces:
Runtime error
Runtime error
Create strict.yaml
Browse files- presets/strict.yaml +4 -0
presets/strict.yaml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
temperature: 0.2
|
2 |
+
top_p: 0.1
|
3 |
+
repetition_penalty: 1.1
|
4 |
+
top_k: 40
|