File size: 925 Bytes
a314787
 
a3ddd25
 
 
 
 
8478b64
853c7d4
 
d683fe9
 
8478b64
853c7d4
 
 
 
 
 
 
3dae48a
 
853c7d4
 
 
 
 
8478b64
853c7d4
 
 
8478b64
853c7d4
 
 
8478b64
853c7d4
 
 
3dae48a
8478b64
324a1ea
 
 
853c7d4
8478b64
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
---
license: mit
task_categories:
- image-to-text
language:
- en
size_categories:
- 1M<n<10M
---

If you want a small subset of this dataset, there is [histogram-comparisons-small-v1](https://huggingface.co/datasets/neoneye/histogram-comparisons-small-v1) with 150k rows.

This dataset contains 3000000 items in total. There are 3 curriculums each containing 1000000 items.

Each item is a markdown document.

Each item contains between 2 and 6 image comparisons, with a `Summary` at the bottom.

The images are between 3x3 and 14x14.

The markdown document contains a `## Response`, that separates the prompt from the answer.

The structure of the markdown document with 3 comparisons: A, B, C.

```
# Histogram comparisons with summary

## Data A
### Data left
### Data right

## Data B
### Data left
### Data right

## Data C
### Data left
### Data right

## Response

## Compare A
## Compare B
## Compare C
## Summary
```