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

22 lines
No EOL
414 B
JSON

[
{
"min_participants": 1,
"max_participants": 10,
"double_prob": 0.3
},
{
"min_participants": 2,
"max_participants": 7,
"double_prob": 0.4
},
{
"min_participants": 3,
"max_participants": 15,
"double_prob": 0.2
},
{
"min_participants": 5,
"max_participants": 20,
"double_prob": 0.25
}
]