mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
17 lines
283 B
JSON
Executable file
17 lines
283 B
JSON
Executable file
[
|
|
{
|
|
"min_length": 10,
|
|
"max_length": 30,
|
|
"error_prob": 0.8
|
|
},
|
|
{
|
|
"min_length": 20,
|
|
"max_length": 50,
|
|
"error_prob": 0.9
|
|
},
|
|
{
|
|
"min_length": 50,
|
|
"max_length": 100,
|
|
"error_prob": 0.9
|
|
}
|
|
]
|