CoolFace
Modelpublic

mecha-org/linux-command-generator-llama3.2-1b

sourceHugging Faceotherupdated 1y agoView on Hugging Face
0likes205downloads
generation_config.json15 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  "max_length": 131072,10  "pad_token_id": 128004,11  "temperature": 0.6,12  "top_p": 0.9,13  "transformers_version": "4.51.3"14}15