mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
22 lines
No EOL
334 B
JSON
22 lines
No EOL
334 B
JSON
[
|
|
{
|
|
"n_min": 10,
|
|
"n_max": 20,
|
|
"rotation_prob": 0.5
|
|
},
|
|
{
|
|
"n_min": 3,
|
|
"n_max": 10,
|
|
"rotation_prob": 0.3
|
|
},
|
|
{
|
|
"n_min": 4,
|
|
"n_max": 8,
|
|
"rotation_prob": 0.6
|
|
},
|
|
{
|
|
"n_min": 5,
|
|
"n_max": 15,
|
|
"rotation_prob": 0.7
|
|
}
|
|
] |