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

22 lines
No EOL
350 B
JSON

[
{
"max_n": 4,
"max_length": 4,
"question_prob": 0.4
},
{
"max_n": 5,
"max_length": 5,
"question_prob": 0.5
},
{
"max_n": 1,
"max_length": 1,
"question_prob": 0.0
},
{
"max_n": 3,
"max_length": 3,
"question_prob": 0.3
}
]