File size: 1,537 Bytes
9c8b901 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 |
---
license: mit
task_categories:
- image-to-text
- text-to-image
language:
- en
pretty_name: simons ARC (abstraction & reasoning corpus) solve gravity version 11
size_categories:
- 10K<n<100K
configs:
- config_name: default
data_files:
- split: train
path: data.jsonl
---
# Version 1
ARC-AGI Tasks where the job is to apply gravity in the directions up/down/left/right.
example count: 2-4.
test count: 1-2.
image size: 3-10.
number of pixels to apply gravity to: 2-5.
Exercises `image_gravity_move()`.
# Version 2
Exercises `image_gravity_draw()`.
# Version 3
Exercises `image_gravity_move()` and `image_gravity_draw()`.
Increased `max_number_of_positions` from 5 to 8.
# Version 4
image size: 3-30.
max number of positions: 5.
# Version 5
image size: 3-30.
max number of positions: 7.
# Version 6
Added diagonal movement with `image_gravity_move()`.
image size: 3-10.
max number of positions: 7.
# Version 7
Focus on diagonal movement with `image_gravity_move()`.
image size: 3-20.
max number of positions: 5.
# Version 8
Focus on diagonal movement with `image_gravity_move()`.
image size: 3-30.
max number of positions: 5.
# Version 9
Exercises `image_gravity_move()` and `image_gravity_draw()`.
image size: 3-30.
max number of positions: 7.
# Version 10
Focus on diagonal movement with `image_gravity_draw()`.
image size: 3-10.
max number of positions: 5.
# Version 11
Focus on diagonal movement with `image_gravity_draw()`.
image size: 3-20.
max number of positions: 5.
|