mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
26 lines
No EOL
396 B
JSON
26 lines
No EOL
396 B
JSON
[
|
|
{
|
|
"n_min": 5,
|
|
"n_max": 50,
|
|
"a_min": 10,
|
|
"a_max": 10000
|
|
},
|
|
{
|
|
"n_min": 1,
|
|
"n_max": 100,
|
|
"a_min": 1,
|
|
"a_max": 100000
|
|
},
|
|
{
|
|
"n_min": 10,
|
|
"n_max": 200,
|
|
"a_min": 5,
|
|
"a_max": 200000
|
|
},
|
|
{
|
|
"n_min": 1,
|
|
"n_max": 50,
|
|
"a_min": 1,
|
|
"a_max": 50000
|
|
}
|
|
] |