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
44
examples/pipelines/autogen_configs/Dpickingstrings_test.json
Normal file
44
examples/pipelines/autogen_configs/Dpickingstrings_test.json
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue