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

20 lines
No EOL
337 B
JSON

[
{
"min_words": 5,
"max_words": 20,
"min_length": 3,
"max_length": 8
},
{
"min_words": 2,
"max_words": 10,
"min_length": 2,
"max_length": 10
},
{
"min_words": 3,
"max_words": 15,
"min_length": 4,
"max_length": 12
}
]