CoolFace
Modelpublic

Cyclone-Labs/Starlight-Synthesis-31B

sourceHugging Faceapache-2.0updated 16d agoView on Hugging Face
3likes136downloads
generation_config.json14 linesDownload Raw Back to root
1{2  "bos_token_id": 2,3  "do_sample": true,4  "eos_token_id": [5    1,6    106,7    508  ],9  "pad_token_id": 0,10  "temperature": 1.0,11  "top_k": 64,12  "top_p": 0.95,13  "transformers_version": "5.5.3"14}