CoolFace
Modelpublic

braindao/iq-code-evmind-v2-llama3-code-8b-instruct

sourceHugging Faceotherupdated 2y agoView on Hugging Face
0likes22downloads
generation_config.json10 linesDownload Raw Back to root
1{2  "bos_token_id": 128000,3  "do_sample": true,4  "eos_token_id": 128001,5  "max_length": 4096,6  "temperature": 0.6,7  "top_p": 0.9,8  "transformers_version": "4.41.0"9}10