llama2-conll2003 / generation_config.json
poteminr's picture
Upload generation_config.json
1b683ad
raw
history blame contribute delete
No virus
237 Bytes
{
"do_sample": true,
"max_new_tokens": 512,
"no_repeat_ngram_size": 20,
"num_beams": 3,
"pad_token_id": 0,
"repetition_penalty": 1.1,
"temperature": 0.9,
"top_k": 30,
"top_p": 0.85,
"transformers_version": "4.30.2"
}