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,32 @@
|
|||
[
|
||||
{
|
||||
"n_max": 50,
|
||||
"m_max": 20,
|
||||
"q_max": 50,
|
||||
"max_element": 2000,
|
||||
"min_element": -2000,
|
||||
"set_size_min": 5,
|
||||
"set_size_max": 25,
|
||||
"query_prob": 0.6
|
||||
},
|
||||
{
|
||||
"n_max": 30,
|
||||
"m_max": 15,
|
||||
"q_max": 30,
|
||||
"max_element": 1000,
|
||||
"min_element": -1000,
|
||||
"set_size_min": 3,
|
||||
"set_size_max": 20,
|
||||
"query_prob": 0.5
|
||||
},
|
||||
{
|
||||
"n_max": 20,
|
||||
"m_max": 10,
|
||||
"q_max": 20,
|
||||
"max_element": 500,
|
||||
"min_element": -500,
|
||||
"set_size_min": 2,
|
||||
"set_size_max": 15,
|
||||
"query_prob": 0.4
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue