InternBootcamp/examples/pipelines/puzzle_configs/korPuzzleMathPath_train.json
2025-05-23 15:27:15 +08:00

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
}
]