ARC-stuff / MINI-ARC /data /MiniARC /FloodFill_l6ab6wvu67ltkeaialw.json
Alignment-Lab-AI's picture
Upload folder using huggingface_hub
d5bfab8 verified
raw
history blame contribute delete
801 Bytes
{"train": [{"input": [[1, 1, 1, 1, 1], [1, 0, 0, 0, 1], [1, 0, 0, 0, 1], [1, 0, 0, 0, 1], [1, 1, 1, 1, 1]], "output": [[0, 0, 0, 0, 0], [0, 7, 7, 7, 0], [0, 7, 7, 7, 0], [0, 7, 7, 7, 0], [0, 0, 0, 0, 0]]}, {"input": [[0, 1, 1, 1, 0], [1, 1, 0, 1, 0], [1, 0, 0, 1, 0], [1, 1, 0, 1, 0], [0, 1, 1, 1, 0]], "output": [[0, 0, 0, 0, 0], [0, 0, 7, 0, 0], [0, 7, 7, 0, 0], [0, 0, 7, 0, 0], [0, 0, 0, 0, 0]]}, {"input": [[0, 0, 0, 0, 0], [0, 1, 1, 1, 1], [0, 1, 0, 0, 1], [0, 1, 0, 0, 1], [0, 1, 1, 1, 1]], "output": [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 7, 7, 0], [0, 0, 7, 7, 0], [0, 0, 0, 0, 0]]}], "test": [{"input": [[0, 1, 1, 1, 1], [1, 1, 0, 0, 1], [1, 0, 0, 0, 1], [1, 1, 0, 1, 1], [0, 1, 1, 1, 0]], "output": [[0, 0, 0, 0, 0], [0, 0, 7, 7, 0], [0, 7, 7, 7, 0], [0, 0, 7, 0, 0], [0, 0, 0, 0, 0]]}]}