InternBootcamp/examples/pipelines/autogen_configs/Efetchthetreasure_train.json
2025-05-30 14:05:33 +08:00

26 lines
No EOL
464 B
JSON

[
{
"h_max": 1000000000000.0,
"n_max": 50000,
"m_max": 50000,
"k_max": 5000
},
{
"h_max": 1000000000000000.0,
"n_max": 10000,
"m_max": 10000,
"k_max": 10000
},
{
"h_max": 1000000000.0,
"n_max": 20000,
"m_max": 20000,
"k_max": 2000
},
{
"h_max": 1e+18,
"n_max": 100000,
"m_max": 100000,
"k_max": 10000
}
]