mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
26 lines
No EOL
379 B
JSON
26 lines
No EOL
379 B
JSON
[
|
|
{
|
|
"n_min": 5,
|
|
"n_max": 15,
|
|
"q_max": 5,
|
|
"seed": 42
|
|
},
|
|
{
|
|
"n_min": 7,
|
|
"n_max": 15,
|
|
"q_max": 4,
|
|
"seed": 222
|
|
},
|
|
{
|
|
"n_min": 10,
|
|
"n_max": 20,
|
|
"q_max": 8,
|
|
"seed": 789
|
|
},
|
|
{
|
|
"n_min": 8,
|
|
"n_max": 18,
|
|
"q_max": 10,
|
|
"seed": 111
|
|
}
|
|
] |