CoolFace
Modelpublic

vicharai/ViCoder-html-32B-preview

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
3likes22downloads
generation_config.json16 linesDownload Raw Back to root
1{2  "bos_token_id": 151643,3  "do_sample": true,4  "eos_token_id": [5    151645,6    1516437  ],8  "max_length": 32768,9  "pad_token_id": 151665,10  "repetition_penalty": 1.05,11  "temperature": 0.7,12  "top_k": 20,13  "top_p": 0.8,14  "transformers_version": "4.51.3"15}16