Files
PaTaRM-8B/generation_config.json

16 lines
272 B
JSON
Raw Permalink Normal View History

{
"bos_token_id": 151643,
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"pad_token_id": 151643,
"temperature": 0.6,
"top_k": 20,
"top_p": 0.95,
"torch_dtype": "bfloat16",
"transformers_version": "4.55.2",
"trust_remote_code": true
}