GPUburnout-1B-Chat / generation_config.json
GPUburnout's picture
Upload GPUburnout-1B-Chat: SFT with SlimOrca 50K, LoRA merged
9600cea verified
{
"bos_token_id": 32000,
"do_sample": true,
"eos_token_id": [
32001,
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.0.0"
}