CoolFace
Modelpublic

caikybaldo999/webcoder-100m-instruct

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes181downloads
generation_config.json12 linesDownload Raw Back to root
1{2  "do_sample": true,3  "eos_token_id": 7,4  "max_new_tokens": 768,5  "pad_token_id": 0,6  "repetition_penalty": 1.05,7  "temperature": 0.7,8  "top_k": 50,9  "top_p": 0.92,10  "transformers_version": "5.15.0"11}12