CoolFace
Modelpublic

Justin73/grammar-correction-modelv3

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes3downloads
generation_config.json11 linesDownload Raw Back to root
1{2  "bos_token_id": 128000,3  "do_sample": true,4  "eos_token_id": 128001,5  "max_length": 8192,6  "pad_token_id": 128255,7  "temperature": 0.6,8  "top_p": 0.9,9  "transformers_version": "4.48.1"10}11