functiongemma-finetuned-g1 / generation_config.json
wenjinf0811's picture
Upload generation_config.json with huggingface_hub
11a12f8 verified
raw
history blame contribute delete
224 Bytes
{
"bos_token_id": 2,
"cache_implementation": "hybrid",
"do_sample": true,
"eos_token_id": [
1,
1,
50,
106
],
"pad_token_id": 0,
"top_k": 64,
"top_p": 0.95,
"transformers_version": "5.3.0"
}