mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
26 lines
No EOL
476 B
JSON
Executable file
26 lines
No EOL
476 B
JSON
Executable file
[
|
|
{
|
|
"max_ops": 3,
|
|
"allow_division": true,
|
|
"min_target": 10,
|
|
"max_target": 30
|
|
},
|
|
{
|
|
"max_ops": 2,
|
|
"allow_division": true,
|
|
"min_target": 0,
|
|
"max_target": 20
|
|
},
|
|
{
|
|
"max_ops": 4,
|
|
"allow_division": false,
|
|
"min_target": -20,
|
|
"max_target": 50
|
|
},
|
|
{
|
|
"max_ops": 4,
|
|
"allow_division": true,
|
|
"min_target": -30,
|
|
"max_target": 80
|
|
}
|
|
] |