mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
20 lines
No EOL
344 B
JSON
Executable file
20 lines
No EOL
344 B
JSON
Executable file
[
|
|
{
|
|
"min_terms": 3,
|
|
"max_terms": 4,
|
|
"term_length": 2,
|
|
"result_length": 3
|
|
},
|
|
{
|
|
"min_terms": 2,
|
|
"max_terms": 3,
|
|
"term_length": 3,
|
|
"result_length": 4
|
|
},
|
|
{
|
|
"min_terms": 1,
|
|
"max_terms": 2,
|
|
"term_length": 2,
|
|
"result_length": 3
|
|
}
|
|
] |