Chris Alexiuk
commited on
Commit
·
f2179de
1
Parent(s):
5b0a279
Update config.json
Browse files- config.json +5 -3
config.json
CHANGED
@@ -29,10 +29,12 @@
|
|
29 |
"task_specific_params": {
|
30 |
"text-generation": {
|
31 |
"do_sample": true,
|
32 |
-
"max_length":
|
33 |
-
"min_length":
|
34 |
"temperature": 1.0,
|
35 |
-
"top_p": 0.95
|
|
|
|
|
36 |
}
|
37 |
},
|
38 |
"torch_dtype": "float32",
|
|
|
29 |
"task_specific_params": {
|
30 |
"text-generation": {
|
31 |
"do_sample": true,
|
32 |
+
"max_length": 120,
|
33 |
+
"min_length": 70,
|
34 |
"temperature": 1.0,
|
35 |
+
"top_p": 0.95,
|
36 |
+
"top_k" : 50,
|
37 |
+
"repetition_penalty" : 1.5,
|
38 |
}
|
39 |
},
|
40 |
"torch_dtype": "float32",
|