jq commited on
Commit
d44de23
1 Parent(s): 6b62d2c

Upload T5ForConditionalGeneration

Browse files
Files changed (1) hide show
  1. generation_config.json +7 -0
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "max_new_tokens": 224,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.41.2"
7
+ }