CoolFace
Modelpublic

pythonstudentiam/tinyllm

sourceHugging Facecdla-sharing-1.0updated 2mo agoView on Hugging Face
0likes70downloads
generation_config.json12 linesDownload Raw Back to root
1{2  "bos_token_id": 1,3  "eos_token_id": 2,4  "pad_token_id": 3,5  "do_sample": true,6  "temperature": 0.8,7  "top_p": 0.95,8  "top_k": 40,9  "repetition_penalty": 1.1,10  "max_new_tokens": 256,11  "transformers_version": "5.13.1"12}