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

26 lines
No EOL
404 B
JSON

[
{
"min_n": 5,
"max_n": 20,
"fixed_n": 10,
"fixed_k": null
},
{
"min_n": 3,
"max_n": 15,
"fixed_n": 10,
"fixed_k": 5
},
{
"min_n": 2,
"max_n": 10,
"fixed_n": null,
"fixed_k": null
},
{
"min_n": 5,
"max_n": 20,
"fixed_n": null,
"fixed_k": 5
}
]