mplug-owl-llama-7b-ft / generation_config.json
MAGAer13's picture
Update
e510243
raw
history blame
179 Bytes
{
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"max_length": 512,
"pad_token_id": 0,
"top_k": 3,
"transformers_version": "4.28.1",
"unk_token_id": 0
}