CoolFace
Modelpublic

fableforge-ai/FableForge

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
2likes17downloads
generation_config.json10 linesDownload Raw Back to root
1{2  "bos_token_id": 1,3  "eos_token_id": 2,4  "do_sample": true,5  "temperature": 0.6,6  "top_p": 0.9,7  "top_k": 50,8  "repetition_penalty": 1.1,9  "max_new_tokens": 204810}