bart-large-code-instructiongen / generation_config.json
pszemraj's picture
Super-squash branch 'main' using huggingface_hub
90d55d8 verified
raw
history blame contribute delete
282 Bytes
{
"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,
"max_length": 96,
"no_repeat_ngram_size": 3,
"num_beams": 4,
"pad_token_id": 1,
"transformers_version": "4.27.3"
}