InternBootcamp/examples/pipelines/autogen_configs/Cdominoes_train.json
2025-05-30 14:05:33 +08:00

30 lines
No EOL
310 B
JSON

[
{
"n": 1,
"m": 2
},
{
"n": 3,
"m": 3
},
{
"n": 2,
"m": 4
},
{
"n": 1,
"m": 3
},
{
"n": 2,
"m": 2
},
{
"n": 1,
"m": 1
},
{
"n": 3,
"m": 1
}
]