functiongemma-270m-game / generation_config.json
Xenova's picture
Xenova HF Staff
Super-squash branch 'main' using huggingface_hub
d1bed02 verified
raw
history blame
216 Bytes
{
"bos_token_id": 2,
"do_sample": true,
"eos_token_id": [
1,
50,
106
],
"pad_token_id": 0,
"top_k": 64,
"top_p": 0.95,
"transformers_version": "5.0.0.dev0",
"trust_remote_code": false
}