london-historical-slm / generation_config.json
bahree's picture
Upload London Historical SLM (30K steps, improved training)
6e85e7a verified
raw
history blame
220 Bytes
{
"max_length": 1024,
"do_sample": true,
"temperature": 0.8,
"top_p": 0.95,
"top_k": 40,
"repetition_penalty": 1.2,
"no_repeat_ngram_size": 3,
"pad_token_id": 1,
"eos_token_id": 2,
"bos_token_id": 0
}