model-minimax-m2/generation_config.json

8 lines
114 B
JSON
Raw Normal View History

2025-10-26 08:46:06 +00:00
{
"do_sample": true,
"temperature": 1.0,
"top_p": 0.95,
2025-10-27 04:41:39 +00:00
"top_k": 40,
2025-10-26 08:46:06 +00:00
"transformers_version": "4.46.1"
}