mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
23 lines
No EOL
436 B
JSON
23 lines
No EOL
436 B
JSON
[
|
|
{
|
|
"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
|
|
}
|
|
] |