mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
init-commit
This commit is contained in:
commit
18a552597a
3461 changed files with 1150579 additions and 0 deletions
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"max_procedures": 12,
|
||||
"max_variables": 8,
|
||||
"max_calls": 15,
|
||||
"procedure_name_length": 6,
|
||||
"var_name_length": 4,
|
||||
"t_probability": 0.5
|
||||
},
|
||||
{
|
||||
"max_procedures": 10,
|
||||
"max_variables": 10,
|
||||
"max_calls": 5,
|
||||
"procedure_name_length": 3,
|
||||
"var_name_length": 3,
|
||||
"t_probability": 0.2
|
||||
},
|
||||
{
|
||||
"max_procedures": 20,
|
||||
"max_variables": 20,
|
||||
"max_calls": 10,
|
||||
"procedure_name_length": 7,
|
||||
"var_name_length": 7,
|
||||
"t_probability": 0.4
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue