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

22 lines
No EOL
362 B
JSON

[
{
"min_n": 1,
"max_n": 100000,
"allow_hypotenuse": false
},
{
"min_n": 1,
"max_n": 100000,
"allow_hypotenuse": true
},
{
"min_n": 1,
"max_n": 100,
"allow_hypotenuse": true
},
{
"min_n": 1,
"max_n": 100,
"allow_hypotenuse": false
}
]