Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- image-to-text
|
5 |
+
- text-to-image
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
pretty_name: simons ARC (abstraction & reasoning corpus) scale image version 4
|
9 |
+
size_categories:
|
10 |
+
- 10K<n<100K
|
11 |
+
configs:
|
12 |
+
- config_name: default
|
13 |
+
data_files:
|
14 |
+
- split: train
|
15 |
+
path: data.jsonl
|
16 |
+
---
|
17 |
+
|
18 |
+
# Version 1
|
19 |
+
|
20 |
+
Scale up/down an image by the x and y axis.
|
21 |
+
|
22 |
+
max_scale=3.
|
23 |
+
image_size: 1-30.
|
24 |
+
|
25 |
+
# Version 2
|
26 |
+
|
27 |
+
Recognize what kind of scale transformation is happening.
|
28 |
+
|
29 |
+
max_scale=3.
|
30 |
+
image_size: 1-15.
|
31 |
+
|
32 |
+
# Version 3
|
33 |
+
|
34 |
+
max_scale=5.
|
35 |
+
image_size: 1-30.
|
36 |
+
|
37 |
+
# Version 4
|
38 |
+
|
39 |
+
different seed
|