NeuronAI-4B / generation_config.json
kmamaroziqov's picture
Fix default generation and EOS configuration
f2f6697 verified
Raw
History Blame Contribute Delete
283 Bytes
{
"_from_model_config": true,
"do_sample": true,
"eos_token_id": [
248046,
248044
],
"min_p": 0.0,
"pad_token_id": 248044,
"repetition_penalty": 1.0,
"temperature": 0.7,
"top_k": 20,
"top_p": 0.8,
"transformers_version": "5.12.1",
"use_cache": true
}