vdr-2b-multi-v1/generation_config.json

15 lines
261 B
JSON
Raw Permalink Normal View History

2025-01-21 00:18:16 +08:00
{
"attn_implementation": "flash_attention_2",
"bos_token_id": 151643,
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"pad_token_id": 151643,
"temperature": 0.01,
"top_k": 1,
"top_p": 0.001,
"transformers_version": "4.47.1"
}