neoneye commited on
Commit
8478b64
·
1 Parent(s): 11e2210

Update README.md

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