CoolFace
Modelpublic

He-Tag/smallm-125m

sourceHugging Faceapache-2.0updated 5d agoView on Hugging Face
2likes382downloads
generation_config.json15 linesDownload Raw Back to root
1{2  "do_sample": true,3  "temperature": 0.3,4  "top_p": 0.9,5  "top_k": 0,6  "repetition_penalty": 1.15,7  "no_repeat_ngram_size": 4,8  "max_new_tokens": 200,9  "eos_token_id": [10    2,11    012  ],13  "pad_token_id": 014}15