File size: 2,142 Bytes
48b3bd6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
102
103
104
105
106
---
license: mit
task_categories:
- image-to-text
- text-to-image
language:
- en
pretty_name: simons ARC (abstraction & reasoning corpus) lab imagepair version 14
size_categories:
- 10K<n<100K
configs:
  - config_name: default
    data_files:
      - split: train
        path: data.jsonl
---

# Version 1

Image-size 1-10.
Compare histograms between 2 images.

# Version 2

Image-size 1-20.
Histogram.remove_other_colors() exclude colors between two histograms.
These bigger images are causing problems for the model to learn.

# Version 3

Smaller image sizes: width 1-20. height 1-5.
This is training much better.

# Version 4

Smaller image sizes: width 1-5. height 1-20.

# Version 5

Slightly bigger image sizes: width 1-10. height 1-20.

# Version 6

Slightly bigger image sizes: width 1-15. height 10-30.
This was too hard for the LLM to learn.

# Version 7

Slightly smaller image sizes: width 1-15. height 10-20.

# Version 8

image size 10-20.
This was too hard for the LLM to learn.

# Version 9

image width 1-20.
image height 1-5.
This was easy for the LLM to learn.

# Version 10

I want to try just adding 1 more row to the height, and see how that impacts the training loss.

image width 1-20.
image height 1-6.

Training with that extra row, it was easy for the LLM to learn.

# Version 11

I want to try just adding 1 more row to the height, and see how that impacts the training loss.

image width 1-20.
image height 1-7.

Training with that extra row, it was easy for the LLM to learn.

# Version 12

I want to try just adding 1 more row to the height, and see how that impacts the training loss.

image width 1-20.
image height 1-8.

Training with that extra row, it was easy for the LLM to learn.

# Version 13

I want to try just adding 1 more row to the height, and see how that impacts the training loss.

image width 1-20.
image height 1-9.

Training with that extra row, it was took quite some time for the LLM to learn.

# Version 14

I want to try just adding 1 more row to the height, and see how that impacts the training loss.

image width 1-20.
image height 1-10.

Added a `benchmark` column to the dataset.