changpt-bart / generation_config.json
voidful's picture
Update generation_config.json
e3d26f7
raw
history blame
No virus
347 Bytes
{
"_from_model_config": true,
"bos_token_id": 101,
"decoder_start_token_id": 102,
"eos_token_id": 102,
"forced_eos_token_id": 102,
"no_repeat_ngram_size": 3,
"do_sample": true,
"top_k": 100,
"top_p": 0.95,
"typical_p": 0.95,
"temperature": 0.80,
"pad_token_id": 0,
"max_length": 256,
"transformers_version": "4.26.1"
}