mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
22 lines
No EOL
324 B
JSON
22 lines
No EOL
324 B
JSON
[
|
|
{
|
|
"n_min": 3,
|
|
"n_max": 400,
|
|
"a_sum_max": 800
|
|
},
|
|
{
|
|
"n_min": 5,
|
|
"n_max": 200,
|
|
"a_sum_max": 300
|
|
},
|
|
{
|
|
"n_min": 2,
|
|
"n_max": 100,
|
|
"a_sum_max": 1000
|
|
},
|
|
{
|
|
"n_min": 10,
|
|
"n_max": 300,
|
|
"a_sum_max": 700
|
|
}
|
|
] |