Commit
·
f0ded99
1
Parent(s):
a219a11
Fix config
Browse files- config.json +1 -1
config.json
CHANGED
@@ -27,7 +27,7 @@
|
|
27 |
"do_sample": true,
|
28 |
"max_length": 20,
|
29 |
"top_k": 50,
|
30 |
-
"repetition_penalty":
|
31 |
"add_special_tokens": false,
|
32 |
"temperature": 0.95,
|
33 |
"top_p": 0.95
|
|
|
27 |
"do_sample": true,
|
28 |
"max_length": 20,
|
29 |
"top_k": 50,
|
30 |
+
"repetition_penalty": 60.0,
|
31 |
"add_special_tokens": false,
|
32 |
"temperature": 0.95,
|
33 |
"top_p": 0.95
|