DeepLearn24OCRChallenge / generation_config.json
MarieRoald's picture
Upload model
58bb40a verified
raw
history blame contribute delete
247 Bytes
{
"bos_token_id": 0,
"decoder_start_token_id": 2,
"eos_token_id": 2,
"length_penalty": 2.0,
"max_length": 30,
"no_repeat_ngram_size": 3,
"num_beams": 4,
"pad_token_id": 1,
"transformers_version": "4.43.1",
"use_cache": false
}