tamnd commited on
Commit
2244c94
·
verified ·
1 Parent(s): 91fde69

Add submissions/2020-02 (45 shards, 22.2M rows)

Browse files
README.md CHANGED
@@ -53,7 +53,7 @@ task_categories:
53
 
54
  The full Reddit archive from [Arctic Shift](https://github.com/ArthurHeitmann/arctic_shift), converted to Parquet and hosted here for easy access. Covers every public subreddit from **2005-12** through **2026-02**.
55
 
56
- Right now the archive has **9.0B items** (7.0B comments, 1.9B submissions) in **825.7 GB** of compressed Parquet. Comments and submissions are stored as separate datasets, split into monthly shards you can load individually or stream together.
57
 
58
  Reddit has been around since 2005. Millions of people use it to talk about everything - programming, sports, cooking, politics, niche hobbies. That makes it one of the best sources of natural conversation data for language model training, sentiment analysis, community research, and information retrieval. Most Reddit datasets only cover specific subreddits or time windows. This one covers all of it.
59
 
@@ -122,7 +122,7 @@ states.json live pipeline state (updated every ~5 min)
122
  2017 ███████░░░░░░░░░░░░░░░░░░░░░░░ 117.2M
123
  2018 █████████░░░░░░░░░░░░░░░░░░░░░ 152.4M
124
  2019 ██████████████░░░░░░░░░░░░░░░░ 235.7M
125
- 2020 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22.0M
126
  2023 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.2M
127
  2024 ████████████████████████████░░ 477.4M
128
  2025 ██████████████████████████████ 494.3M
@@ -239,13 +239,13 @@ huggingface-cli download open-index/arctic \
239
  | Type | Months | Rows | Parquet Size |
240
  |------|-------:|-----:|-------------:|
241
  | comments | 171 | 7.0B | 586.7 GB |
242
- | submissions | 197 | 1.9B | 239.0 GB |
243
- | **Total** | **171** | **9.0B** | **825.7 GB** |
244
 
245
  ### Monthly breakdown
246
 
247
  <details>
248
- <summary>Click to expand full monthly table (171 comment months + 197 submission months)</summary>
249
 
250
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
251
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -589,7 +589,8 @@ huggingface-cli download open-index/arctic \
589
  | 2019-12 | submissions | - | 13m16s | 29m01s | - | 43 | 21,217,847 | 2.2 GB |
590
  | 2020-01 | comments | - | - | 772m18s | 20m41s | 307 | 153,498,208 | 12.2 GB |
591
  | 2020-01 | submissions | - | - | 28m21s | 3m28s | 44 | 21,989,643 | 2.3 GB |
592
- | 2020-02 | comments | - | 57m35s | 844m34s | - | 297 | 148,386,817 | 11.7 GB |
 
593
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
594
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
595
  | 2024-02 | submissions | 15.2 GB | 111m14s | 119m06s | 23m35s | 79 | 39,030,731 | 4.4 GB |
@@ -648,15 +649,15 @@ ORDER BY year, month, type;
648
 
649
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 179 GB free). Auto-updated every ~5 minutes.
650
 
651
- **Started:** 2026-04-11 10:51 UTC / **Elapsed:** 27h 49m / **Committed this session:** 2
652
 
653
  ### Active Workers
654
 
655
  | Stage | Month | Type | Progress |
656
  |-------|-------|------|----------|
657
- | Downloading | 2020-04 | comments | 10.3 GB / 16.6 GB (61%) |
658
- | Processing | 2020-02 | submissions | shard 32 · 16.0M rows · 76.1K rows/s |
659
- | Uploading | 2020-02 | comments | 297 shards · 148.4M rows · committing |
660
 
661
 
662
  ### Throughput
@@ -664,21 +665,21 @@ ORDER BY year, month, type;
664
  | Metric | Value |
665
  |--------|------:|
666
  | Download | 40 Mbps avg |
667
- | Processing | 6.4K rows/s avg |
668
- | Upload | 724.5s per commit avg |
669
- | ETA | 2026-06-21 20:37 UTC |
670
 
671
  ### Progress
672
 
673
- `██████████████████████░░░░░░░░` 367 / 490 (74.9%)
674
 
675
  | Metric | This Session |
676
  |--------|-------------:|
677
- | Months committed | 2 |
678
- | Rows processed | 175.5M |
679
- | Data committed | 14.6 GB |
680
 
681
- *Last update: 2026-04-12 14:40 UTC*
682
 
683
 
684
  # Dataset card for Arctic Shift Reddit Archive
@@ -862,4 +863,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
862
 
863
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
864
 
865
- *Last updated: 2026-04-12 14:40 UTC*
 
53
 
54
  The full Reddit archive from [Arctic Shift](https://github.com/ArthurHeitmann/arctic_shift), converted to Parquet and hosted here for easy access. Covers every public subreddit from **2005-12** through **2026-02**.
55
 
56
+ Right now the archive has **9.0B items** (7.0B comments, 2.0B submissions) in **828.0 GB** of compressed Parquet. Comments and submissions are stored as separate datasets, split into monthly shards you can load individually or stream together.
57
 
58
  Reddit has been around since 2005. Millions of people use it to talk about everything - programming, sports, cooking, politics, niche hobbies. That makes it one of the best sources of natural conversation data for language model training, sentiment analysis, community research, and information retrieval. Most Reddit datasets only cover specific subreddits or time windows. This one covers all of it.
59
 
 
122
  2017 ███████░░░░░░░░░░░░░░░░░░░░░░░ 117.2M
123
  2018 █████████░░░░░░░░░░░░░░░░░░░░░ 152.4M
124
  2019 ██████████████░░░░░░░░░░░░░░░░ 235.7M
125
+ 2020 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 44.2M
126
  2023 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.2M
127
  2024 ████████████████████████████░░ 477.4M
128
  2025 ██████████████████████████████ 494.3M
 
239
  | Type | Months | Rows | Parquet Size |
240
  |------|-------:|-----:|-------------:|
241
  | comments | 171 | 7.0B | 586.7 GB |
242
+ | submissions | 198 | 2.0B | 241.3 GB |
243
+ | **Total** | **171** | **9.0B** | **828.0 GB** |
244
 
245
  ### Monthly breakdown
246
 
247
  <details>
248
+ <summary>Click to expand full monthly table (171 comment months + 198 submission months)</summary>
249
 
250
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
251
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
589
  | 2019-12 | submissions | - | 13m16s | 29m01s | - | 43 | 21,217,847 | 2.2 GB |
590
  | 2020-01 | comments | - | - | 772m18s | 20m41s | 307 | 153,498,208 | 12.2 GB |
591
  | 2020-01 | submissions | - | - | 28m21s | 3m28s | 44 | 21,989,643 | 2.3 GB |
592
+ | 2020-02 | comments | - | 57m35s | 844m34s | 24m32s | 297 | 148,386,817 | 11.7 GB |
593
+ | 2020-02 | submissions | - | 30m09s | 32m41s | - | 45 | 22,242,008 | 2.3 GB |
594
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
595
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
596
  | 2024-02 | submissions | 15.2 GB | 111m14s | 119m06s | 23m35s | 79 | 39,030,731 | 4.4 GB |
 
649
 
650
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 179 GB free). Auto-updated every ~5 minutes.
651
 
652
+ **Started:** 2026-04-11 10:51 UTC / **Elapsed:** 28h 2m / **Committed this session:** 3
653
 
654
  ### Active Workers
655
 
656
  | Stage | Month | Type | Progress |
657
  |-------|-------|------|----------|
658
+ | Downloading | 2020-04 | comments | 16.0 GB / 16.6 GB (96%) |
659
+ | Processing | 2020-03 | comments | shard 4 · 2.0M rows · 99.6K rows/s |
660
+ | Uploading | 2020-02 | submissions | 45 shards · 22.2M rows · committing |
661
 
662
 
663
  ### Throughput
 
665
  | Metric | Value |
666
  |--------|------:|
667
  | Download | 40 Mbps avg |
668
+ | Processing | 7.6K rows/s avg |
669
+ | Upload | 973.8s per commit avg |
670
+ | ETA | 2026-05-30 00:03 UTC |
671
 
672
  ### Progress
673
 
674
+ `██████████████████████░░░░░░░░` 368 / 490 (75.1%)
675
 
676
  | Metric | This Session |
677
  |--------|-------------:|
678
+ | Months committed | 3 |
679
+ | Rows processed | 323.9M |
680
+ | Data committed | 26.3 GB |
681
 
682
+ *Last update: 2026-04-12 14:53 UTC*
683
 
684
 
685
  # Dataset card for Arctic Shift Reddit Archive
 
863
 
864
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
865
 
866
+ *Last updated: 2026-04-12 14:53 UTC*
data/submissions/2020/02/040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65493a47afb13958118dbbe45efbb6bfbfe8ab3c735c0f85acca4d30c6134e00
3
+ size 57135985
data/submissions/2020/02/041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9f5a004178240ae259197053f6fe269b8d949d5fbc40dcf677d01441f721aea
3
+ size 55759906
data/submissions/2020/02/042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc679672c3b657be512af951b97b9f612414b9f2b68992f22bbfe6b070666394
3
+ size 55214930
data/submissions/2020/02/043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92106bba49038982e8da8031021b98d52a2fdbb7ad1ac7ec7bdd8bbecb32b70e
3
+ size 54235864
data/submissions/2020/02/044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1533f72cf6775b918fb4711fe33feeae22f83961d5dae723ee1e23e29c68eaad
3
+ size 25863251
states.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "session_id": "2026-04-11T10:51:38Z",
3
  "started_at": "2026-04-11T10:51:38.217572736Z",
4
- "updated_at": "2026-04-12T14:40:38.004808699Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2020-02",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -32,27 +32,27 @@
32
  {
33
  "ym": "2020-04",
34
  "type": "comments",
35
- "bytes_done": 11020110768,
36
  "bytes_total": 17826044170,
37
  "phase": "downloading"
38
  }
39
  ],
40
  "processing": [
41
  {
42
- "ym": "2020-02",
43
- "type": "submissions",
44
- "shard": 32,
45
- "rows": 16000000,
46
- "rows_per_sec": 76060.74297704242,
47
  "phase": "processing"
48
  }
49
  ],
50
  "uploading": [
51
  {
52
  "ym": "2020-02",
53
- "type": "comments",
54
- "rows": 148386817,
55
- "shards": 297,
56
  "phase": "committing"
57
  }
58
  ],
@@ -61,16 +61,16 @@
61
  },
62
  "throughput": {
63
  "avg_download_mbps": 39.74627662792811,
64
- "avg_process_rows_per_sec": 6390.079596514151,
65
- "avg_upload_sec_per_commit": 724.5136800225,
66
- "estimated_completion": "2026-06-22T04:37:06.761589897+08:00"
67
  },
68
  "stats": {
69
- "committed": 2,
70
  "skipped": 365,
71
  "retries": 0,
72
- "total_rows": 175487851,
73
- "total_bytes": 15630473010,
74
  "total_months": 490
75
  }
76
  }
 
1
  {
2
  "session_id": "2026-04-11T10:51:38Z",
3
  "started_at": "2026-04-11T10:51:38.217572736Z",
4
+ "updated_at": "2026-04-12T14:53:38.007187969Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2020-02",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
32
  {
33
  "ym": "2020-04",
34
  "type": "comments",
35
+ "bytes_done": 17212066736,
36
  "bytes_total": 17826044170,
37
  "phase": "downloading"
38
  }
39
  ],
40
  "processing": [
41
  {
42
+ "ym": "2020-03",
43
+ "type": "comments",
44
+ "shard": 4,
45
+ "rows": 2000000,
46
+ "rows_per_sec": 99610.93566289482,
47
  "phase": "processing"
48
  }
49
  ],
50
  "uploading": [
51
  {
52
  "ym": "2020-02",
53
+ "type": "submissions",
54
+ "rows": 22242008,
55
+ "shards": 45,
56
  "phase": "committing"
57
  }
58
  ],
 
61
  },
62
  "throughput": {
63
  "avg_download_mbps": 39.74627662792811,
64
+ "avg_process_rows_per_sec": 7627.643540166752,
65
+ "avg_upload_sec_per_commit": 973.8016305179999,
66
+ "estimated_completion": "2026-05-30T08:03:59.066895822+08:00"
67
  },
68
  "stats": {
69
+ "committed": 3,
70
  "skipped": 365,
71
  "retries": 0,
72
+ "total_rows": 323874668,
73
+ "total_bytes": 28227394055,
74
  "total_months": 490
75
  }
76
  }
stats.csv CHANGED
@@ -339,7 +339,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
339
  2019,12,submissions,43,21217847,2377666911,0,795.73,1741.37,0.00,2026-04-11T10:50:15Z
340
  2020,1,comments,307,153498208,13118829277,0,0.00,46337.93,1240.53,2026-04-11T23:43:56Z
341
  2020,1,submissions,44,21989643,2511643733,0,0.00,1700.75,208.49,2026-04-12T00:12:16Z
342
- 2020,2,comments,297,148386817,12596921045,0,3455.38,50673.75,0.00,2026-04-12T14:16:50Z
 
343
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
344
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z
345
  2024,2,submissions,79,39030731,4768610108,16302547460,6673.78,7146.26,1414.79,2026-03-19T21:01:15Z
 
339
  2019,12,submissions,43,21217847,2377666911,0,795.73,1741.37,0.00,2026-04-11T10:50:15Z
340
  2020,1,comments,307,153498208,13118829277,0,0.00,46337.93,1240.53,2026-04-11T23:43:56Z
341
  2020,1,submissions,44,21989643,2511643733,0,0.00,1700.75,208.49,2026-04-12T00:12:16Z
342
+ 2020,2,comments,297,148386817,12596921045,0,3455.38,50673.75,1472.38,2026-04-12T14:16:50Z
343
+ 2020,2,submissions,45,22242008,2465783934,0,1808.63,1961.32,0.00,2026-04-12T14:49:32Z
344
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
345
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z
346
  2024,2,submissions,79,39030731,4768610108,16302547460,6673.78,7146.26,1414.79,2026-03-19T21:01:15Z