File size: 546 Bytes
103a8c2 |
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 |
---
license: mit
task_categories:
- image-to-text
- text-to-image
language:
- en
pretty_name: simons ARC (abstraction & reasoning corpus) scale image version 4
size_categories:
- 10K<n<100K
configs:
- config_name: default
data_files:
- split: train
path: data.jsonl
---
# Version 1
Scale up/down an image by the x and y axis.
max_scale=3.
image_size: 1-30.
# Version 2
Recognize what kind of scale transformation is happening.
max_scale=3.
image_size: 1-15.
# Version 3
max_scale=5.
image_size: 1-30.
# Version 4
different seed
|