tamnd commited on
Commit
9844773
·
verified ·
1 Parent(s): 79e78dd

Add comments/2017-12 (172 shards, 86.0M 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 **5.3B items** (3.7B comments, 1.6B submissions) in **515.5 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
 
@@ -92,13 +92,13 @@ states.json live pipeline state (updated every ~5 min)
92
  2008 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
93
  2009 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.9M
94
  2010 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 48.5M
95
- 2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 123.3M
96
  2012 ████████░░░░░░░░░░░░░░░░░░░░░░ 260.3M
97
- 2013 ████████████░░░░░░░░░░░░░░░░░ 402.2M
98
- 2014 ████████████████░░░░░░░░░░░░░ 531.8M
99
- 2015 ██████████████████████░░░░░░░░ 667.8M
100
- 2016 ███████████████████████████░░░ 799.9M
101
- 2017 ██████████████████████████████ 886.9M
102
  ```
103
 
104
  **Submissions**
@@ -234,14 +234,14 @@ huggingface-cli download open-index/arctic \
234
 
235
  | Type | Months | Rows | Parquet Size |
236
  |------|-------:|-----:|-------------:|
237
- | comments | 144 | 3.7B | 321.2 GB |
238
  | submissions | 173 | 1.6B | 194.3 GB |
239
- | **Total** | **144** | **5.3B** | **515.5 GB** |
240
 
241
  ### Monthly breakdown
242
 
243
  <details>
244
- <summary>Click to expand full monthly table (144 comment months + 173 submission months)</summary>
245
 
246
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
247
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -533,6 +533,7 @@ huggingface-cli download open-index/arctic \
533
  | 2017-10 | submissions | - | 22m11s | 67m24s | 1m36s | 21 | 10,281,718 | 1.2 GB |
534
  | 2017-11 | comments | - | 17m20s | 213m27s | 12m29s | 170 | 84,965,681 | 7.3 GB |
535
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
 
536
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
537
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
538
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
@@ -593,13 +594,15 @@ ORDER BY year, month, type;
593
 
594
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 192 GB free). Auto-updated every ~5 minutes.
595
 
596
- **Started:** 2026-04-05 20:37 UTC / **Elapsed:** 25h 10m / **Committed this session:** 8
597
 
598
  ### Active Workers
599
 
600
  | Stage | Month | Type | Progress |
601
  |-------|-------|------|----------|
602
- | Processing | 2017-12 | comments | shard 165 · 82.5M rows · 209.4K rows/s |
 
 
603
 
604
 
605
  ### Throughput
@@ -607,9 +610,9 @@ ORDER BY year, month, type;
607
  | Metric | Value |
608
  |--------|------:|
609
  | Download | 32 Mbps avg |
610
- | Processing | 5.1K rows/s avg |
611
  | Upload | 369.4s per commit avg |
612
- | ETA | 2026-04-26 06:32 UTC |
613
 
614
  ### Progress
615
 
@@ -621,7 +624,7 @@ ORDER BY year, month, type;
621
  | Rows processed | 379.1M |
622
  | Data committed | 34.1 GB |
623
 
624
- *Last update: 2026-04-06 21:47 UTC*
625
 
626
 
627
  # Dataset card for Arctic Shift Reddit Archive
@@ -805,4 +808,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
805
 
806
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
807
 
808
- *Last updated: 2026-04-06 21:47 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 **5.4B items** (3.8B comments, 1.6B submissions) in **522.8 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
 
 
92
  2008 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
93
  2009 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.9M
94
  2010 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 48.5M
95
+ 2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 123.3M
96
  2012 ████████░░░░░░░░░░░░░░░░░░░░░░ 260.3M
97
+ 2013 ████████████░░░░░░░░░░░░░░░░░ 402.2M
98
+ 2014 ████████████████░░░░░░░░░░░░░ 531.8M
99
+ 2015 ████████████████████░░░░░░░░░░ 667.8M
100
+ 2016 ████████████████████████░░░░░░ 799.9M
101
+ 2017 ██████████████████████████████ 972.9M
102
  ```
103
 
104
  **Submissions**
 
234
 
235
  | Type | Months | Rows | Parquet Size |
236
  |------|-------:|-----:|-------------:|
237
+ | comments | 145 | 3.8B | 328.6 GB |
238
  | submissions | 173 | 1.6B | 194.3 GB |
239
+ | **Total** | **145** | **5.4B** | **522.8 GB** |
240
 
241
  ### Monthly breakdown
242
 
243
  <details>
244
+ <summary>Click to expand full monthly table (145 comment months + 173 submission months)</summary>
245
 
246
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
247
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
533
  | 2017-10 | submissions | - | 22m11s | 67m24s | 1m36s | 21 | 10,281,718 | 1.2 GB |
534
  | 2017-11 | comments | - | 17m20s | 213m27s | 12m29s | 170 | 84,965,681 | 7.3 GB |
535
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
536
+ | 2017-12 | comments | - | 23m19s | 214m54s | - | 172 | 85,973,810 | 7.4 GB |
537
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
538
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
539
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
 
594
 
595
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 192 GB free). Auto-updated every ~5 minutes.
596
 
597
+ **Started:** 2026-04-05 20:37 UTC / **Elapsed:** 25h 28m / **Committed this session:** 8
598
 
599
  ### Active Workers
600
 
601
  | Stage | Month | Type | Progress |
602
  |-------|-------|------|----------|
603
+ | Downloading | 2018-02 | submissions | 701.4 MB / 2.3 GB (29%) |
604
+ | Processing | 2017-12 | submissions | shard 3 · 1.5M rows · 114.4K rows/s |
605
+ | Uploading | 2017-12 | comments | 172 shards · 86.0M rows · committing |
606
 
607
 
608
  ### Throughput
 
610
  | Metric | Value |
611
  |--------|------:|
612
  | Download | 32 Mbps avg |
613
+ | Processing | 5.3K rows/s avg |
614
  | Upload | 369.4s per commit avg |
615
+ | ETA | 2026-04-29 17:09 UTC |
616
 
617
  ### Progress
618
 
 
624
  | Rows processed | 379.1M |
625
  | Data committed | 34.1 GB |
626
 
627
+ *Last update: 2026-04-06 22:05 UTC*
628
 
629
 
630
  # Dataset card for Arctic Shift Reddit Archive
 
808
 
809
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
810
 
811
+ *Last updated: 2026-04-06 22:05 UTC*
data/comments/2017/12/170.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fd8580724754c6bb4413d86c325a8f646968b9dc3614aa39b0089f0e54a2864
3
+ size 44417763
data/comments/2017/12/171.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29eb211dd2251abf6d96afff84db3290734521b7397c0c68d44334a995ff6085
3
+ size 39585169
states.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
  "session_id": "2026-04-05T20:37:29Z",
3
  "started_at": "2026-04-05T20:37:29.276842745Z",
4
- "updated_at": "2026-04-06T21:47:09.375829059Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2017-12",
8
  "type": "comments",
9
- "phase": "processing"
10
  },
11
  "hardware": {
12
  "hostname": "doge-01",
@@ -28,26 +28,42 @@
28
  "sequential": false
29
  },
30
  "pipeline": {
31
- "downloading": null,
 
 
 
 
 
 
 
 
32
  "processing": [
33
  {
34
  "ym": "2017-12",
35
- "type": "comments",
36
- "shard": 165,
37
- "rows": 82500000,
38
- "rows_per_sec": 209426.96381801175,
39
  "phase": "processing"
40
  }
41
  ],
42
- "uploading": null,
 
 
 
 
 
 
 
 
43
  "queued_for_process": 0,
44
  "queued_for_upload": 0
45
  },
46
  "throughput": {
47
  "avg_download_mbps": 31.889002976387726,
48
- "avg_process_rows_per_sec": 5116.677096904733,
49
  "avg_upload_sec_per_commit": 369.35553358800007,
50
- "estimated_completion": "2026-04-26T14:32:14.514435119+08:00"
51
  },
52
  "stats": {
53
  "committed": 8,
 
1
  {
2
  "session_id": "2026-04-05T20:37:29Z",
3
  "started_at": "2026-04-05T20:37:29.276842745Z",
4
+ "updated_at": "2026-04-06T22:05:29.148302409Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2017-12",
8
  "type": "comments",
9
+ "phase": "committing"
10
  },
11
  "hardware": {
12
  "hostname": "doge-01",
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
32
+ {
33
+ "ym": "2018-02",
34
+ "type": "submissions",
35
+ "bytes_done": 735504604,
36
+ "bytes_total": 2452577588,
37
+ "phase": "downloading"
38
+ }
39
+ ],
40
  "processing": [
41
  {
42
  "ym": "2017-12",
43
+ "type": "submissions",
44
+ "shard": 3,
45
+ "rows": 1500000,
46
+ "rows_per_sec": 114374.10073463376,
47
  "phase": "processing"
48
  }
49
  ],
50
+ "uploading": [
51
+ {
52
+ "ym": "2017-12",
53
+ "type": "comments",
54
+ "rows": 85973810,
55
+ "shards": 172,
56
+ "phase": "committing"
57
+ }
58
+ ],
59
  "queued_for_process": 0,
60
  "queued_for_upload": 0
61
  },
62
  "throughput": {
63
  "avg_download_mbps": 31.889002976387726,
64
+ "avg_process_rows_per_sec": 5289.039894577578,
65
  "avg_upload_sec_per_commit": 369.35553358800007,
66
+ "estimated_completion": "2026-04-30T01:09:03.295086905+08:00"
67
  },
68
  "stats": {
69
  "committed": 8,
stats.csv CHANGED
@@ -285,8 +285,9 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
285
  2017,9,submissions,20,9787604,1290494532,0,0.00,3906.39,91.17,2026-04-06T05:37:30Z
286
  2017,10,comments,172,85828912,7852900050,0,2573.75,11301.52,589.25,2026-04-06T08:45:51Z
287
  2017,10,submissions,21,10281718,1341306336,0,1331.14,4044.27,96.11,2026-04-06T09:53:16Z
288
- 2017,11,comments,170,84965681,7830816599,0,1039.85,12807.46,0.00,2026-04-06T17:57:23Z
289
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
 
290
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
291
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
292
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
 
285
  2017,9,submissions,20,9787604,1290494532,0,0.00,3906.39,91.17,2026-04-06T05:37:30Z
286
  2017,10,comments,172,85828912,7852900050,0,2573.75,11301.52,589.25,2026-04-06T08:45:51Z
287
  2017,10,submissions,21,10281718,1341306336,0,1331.14,4044.27,96.11,2026-04-06T09:53:16Z
288
+ 2017,11,comments,170,84965681,7830816599,0,1039.85,12807.46,748.95,2026-04-06T17:57:23Z
289
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
290
+ 2017,12,comments,172,85973810,7893171747,0,1399.26,12893.60,0.00,2026-04-06T21:55:47Z
291
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
292
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
293
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z