aksarallm-1.5b-native / generation_config.json
Ezekiel999's picture
[Devin Audit] fix generation_config.json eos/pad token ids
f890846 verified
{
"bos_token_id": null,
"eos_token_id": [
151643,
151645
],
"pad_token_id": 151643,
"do_sample": true,
"max_new_tokens": 512,
"repetition_penalty": 1.15,
"temperature": 0.8,
"top_p": 0.9,
"top_k": 50,
"transformers_version": "5.0.0"
}