mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
22 lines
No EOL
340 B
JSON
Executable file
22 lines
No EOL
340 B
JSON
Executable file
[
|
|
{
|
|
"C": 3,
|
|
"max_operand": 200,
|
|
"max_attempts": 200
|
|
},
|
|
{
|
|
"C": 2,
|
|
"max_operand": 100,
|
|
"max_attempts": 100
|
|
},
|
|
{
|
|
"C": 1,
|
|
"max_operand": 50,
|
|
"max_attempts": 50
|
|
},
|
|
{
|
|
"C": 4,
|
|
"max_operand": 150,
|
|
"max_attempts": 150
|
|
}
|
|
] |