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
30
examples/pipelines/puzzle_configs/calcudoku_train.json
Executable file
30
examples/pipelines/puzzle_configs/calcudoku_train.json
Executable file
|
|
@ -0,0 +1,30 @@
|
|||
[
|
||||
{
|
||||
"size": 6,
|
||||
"group_size_range": [
|
||||
2,
|
||||
3
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 4,
|
||||
"group_size_range": [
|
||||
1,
|
||||
2
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 6,
|
||||
"group_size_range": [
|
||||
2,
|
||||
4
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 4,
|
||||
"group_size_range": [
|
||||
2,
|
||||
3
|
||||
]
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue