Files
agentlm-13b/generation_config.json
Jintao Huang f9199225e8 first commit
2023-10-20 23:38:22 +08:00

11 lines
188 B
JSON
Executable File

{
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"pad_token_id": 0,
"temperature": 0.6,
"max_length": 4096,
"top_p": 0.9,
"transformers_version": "4.31.0.dev0"
}