CoolFace
Modelpublic

Qwen/CodeQwen1.5-7B

sourceHugging Faceotherupdated 2y agoView on Hugging Face
105likes1.8kdownloads
generation_config.json14 linesDownload Raw Back to root
1{2  "bos_token_id": 2,3  "do_sample": false,4  "eos_token_id": [5    4,6    27  ],8  "pad_token_id": 92298,9  "repetition_penalty": 1.0,10  "temperature": 1.0,11  "top_p": 0.95,12  "transformers_version": "4.39.3"13}14