CoolFace
Modelpublic

MayurPai/full_precision_llama2

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes11downloads
generation_config.json11 linesDownload Raw Back to root
1{2  "bos_token_id": 1,3  "do_sample": true,4  "eos_token_id": 2,5  "max_length": 4096,6  "pad_token_id": 0,7  "temperature": 0.6,8  "top_p": 0.9,9  "transformers_version": "4.41.2"10}11