mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
adding configs
This commit is contained in:
parent
91972f43ea
commit
4a53b3dba0
4 changed files with 24 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"max_atoms": 15,
|
||||
"min_atoms": 3
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"max_atoms": 15,
|
||||
"min_atoms": 3
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"min_len": 5,
|
||||
"max_len": 25
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"min_len": 5,
|
||||
"max_len": 25
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue