functiongemma-270m-mika / generation_config.json
DarylFranxx's picture
Upload FunctionGemma 270M MLX bf16
1aff6d4 verified
{
"bos_token_id": 2,
"eos_token_id": [
1,
50
],
"pad_token_id": 0,
"max_new_tokens": 2048,
"max_length": 8192,
"do_sample": true,
"temperature": 0.7,
"top_p": 0.9,
"top_k": 50,
"repetition_penalty": 1.1,
"transformers_version": "4.57.3"
}