maxwell-arc-v2 / example_task.json
farone11's picture
Create example_task.json
cb24984 verified
Raw
History Blame Contribute Delete
164 Bytes
{
"train": [{"input": [[1, 0, 0], [0, 0, 0], [0, 0, 0]], "output": [[0, 0, 2], [0, 2, 0], [2, 0, 0]]}],
"test": [{"input": [[0, 0, 0], [0, 1, 0], [0, 0, 0]]}]
}