pdelobelle commited on
Commit
0ae668f
1 Parent(s): a898369

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -13,15 +13,15 @@ Number of articles for the English wiki:
13
  - 2022: 6.291.973
14
  - 2024: 6.629.861
15
 
16
- with 8k samples per gzipped json, we get approx. 800 files per year, so aprrox. 3500 files in total. Approx. 190-200 MB per bin of 8k examples, 63 in gzipped mode
17
 
18
  # Dataset sizes
19
  There are different splits and dataset sizes, which are all subsets of the `full` set.
20
 
21
  | Config | Train | Validation | Estimate |
22
  |----------|-------|------------|----------|
23
- | tiny | 2 | 1 | 0.1GB |
24
- | small | 100 | 2 | 4GB |
25
- | medium | 750 | 2 | 30GB |
26
- | large | 1500 | 3 | 59GB |
27
- | full | 3497 | 4 | 137GB |
 
13
  - 2022: 6.291.973
14
  - 2024: 6.629.861
15
 
16
+ with 8k documents per gzipped json, we get approx. 800 files per year, so aprrox. 3500 files in total. Approx. 190-200 MB per bin of 8k examples, 63 in gzipped mode.
17
 
18
  # Dataset sizes
19
  There are different splits and dataset sizes, which are all subsets of the `full` set.
20
 
21
  | Config | Train | Validation | Estimate |
22
  |----------|-------|------------|----------|
23
+ | tiny | 16k docs (2 shards) | 8k docs (1 shard) | 0.1GB |
24
+ | small | 800k docs (100 shards) | 16k docs (2 shards) | 4GB |
25
+ | medium | 6M docs (750 shards) | 16k docs (2 shards) | 30GB |
26
+ | large | 12M docs (1500 shards) | 24k docs (3 shards) | 59GB |
27
+ | full | 28M docs (3497 shards) | 32k docs (4 shards) | 137GB |