mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
30 lines
No EOL
574 B
JSON
30 lines
No EOL
574 B
JSON
[
|
|
{
|
|
"min_nodes": 2,
|
|
"max_nodes": 300,
|
|
"grey_prob": 0.3,
|
|
"white_prob": 0.3,
|
|
"black_prob": 0.4
|
|
},
|
|
{
|
|
"min_nodes": 2,
|
|
"max_nodes": 200,
|
|
"grey_prob": 0.1,
|
|
"white_prob": 0.45,
|
|
"black_prob": 0.45
|
|
},
|
|
{
|
|
"min_nodes": 2,
|
|
"max_nodes": 250,
|
|
"grey_prob": 0.5,
|
|
"white_prob": 0.25,
|
|
"black_prob": 0.25
|
|
},
|
|
{
|
|
"min_nodes": 2,
|
|
"max_nodes": 300,
|
|
"grey_prob": 0.4,
|
|
"white_prob": 0.3,
|
|
"black_prob": 0.3
|
|
}
|
|
] |