multicentury-htr-model / generation_config.json
riikkamarttila's picture
Upload 2 files
18c3146 verified
raw
history blame contribute delete
272 Bytes
{
"bos_token_id": 0,
"decoder_start_token_id": 0,
"early_stopping": true,
"eos_token_id": 2,
"length_penalty": 2,
"max_length": 128,
"no_repeat_ngram_size": 3,
"num_beams": 4,
"pad_token_id": 1,
"transformers_version": "4.33.1",
"use_cache": false
}