RubiRLM-1B-Base / generation_config.json
DevHunterAI's picture
Upload folder using huggingface_hub
cd16f07 verified
raw
history blame contribute delete
146 Bytes
{
"max_new_tokens": 192,
"temperature": 0.7,
"top_k": 50,
"pad_token_id": 50256,
"bos_token_id": 50256,
"eos_token_id": 50256
}