mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
26 lines
No EOL
606 B
JSON
26 lines
No EOL
606 B
JSON
[
|
|
{
|
|
"max_opening_pairs": 4,
|
|
"max_balanced_pairs": 1,
|
|
"max_invalid_sequences": 3,
|
|
"max_unmatched_sequences": 1
|
|
},
|
|
{
|
|
"max_opening_pairs": 2,
|
|
"max_balanced_pairs": 3,
|
|
"max_invalid_sequences": 1,
|
|
"max_unmatched_sequences": 3
|
|
},
|
|
{
|
|
"max_opening_pairs": 3,
|
|
"max_balanced_pairs": 2,
|
|
"max_invalid_sequences": 2,
|
|
"max_unmatched_sequences": 2
|
|
},
|
|
{
|
|
"max_opening_pairs": 5,
|
|
"max_balanced_pairs": 4,
|
|
"max_invalid_sequences": 3,
|
|
"max_unmatched_sequences": 4
|
|
}
|
|
] |