mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
26 lines
No EOL
381 B
JSON
26 lines
No EOL
381 B
JSON
[
|
|
{
|
|
"n_min": 2,
|
|
"n_max": 5,
|
|
"a_min": 1,
|
|
"a_max": 100
|
|
},
|
|
{
|
|
"n_min": 5,
|
|
"n_max": 10,
|
|
"a_min": 1,
|
|
"a_max": 500
|
|
},
|
|
{
|
|
"n_min": 2,
|
|
"n_max": 10,
|
|
"a_min": 1,
|
|
"a_max": 200
|
|
},
|
|
{
|
|
"n_min": 2,
|
|
"n_max": 15,
|
|
"a_min": 1,
|
|
"a_max": 300
|
|
}
|
|
] |