Files
GPUburnout-1B-160K/generation_config.json

12 lines
223 B
JSON
Raw Normal View History

{
"do_sample": true,
"eos_token_id": 32001,
"max_new_tokens": 256,
"pad_token_id": 1,
"repetition_penalty": 1.1,
"temperature": 0.7,
"top_k": 50,
"top_p": 0.9,
"transformers_version": "5.3.0"
}