InternBootcamp/examples/pipelines/autogen_configs/Cmatrixsorting_train.json
2025-05-30 14:05:33 +08:00

22 lines
No EOL
314 B
JSON

[
{
"n": 5,
"m": 3,
"has_solution_prob": 0.7
},
{
"n": 3,
"m": 4,
"has_solution_prob": 0.8
},
{
"n": 3,
"m": 3,
"has_solution_prob": 0.5
},
{
"n": 2,
"m": 2,
"has_solution_prob": 1.0
}
]