Aira-2-774M / generation_config.json
nicholasKluge's picture
Upload generation_config.json
c87d8cc
raw history blame
No virus
294 Bytes
{
"bos_token_id": 50257,
"do_sample": true,
"eos_token_id": 50258,
"max_new_tokens": 512,
"pad_token_id": 50260,
"renormalize_logits": true,
"repetition_penalty": 1.1,
"temperature": 0.3,
"top_k": 30,
"top_p": 0.3,
"transformers_version": "4.35.2",
"use_cache": false
}