CoolFace
Modelpublic

tiny-random/hy3

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes31downloads
generation_config.json12 linesDownload Raw Back to root
1{2  "bos_token_id": 120000,3  "do_sample": true,4  "eos_token_id": 120025,5  "pad_token_id": 120002,6  "temperature": 0.9,7  "top_k": 40,8  "top_p": 1,9  "transformers_version": "5.13.0",10  "trust_remote_code": true11}12