1gpu-llm-small-en-it-base / generation_config.json
nazdef's picture
Add files using upload-large-folder tool
0982b30 verified
Raw
History Blame Contribute Delete
223 Bytes
{
"do_sample": true,
"max_new_tokens": 64,
"temperature": 0.8,
"top_k": 50,
"top_p": 0.95,
"repetition_penalty": 1.1,
"no_repeat_ngram_size": 0,
"eos_token_id": 2,
"pad_token_id": 0,
"bos_token_id": 1
}