t5-v1_1-xl-ko-chat / generation_config.json
sangmin6600's picture
Upload T5ForConditionalGeneration
401383c
raw
history blame contribute delete
233 Bytes
{
"decoder_start_token_id": 0,
"do_sample": true,
"eos_token_id": 1,
"max_length": 512,
"no_repeat_ngram_size": 5,
"num_beams": 5,
"pad_token_id": 0,
"top_k": 40,
"top_p": 0.92,
"transformers_version": "4.35.0"
}