neoneye commited on
Commit
2d3226c
1 Parent(s): 67ac4b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -3
README.md CHANGED
@@ -1,3 +1,38 @@
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) shape 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
+ Detect `shape2x2` and `shape3x3_center`.
21
+ The image sizes are between 1 and 30 pixels.
22
+
23
+ # Version 2
24
+
25
+ Detect `shape2x2` and `shape3x3_center` and `shape3x3_opposite`.
26
+ The image sizes are between 1 and 30 pixels.
27
+
28
+ # Version 3
29
+
30
+ Focus on counting the unique number of colors. `corners` and `diamond4`.
31
+ The image sizes are between 1 and 30 pixels.
32
+
33
+ # Version 4
34
+
35
+ Same weight to all transformations.
36
+ The image sizes are between 1 and 30 pixels.
37
+
38
+ TEST. I'm making a new repo with the same data to circumvent an internalserver error. Does this fix it?