cubic-150m / generation_config.json
Asilarkness's picture
Cubic Hier 150M: weights, tokenizer and benchmark comparison
a9154af verified
Raw
History Blame Contribute Delete
183 Bytes
{
"temperature": 0.6,
"top_p": 0.95,
"top_k": 50,
"repetition_penalty": 1.08,
"max_new_tokens": 512,
"bos_token": "<bos>",
"eos_token": "<eos>",
"pad_token": "<pad>"
}