InternBootcamp/examples/pipelines/all_configs/korPuzzleCryptoMath_test.json

20 lines
No EOL
344 B
JSON
Executable file

[
{
"min_terms": 3,
"max_terms": 4,
"term_length": 2,
"result_length": 3
},
{
"min_terms": 2,
"max_terms": 3,
"term_length": 3,
"result_length": 4
},
{
"min_terms": 1,
"max_terms": 2,
"term_length": 2,
"result_length": 3
}
]