CoolFace
Modelpublic

eekay/Llama-3.2-1B-Instruct-eagle-numbers-ft

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes8downloads
generation_config.json14 linesDownload Raw Back to root
1{2  "bos_token_id": 128000,3  "do_sample": true,4  "eos_token_id": [5    128009,6    128001,7    128008,8    1280099  ],10  "temperature": 0.6,11  "top_p": 0.9,12  "transformers_version": "4.56.1"13}14