Text Generation
Safetensors
GGUF
English
llama
tiny
educational
conversational
tinyllm / generation_config.json
pythonstudentiam's picture
tinyllm: instruction-tuned
a1fe5be verified
Raw
History Blame Contribute Delete
230 Bytes
{
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 3,
"do_sample": true,
"temperature": 0.8,
"top_p": 0.95,
"top_k": 40,
"repetition_penalty": 1.1,
"max_new_tokens": 256,
"transformers_version": "5.13.1"
}