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