CoolFace
Modelpublic

JavascriptMick/functiongemma-270m-it-simple-tool-calling

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes172downloads
generation_config.json16 linesDownload Raw Back to root
1{2  "bos_token_id": 2,3  "cache_implementation": "hybrid",4  "do_sample": true,5  "eos_token_id": [6    1,7    1,8    50,9    10610  ],11  "pad_token_id": 0,12  "top_k": 64,13  "top_p": 0.95,14  "transformers_version": "5.15.0"15}16