Simon Strandgaard commited on
Commit
1353535
1 Parent(s): e731e20

Explanation of the data

Browse files
Files changed (1) hide show
  1. README.md +36 -1
README.md CHANGED
@@ -6,4 +6,39 @@ language:
6
  - en
7
  size_categories:
8
  - 100K<n<1M
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - en
7
  size_categories:
8
  - 100K<n<1M
9
+ ---
10
+
11
+ This dataset contains 150000 items in total. There are 3 curriculums each containing 50000 items.
12
+
13
+ Each item is a markdown document.
14
+
15
+ Each item contains between 2 and 6 image comparisons, with a `Summary` at the bottom.
16
+
17
+ The images are between 3x3 and 14x14.
18
+
19
+ The markdown document contains a `## Response`, that separates the prompt from the answer.
20
+
21
+ The structure of the markdown document with 3 comparisons: A, B, C.
22
+
23
+ ```
24
+ # Histogram comparisons with summary
25
+
26
+ ## Data A
27
+ ### Data left
28
+ ### Data right
29
+
30
+ ## Data B
31
+ ### Data left
32
+ ### Data right
33
+
34
+ ## Data C
35
+ ### Data left
36
+ ### Data right
37
+
38
+ ## Response
39
+
40
+ ## Compare A
41
+ ## Compare B
42
+ ## Compare C
43
+ ## Summary
44
+ ```