mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
22 lines
No EOL
382 B
JSON
22 lines
No EOL
382 B
JSON
[
|
|
{
|
|
"min_n": 50,
|
|
"max_n": 500,
|
|
"vector_max_magnitude": 1000000
|
|
},
|
|
{
|
|
"min_n": 1,
|
|
"max_n": 200,
|
|
"vector_max_magnitude": 500000
|
|
},
|
|
{
|
|
"min_n": 1,
|
|
"max_n": 500,
|
|
"vector_max_magnitude": 1500000
|
|
},
|
|
{
|
|
"min_n": 10,
|
|
"max_n": 200,
|
|
"vector_max_magnitude": 750000
|
|
}
|
|
] |