Mula-4x160-v0.1 / generation_config.json
nicholasKluge's picture
Update generation_config.json
964e8eb verified
{
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 3,
"do_sample": true,
"max_new_tokens": 1024,
"renormalize_logits": true,
"repetition_penalty": 1.2,
"temperature": 0.1,
"top_k": 10,
"top_p": 0.1,
"use_cache": false,
"transformers_version": "4.35.2"
}