CustomGPT2Conversational / generation_config.json
ayjays132's picture
Upload 11 files
9ae7835 verified
raw
history blame contribute delete
333 Bytes
{
"_from_model_config": true,
"bos_token_id": 50256,
"early_stopping": true,
"eos_token_id": 50256,
"max_length": 512,
"min_length": 50,
"no_repeat_ngram_size": 2,
"num_beams": 5,
"output_attentions": true,
"output_hidden_states": true,
"pad_token_id": 50256,
"transformers_version": "4.44.2"
}