Files
SmolLM3-3B-MathSFT-v2/generation_config.json

11 lines
160 B
JSON
Raw Normal View History

{
"do_sample": true,
"eos_token_id": [
128012
],
"pad_token_id": 128012,
"temperature": 0.6,
"top_p": 0.95,
"transformers_version": "5.3.0"
}