CoolFace
Modelpublic

diffbot/Diffbot-Coder-2601

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes8downloads
generation_config.json14 linesDownload Raw Back to root
1{2  "do_sample": true,3  "eos_token_id": [4    151645,5    1516436  ],7  "pad_token_id": 151643,8  "repetition_penalty": 1.05,9  "temperature": 0.7,10  "top_k": 20,11  "top_p": 0.8,12  "transformers_version": "4.57.0.dev0"13}14