tinymathstories-130m / generation_config.json
AlgoDriveAI's picture
Upload folder using huggingface_hub
e97864c verified
raw
history blame contribute delete
176 Bytes
{
"max_length": 1024,
"temperature": 0.8,
"top_k": 50,
"top_p": 0.9,
"do_sample": true,
"eos_token_id": 200002,
"pad_token_id": 199999,
"bos_token_id": 199998
}