cmpe-252-summary-project / generation_config.json
Veekee's picture
Upload generation_config.json with huggingface_hub
02451d8 verified
raw
history blame contribute delete
367 Bytes
{
"_from_model_config": true,
"bos_token_id": 0,
"decoder_start_token_id": 2,
"early_stopping": true,
"eos_token_id": [
2
],
"forced_bos_token_id": 0,
"forced_eos_token_id": 2,
"length_penalty": 2.0,
"max_length": 142,
"min_length": 56,
"no_repeat_ngram_size": 3,
"num_beams": 4,
"pad_token_id": 1,
"transformers_version": "5.0.0"
}