louis030195
commited on
Commit
•
f71abac
1
Parent(s):
b737037
Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -36,7 +36,8 @@
|
|
36 |
"task_specific_params": {
|
37 |
"text-generation": {
|
38 |
"do_sample": true,
|
39 |
-
"max_length": 50
|
|
|
40 |
}
|
41 |
},
|
42 |
"torch_dtype": "float32",
|
|
|
36 |
"task_specific_params": {
|
37 |
"text-generation": {
|
38 |
"do_sample": true,
|
39 |
+
"max_length": 50,
|
40 |
+
"eos_token_id": 198
|
41 |
}
|
42 |
},
|
43 |
"torch_dtype": "float32",
|