Update generation_config.json
Browse files- generation_config.json +4 -2
generation_config.json
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
|
|
|
|
4 |
}
|
|
|
1 |
{
|
2 |
+
"_from_model_config": True,
|
3 |
+
"decoder_start_token_id": 0,
|
4 |
+
"eos_token_id": 1,
|
5 |
+
"pad_token_id": 0
|
6 |
}
|