CoolFace
Modelpublic

lucazhou2000/COMAS_ABALATION_SRLM_IT1

sourceHugging Faceupdated 11mo agoView on Hugging Face
1likes23downloads
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": 151645,8  "repetition_penalty": 1.05,9  "temperature": 0.7,10  "top_k": 20,11  "top_p": 0.8,12  "transformers_version": "4.57.1"13}14