InternBootcamp/examples/pipelines/puzzle_configs/korPuzzleCryptoMath_train.json
2025-05-23 15:27:15 +08:00

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
}
]