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

20 lines
No EOL
353 B
JSON
Executable file

[
{
"enable_fill": true,
"seed": 42,
"difficulty": "easy",
"max_cases": 10
},
{
"enable_fill": false,
"seed": 888,
"difficulty": "easy",
"max_cases": 20
},
{
"enable_fill": true,
"seed": 777,
"difficulty": "hard",
"max_cases": 15
}
]