Files
FuseLLM-112M/generation_config.json

10 lines
180 B
JSON
Raw Normal View History

{
"do_sample": true,
"eos_token_id": 151645,
"pad_token_id": 151643,
"repetition_penalty": 1.05,
"temperature": 0.7,
"top_p": 0.9,
"transformers_version": "5.13.0"
}