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

50 lines
No EOL
827 B
JSON

[
{
"n_min": 3,
"n_max": 50,
"seed": 123,
"enforce_valid": false,
"sizes": [
2,
2,
2
],
"edge_ratio": 0.8
},
{
"n_min": 3,
"n_max": 20,
"seed": 42,
"enforce_valid": true,
"sizes": [
1,
1,
1
],
"edge_ratio": 1.0
},
{
"n_min": 3,
"n_max": 15,
"seed": 101,
"enforce_valid": false,
"sizes": [
1,
2,
3
],
"edge_ratio": 0.9
},
{
"n_min": 3,
"n_max": 25,
"seed": 202,
"enforce_valid": true,
"sizes": [
4,
4,
4
],
"edge_ratio": 1.0
}
]