File size: 899 Bytes
da4d5e2 e731e20 1353535 06356f8 1353535 |
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:
- 100K<n<1M
---
This is a small subset of the huge [histogram-comparisons-v1](https://huggingface.co/datasets/neoneye/histogram-comparisons-v1) dataset with 3M rows.
This dataset contains 150000 items in total. There are 3 curriculums each containing 50000 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
``` |