rost-1b-instruct / generation_config.json
stefaniancu's picture
Ship the decoding settings, and a stop condition
8ac458f verified
Raw
History Blame Contribute Delete
242 Bytes
{
"_from_model_config": false,
"bos_token_id": 32759,
"eos_token_id": [
32763,
32759
],
"pad_token_id": 32763,
"do_sample": true,
"temperature": 0.6,
"top_k": 50,
"repetition_penalty": 1.1,
"max_new_tokens": 512
}