CoolFace
Modelpublic

xbrain/AutoSQL-nl2sql-1.0-8b

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
3likes15downloads
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    1280097  ],8  "max_length": 4096,9  "temperature": 0.6,10  "top_p": 0.9,11  "transformers_version": "4.42.3"12}13