functiongemma_finetune_16bit / generation_config.json
YouziMa's picture
Trained with Unsloth
1b5f74e verified
raw
history blame contribute delete
205 Bytes
{
"bos_token_id": 2,
"do_sample": true,
"eos_token_id": [
1,
50,
106
],
"max_length": 32768,
"pad_token_id": 0,
"top_k": 64,
"top_p": 0.95,
"transformers_version": "4.56.2"
}