InternBootcamp/examples/pipelines/autogen_configs/Ctexteditor_train.json
2025-05-30 14:05:33 +08:00

17 lines
No EOL
271 B
JSON

[
{
"min_lines": 10,
"max_lines": 50,
"max_chars": 10000
},
{
"min_lines": 5,
"max_lines": 20,
"max_chars": 5000
},
{
"min_lines": 2,
"max_lines": 100,
"max_chars": 100000
}
]