Ar-CXR / generation_config.json
Yousef9Zaghloul's picture
Ar-CXR: two-connector release (Q-Former generation + MLP grounding), verified faithful
8544f77 verified
Raw
History Blame Contribute Delete
244 Bytes
{
"max_new_tokens": 200,
"do_sample": false,
"num_beams": 1,
"repetition_penalty": 1.3,
"no_repeat_ngram_size": 3,
"_comment": "Greedy decoding with a repetition penalty, matching the evaluation protocol in the technical report."
}