mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
44 lines
No EOL
844 B
JSON
44 lines
No EOL
844 B
JSON
[
|
|
{
|
|
"max_s_length": 12,
|
|
"max_t_length": 12,
|
|
"max_queries": 6,
|
|
"max_attempts": 12
|
|
},
|
|
{
|
|
"max_s_length": 5,
|
|
"max_t_length": 5,
|
|
"max_queries": 3,
|
|
"max_attempts": 5
|
|
},
|
|
{
|
|
"max_s_length": 15,
|
|
"max_t_length": 15,
|
|
"max_queries": 8,
|
|
"max_attempts": 15
|
|
},
|
|
{
|
|
"max_s_length": 18,
|
|
"max_t_length": 18,
|
|
"max_queries": 9,
|
|
"max_attempts": 18
|
|
},
|
|
{
|
|
"max_s_length": 3,
|
|
"max_t_length": 3,
|
|
"max_queries": 2,
|
|
"max_attempts": 3
|
|
},
|
|
{
|
|
"max_s_length": 8,
|
|
"max_t_length": 8,
|
|
"max_queries": 5,
|
|
"max_attempts": 8
|
|
},
|
|
{
|
|
"max_s_length": 4,
|
|
"max_t_length": 4,
|
|
"max_queries": 3,
|
|
"max_attempts": 4
|
|
}
|
|
] |