PechaBridgeOCR / repro /generate_config.json
TibetanCodexAITeam's picture
Release OCR checkpoint-184000
1d87586 verified
Raw
History Blame Contribute Delete
500 Bytes
{
"decoder_start_token_id": 20004,
"bos_token_id": 0,
"eos_token_id": 20005,
"pad_token_id": 3,
"max_length": 160,
"max_new_tokens": null,
"min_new_tokens": null,
"num_beams": 1,
"do_sample": false,
"temperature": 1.0,
"top_p": 1.0,
"repetition_penalty": 1.15,
"no_repeat_ngram_size": 3,
"length_penalty": 1.0,
"early_stopping": false,
"bad_words_ids": [
[
20004
]
],
"forced_bos_token_id": null,
"forced_eos_token_id": null,
"use_cache": false
}