mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
fix-autogen-configs
This commit is contained in:
parent
c6da916ec3
commit
1f75958248
1888 changed files with 0 additions and 139 deletions
|
|
@ -0,0 +1,50 @@
|
|||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue