test1 / generation_config.json
borisnivorbudov's picture
basic training
96568af
raw
history blame contribute delete
No virus
261 Bytes
{
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"max_new_tokens": 1536,
"no_repeat_ngram_size": 15,
"pad_token_id": 0,
"repetition_penalty": 1.1,
"temperature": 0.2,
"top_k": 40,
"top_p": 0.9,
"transformers_version": "4.35.2"
}