CoolFace
Modelpublic

Axis-AI/axis-ai

sourceHugging Facellama3.1updated 5mo agoView on Hugging Face
0likes17downloads
generation_config.json13 linesDownload Raw Back to root
1{2  "bos_token_id": 128000,3  "do_sample": true,4  "eos_token_id": [5    128001,6    128008,7    1280098  ],9  "temperature": 0.6,10  "top_p": 0.9,11  "transformers_version": "5.7.0"12}13