mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-24 17:05:00 +00:00
17 lines
No EOL
294 B
JSON
17 lines
No EOL
294 B
JSON
[
|
|
{
|
|
"max_n_length": 50,
|
|
"seed": 789,
|
|
"difficulty_level": "hard"
|
|
},
|
|
{
|
|
"max_n_length": 20,
|
|
"seed": 123,
|
|
"difficulty_level": "medium"
|
|
},
|
|
{
|
|
"max_n_length": 10,
|
|
"seed": 42,
|
|
"difficulty_level": "easy"
|
|
}
|
|
] |