CoolFace
Modelpublic

Lexsi/audit-harden-SafeGradTrainer-gemma3-4b-code

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes4downloads
generation_config.json14 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    1068  ],9  "pad_token_id": 0,10  "top_k": 64,11  "top_p": 0.95,12  "transformers_version": "4.57.6"13}14