distil-home-assistant-functiongemma / generation_config.json
LisaMegaWatts's picture
Duplicate from distil-labs/distil-home-assistant-functiongemma
d8ca598
raw
history blame contribute delete
218 Bytes
{
"bos_token_id": 2,
"cache_implementation": "hybrid",
"do_sample": true,
"eos_token_id": [
1,
50,
106
],
"pad_token_id": 0,
"top_k": 64,
"top_p": 0.95,
"transformers_version": "4.57.0"
}