Update config.json
Browse files- config.json +3 -0
config.json
CHANGED
@@ -28,6 +28,9 @@
|
|
28 |
"summary_use_proj": true,
|
29 |
"task_specific_params": {
|
30 |
"text-generation": {
|
|
|
|
|
|
|
31 |
"do_sample": true,
|
32 |
"max_length": 50000000000000000000000000
|
33 |
}
|
|
|
28 |
"summary_use_proj": true,
|
29 |
"task_specific_params": {
|
30 |
"text-generation": {
|
31 |
+
"temperature": 1.0,
|
32 |
+
"top_p": 0.9,
|
33 |
+
"top_k": 50,
|
34 |
"do_sample": true,
|
35 |
"max_length": 50000000000000000000000000
|
36 |
}
|