Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,212 @@
|
|
| 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) image version 36
|
| 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 |
+
Have dataset items that are somewhat evenly of each type. The LLM learned some of the types fine. However rotated images are causing problems.
|
| 21 |
+
The image sizes are between 1 and 10 pixels.
|
| 22 |
+
|
| 23 |
+
# Version 2
|
| 24 |
+
|
| 25 |
+
Here the majority of dataset items are rotated images. Since this is what my LLM is struggling with.
|
| 26 |
+
Smaller images. Here the image sizes are between 1 and 5 pixels.
|
| 27 |
+
This helped a lot on the validation loss.
|
| 28 |
+
|
| 29 |
+
# Version 3
|
| 30 |
+
|
| 31 |
+
Main focus is now on `count_same_color_as_center_with_8neighbors_nowrap` and image size 1-6.
|
| 32 |
+
Which the LLM has struggeld with in the past, maybe due to too big image sizes.
|
| 33 |
+
Struggles somewhat with the `count_same_color_as_center_with_8neighbors_nowrap`.
|
| 34 |
+
|
| 35 |
+
# Version 4
|
| 36 |
+
|
| 37 |
+
I'm trying smaller images again. Here the image sizes are between 1 and 5 pixels.
|
| 38 |
+
Added `same_color_inside_3x3_area_nowrap` that checks if all surrounding pixels agree on the same color,
|
| 39 |
+
maybe that have some synergy with the `count_same_color_as_center_with_8neighbors_nowrap`.
|
| 40 |
+
It helped a little, but it's still not as good at counting neighbors as I would like.
|
| 41 |
+
|
| 42 |
+
# Version 5
|
| 43 |
+
|
| 44 |
+
I have added a `pixels_with_k_matching_neighbors` with a k parameter between 1-8.
|
| 45 |
+
This may help improve on counting the number of neighboring pixels.
|
| 46 |
+
The image size 1-6.
|
| 47 |
+
This did indeed help on counting the number of surrounding pixels.
|
| 48 |
+
|
| 49 |
+
# Version 6
|
| 50 |
+
|
| 51 |
+
Same weight to all the transformations.
|
| 52 |
+
Image size 1-11.
|
| 53 |
+
|
| 54 |
+
# Version 7
|
| 55 |
+
|
| 56 |
+
Focus on histogram and k-nearest neighbors. image size 1-12.
|
| 57 |
+
It seems like the LLM has gotten the hang of it.
|
| 58 |
+
|
| 59 |
+
# Version 8
|
| 60 |
+
|
| 61 |
+
Focus on histogram and k-nearest neighbors. image size 5-20.
|
| 62 |
+
|
| 63 |
+
# Version 9
|
| 64 |
+
|
| 65 |
+
Focus on histogram and k-nearest neighbors. image size 10-30.
|
| 66 |
+
|
| 67 |
+
# Version 10
|
| 68 |
+
|
| 69 |
+
Same weight to all the transformations.
|
| 70 |
+
image width 10-30. image height 2-5.
|
| 71 |
+
|
| 72 |
+
# Version 11
|
| 73 |
+
|
| 74 |
+
Same weight to all the transformations.
|
| 75 |
+
image width 2-5. image height 10-30.
|
| 76 |
+
|
| 77 |
+
# Version 12
|
| 78 |
+
|
| 79 |
+
Focus on k-nearest neighbors.
|
| 80 |
+
image width 2-5. image height 10-30.
|
| 81 |
+
|
| 82 |
+
# Version 13
|
| 83 |
+
|
| 84 |
+
Focus on `compres_x`, `compres_y`, `compres_xy`.
|
| 85 |
+
image size is 1-10.
|
| 86 |
+
|
| 87 |
+
# Version 14
|
| 88 |
+
|
| 89 |
+
Focus on histograms and k-nearest-neighbors.
|
| 90 |
+
image size 5-20.
|
| 91 |
+
|
| 92 |
+
# Version 15
|
| 93 |
+
|
| 94 |
+
Focus on histograms and k-nearest-neighbors.
|
| 95 |
+
image size 10-30.
|
| 96 |
+
|
| 97 |
+
# Version 16
|
| 98 |
+
|
| 99 |
+
Focus on k-nearest-neighbors.
|
| 100 |
+
image size 10-25.
|
| 101 |
+
|
| 102 |
+
# Version 17
|
| 103 |
+
|
| 104 |
+
Disabled k-nearest-neighbors, I suspect this is the reason why it converges so slowly.
|
| 105 |
+
image size 15-30.
|
| 106 |
+
|
| 107 |
+
# Version 18
|
| 108 |
+
|
| 109 |
+
Disabled k-nearest-neighbors, and compression.
|
| 110 |
+
image size 15-25.
|
| 111 |
+
|
| 112 |
+
# Version 19
|
| 113 |
+
|
| 114 |
+
Translate x/y by plus/minus 1.
|
| 115 |
+
Disabled rotation and transpose.
|
| 116 |
+
image size 22-30.
|
| 117 |
+
|
| 118 |
+
# Version 20
|
| 119 |
+
|
| 120 |
+
Focus on k-nearest-neighbors.
|
| 121 |
+
image size 5-15.
|
| 122 |
+
|
| 123 |
+
# Version 21
|
| 124 |
+
|
| 125 |
+
Focus on k-nearest-neighbors.
|
| 126 |
+
image size 8-18.
|
| 127 |
+
|
| 128 |
+
# Version 22
|
| 129 |
+
|
| 130 |
+
Same weight to all the transformations.
|
| 131 |
+
image size 8-20.
|
| 132 |
+
|
| 133 |
+
# Version 23
|
| 134 |
+
|
| 135 |
+
Same weight to all the transformations.
|
| 136 |
+
image size 5-30.
|
| 137 |
+
|
| 138 |
+
The LLM is struggling learning this. I'm going to try with small images.
|
| 139 |
+
|
| 140 |
+
# Version 24
|
| 141 |
+
|
| 142 |
+
Focus on rotate cw, rotate ccw, transpose.
|
| 143 |
+
image size 2-10.
|
| 144 |
+
|
| 145 |
+
The LLM is struggling learning this. Despite being small images. I'm going to try with even small images.
|
| 146 |
+
|
| 147 |
+
# Version 25
|
| 148 |
+
|
| 149 |
+
Focus on rotate cw, rotate ccw, transpose.
|
| 150 |
+
image size 2-5.
|
| 151 |
+
|
| 152 |
+
The LLM is struggling learning this. Despite being small images. I'm going to try with even small images.
|
| 153 |
+
|
| 154 |
+
# Version 26
|
| 155 |
+
|
| 156 |
+
Focus on rotate cw, rotate ccw, transpose, k-nearest-neighbors.
|
| 157 |
+
image size 1-3.
|
| 158 |
+
|
| 159 |
+
The LLM is struggling learning this. Despite being small images.
|
| 160 |
+
|
| 161 |
+
# Version 27
|
| 162 |
+
|
| 163 |
+
Focus on rotate cw, rotate ccw, transpose.
|
| 164 |
+
image size 1-4.
|
| 165 |
+
|
| 166 |
+
The LLM is struggling learning this. Despite being small images.
|
| 167 |
+
|
| 168 |
+
# Version 28
|
| 169 |
+
|
| 170 |
+
Focus on rotate cw, rotate ccw, transpose.
|
| 171 |
+
image size 1-5.
|
| 172 |
+
|
| 173 |
+
# Version 29
|
| 174 |
+
|
| 175 |
+
Focus on rotate cw, rotate ccw, transpose.
|
| 176 |
+
image size 1-6.
|
| 177 |
+
|
| 178 |
+
# Version 30
|
| 179 |
+
|
| 180 |
+
Focus on rotate cw, rotate ccw, transpose.
|
| 181 |
+
image size 1-8.
|
| 182 |
+
|
| 183 |
+
# Version 31
|
| 184 |
+
|
| 185 |
+
Focus on rotate cw, rotate ccw, transpose.
|
| 186 |
+
image size 1-10.
|
| 187 |
+
|
| 188 |
+
# Version 32
|
| 189 |
+
|
| 190 |
+
Focus on rotate cw, rotate ccw, transpose.
|
| 191 |
+
image size 1-12.
|
| 192 |
+
|
| 193 |
+
# Version 33
|
| 194 |
+
|
| 195 |
+
Focus on rotate cw, rotate ccw, transpose.
|
| 196 |
+
image size 1-14.
|
| 197 |
+
The `serialize` items were using fewer names to identify the dataset, now uses the same names as `deserialize`.
|
| 198 |
+
|
| 199 |
+
# Version 34
|
| 200 |
+
|
| 201 |
+
Focus only on `rotate cw`. All other operations have been disabled.
|
| 202 |
+
image size 1-30.
|
| 203 |
+
|
| 204 |
+
# Version 35
|
| 205 |
+
|
| 206 |
+
Focus only on `rotate ccw`. All other operations have been disabled.
|
| 207 |
+
image size 1-30.
|
| 208 |
+
|
| 209 |
+
# Version 36
|
| 210 |
+
|
| 211 |
+
Focus only on `rotate cw` and `rotate ccw`. All other operations have been disabled.
|
| 212 |
+
image size 1-30.
|