mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
22 lines
No EOL
414 B
JSON
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
|
|
}
|
|
] |