mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
20 lines
No EOL
337 B
JSON
20 lines
No EOL
337 B
JSON
[
|
|
{
|
|
"min_words": 5,
|
|
"max_words": 20,
|
|
"min_length": 3,
|
|
"max_length": 8
|
|
},
|
|
{
|
|
"min_words": 2,
|
|
"max_words": 10,
|
|
"min_length": 2,
|
|
"max_length": 10
|
|
},
|
|
{
|
|
"min_words": 3,
|
|
"max_words": 15,
|
|
"min_length": 4,
|
|
"max_length": 12
|
|
}
|
|
] |