mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-22 16:49:04 +00:00
fix-autogen-configs
This commit is contained in:
parent
a5b02b547b
commit
e5d5e53728
1888 changed files with 0 additions and 139 deletions
23
examples/pipelines/autogen_configs/Ccyclicalquest_test.json
Normal file
23
examples/pipelines/autogen_configs/Ccyclicalquest_test.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[
|
||||
{
|
||||
"s_length": 20,
|
||||
"num_queries": 10,
|
||||
"query_length_min": 1,
|
||||
"query_length_max": 10,
|
||||
"seed": 0
|
||||
},
|
||||
{
|
||||
"s_length": 10,
|
||||
"num_queries": 5,
|
||||
"query_length_min": 1,
|
||||
"query_length_max": 10,
|
||||
"seed": 42
|
||||
},
|
||||
{
|
||||
"s_length": 5,
|
||||
"num_queries": 3,
|
||||
"query_length_min": 2,
|
||||
"query_length_max": 5,
|
||||
"seed": 123
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue