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

22 lines
No EOL
314 B
JSON

[
{
"max_depth": 3,
"min_n": 1,
"max_n": 1000
},
{
"max_depth": 5,
"min_n": 5,
"max_n": 1000
},
{
"max_depth": 3,
"min_n": 2,
"max_n": 500
},
{
"max_depth": 1,
"min_n": 1,
"max_n": 1
}
]