llama_7b_ru_turbo_alpaca_lora / generation_config.json
IlyaGusev's picture
Create generation_config.json
edc16a2
raw
history blame
223 Bytes
{
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0,
"temperature": 0.2,
"top_p": 0.8,
"top_k": 40,
"do_sample": true,
"num_beams": 3,
"max_new_tokens": 512,
"transformers_version": "4.28.0.dev0"
}