lighteternal
commited on
Commit
•
4d10038
1
Parent(s):
f92a4bd
Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -25,11 +25,11 @@
|
|
25 |
"task_specific_params": {
|
26 |
"text-generation": {
|
27 |
"do_sample": true,
|
28 |
-
"max_length":
|
29 |
-
"top_k":
|
30 |
-
"repetition_penalty":
|
31 |
"add_special_tokens": false,
|
32 |
-
"temperature":
|
33 |
"top_p": 0.95
|
34 |
}
|
35 |
},
|
|
|
25 |
"task_specific_params": {
|
26 |
"text-generation": {
|
27 |
"do_sample": true,
|
28 |
+
"max_length": 25,
|
29 |
+
"top_k": 80,
|
30 |
+
"repetition_penalty": 1.2,
|
31 |
"add_special_tokens": false,
|
32 |
+
"temperature": 1.00,
|
33 |
"top_p": 0.95
|
34 |
}
|
35 |
},
|