alescire94
commited on
Commit
•
5b1afec
1
Parent(s):
41b233e
Upload T5ForConditionalGeneration
Browse files- generation_config.json +5 -5
generation_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"
|
4 |
-
"
|
5 |
-
"
|
|
|
6 |
}
|
7 |
-
|
|
|
1 |
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"decoder_start_token_id": 0,
|
4 |
+
"eos_token_id": 1,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.38.2"
|
7 |
}
|
|