tamnd commited on
Commit
a2e8b58
·
verified ·
1 Parent(s): a9da952

Add comments/2019-12 (293 shards, 146.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 **8.5B items** (6.6B comments, 1.9B submissions) in **785.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
 
@@ -93,14 +93,14 @@ states.json live pipeline state (updated every ~5 min)
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
- 2018 ████████████████████████░░░░░░ 1.2B
103
- 2019 ██████████████████████████████ 1.5B
104
  ```
105
 
106
  **Submissions**
@@ -236,14 +236,14 @@ huggingface-cli download open-index/arctic \
236
 
237
  | Type | Months | Rows | Parquet Size |
238
  |------|-------:|-----:|-------------:|
239
- | comments | 168 | 6.6B | 551.3 GB |
240
  | submissions | 195 | 1.9B | 234.4 GB |
241
- | **Total** | **168** | **8.5B** | **785.7 GB** |
242
 
243
  ### Monthly breakdown
244
 
245
  <details>
246
- <summary>Click to expand full monthly table (168 comment months + 195 submission months)</summary>
247
 
248
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
249
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -583,6 +583,7 @@ huggingface-cli download open-index/arctic \
583
  | 2019-10 | submissions | - | 10m16s | 27m60s | 3m57s | 44 | 21,695,713 | 2.2 GB |
584
  | 2019-11 | comments | - | 31m24s | 64m01s | 21m10s | 278 | 138,512,489 | 10.9 GB |
585
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
586
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
587
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
588
  | 2024-02 | submissions | 15.2 GB | 111m14s | 119m06s | 23m35s | 79 | 39,030,731 | 4.4 GB |
@@ -641,13 +642,15 @@ ORDER BY year, month, type;
641
 
642
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 187 GB free). Auto-updated every ~5 minutes.
643
 
644
- **Started:** 2026-04-09 04:39 UTC / **Elapsed:** 53h 40m / **Committed this session:** 33
645
 
646
  ### Active Workers
647
 
648
  | Stage | Month | Type | Progress |
649
  |-------|-------|------|----------|
650
- | Processing | 2019-12 | comments | shard 282 · 141.0M rows · 131.9K rows/s |
 
 
651
 
652
 
653
  ### Throughput
@@ -655,9 +658,9 @@ ORDER BY year, month, type;
655
  | Metric | Value |
656
  |--------|------:|
657
  | Download | 70 Mbps avg |
658
- | Processing | 25.3K rows/s avg |
659
  | Upload | 656.4s per commit avg |
660
- | ETA | 2026-04-20 02:35 UTC |
661
 
662
  ### Progress
663
 
@@ -669,7 +672,7 @@ ORDER BY year, month, type;
669
  | Rows processed | 2.5B |
670
  | Data committed | 205.8 GB |
671
 
672
- *Last update: 2026-04-11 10:19 UTC*
673
 
674
 
675
  # Dataset card for Arctic Shift Reddit Archive
@@ -853,4 +856,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
853
 
854
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
855
 
856
- *Last updated: 2026-04-11 10:19 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 **8.6B items** (6.7B comments, 1.9B submissions) in **797.2 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
 
 
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
+ 2018 ██████████████████████░░░░░░░░ 1.2B
103
+ 2019 ██████████████████████████████ 1.7B
104
  ```
105
 
106
  **Submissions**
 
236
 
237
  | Type | Months | Rows | Parquet Size |
238
  |------|-------:|-----:|-------------:|
239
+ | comments | 169 | 6.7B | 562.8 GB |
240
  | submissions | 195 | 1.9B | 234.4 GB |
241
+ | **Total** | **169** | **8.6B** | **797.2 GB** |
242
 
243
  ### Monthly breakdown
244
 
245
  <details>
246
+ <summary>Click to expand full monthly table (169 comment months + 195 submission months)</summary>
247
 
248
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
249
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
583
  | 2019-10 | submissions | - | 10m16s | 27m60s | 3m57s | 44 | 21,695,713 | 2.2 GB |
584
  | 2019-11 | comments | - | 31m24s | 64m01s | 21m10s | 278 | 138,512,489 | 10.9 GB |
585
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
586
+ | 2019-12 | comments | - | 35m51s | 63m59s | - | 293 | 146,012,313 | 11.5 GB |
587
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
588
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
589
  | 2024-02 | submissions | 15.2 GB | 111m14s | 119m06s | 23m35s | 79 | 39,030,731 | 4.4 GB |
 
642
 
643
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 187 GB free). Auto-updated every ~5 minutes.
644
 
645
+ **Started:** 2026-04-09 04:39 UTC / **Elapsed:** 54h 0m / **Committed this session:** 33
646
 
647
  ### Active Workers
648
 
649
  | Stage | Month | Type | Progress |
650
  |-------|-------|------|----------|
651
+ | Downloading | 2020-02 | comments | 5.1 GB / 13.9 GB (36%) |
652
+ | Processing | 2019-12 | submissions | shard 25 · 12.5M rows · 58.4K rows/s |
653
+ | Uploading | 2019-12 | comments | 293 shards · 146.0M rows · committing |
654
 
655
 
656
  ### Throughput
 
658
  | Metric | Value |
659
  |--------|------:|
660
  | Download | 70 Mbps avg |
661
+ | Processing | 26.5K rows/s avg |
662
  | Upload | 656.4s per commit avg |
663
+ | ETA | 2026-04-20 01:01 UTC |
664
 
665
  ### Progress
666
 
 
672
  | Rows processed | 2.5B |
673
  | Data committed | 205.8 GB |
674
 
675
+ *Last update: 2026-04-11 10:39 UTC*
676
 
677
 
678
  # Dataset card for Arctic Shift Reddit Archive
 
856
 
857
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
858
 
859
+ *Last updated: 2026-04-11 10:39 UTC*
data/comments/2019/12/290.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfd91e314983a623210f2deb55fa1bdba9f8e57497cff172a050f35d029e92a1
3
+ size 41969723
data/comments/2019/12/291.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae18fc34f4d1b7f049d8df006c83285ee4208999fb9ffdfa4ca8135312a05add
3
+ size 39681479
data/comments/2019/12/292.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad131e5c95d5dd246f5985b68c514cff3fa5c04199d82cd8fbaf719331d46bc7
3
+ size 1029109
states.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
  "session_id": "2026-04-09T04:39:09Z",
3
  "started_at": "2026-04-09T04:39:09.035829799Z",
4
- "updated_at": "2026-04-11T10:19:00.953722889Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2019-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": "2019-12",
35
- "type": "comments",
36
- "shard": 282,
37
- "rows": 141000000,
38
- "rows_per_sec": 131914.84686415418,
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": 69.61113690399276,
48
- "avg_process_rows_per_sec": 25253.231188153506,
49
  "avg_upload_sec_per_commit": 656.3793021067501,
50
- "estimated_completion": "2026-04-20T10:35:19.324549547+08:00"
51
  },
52
  "stats": {
53
  "committed": 33,
 
1
  {
2
  "session_id": "2026-04-09T04:39:09Z",
3
  "started_at": "2026-04-09T04:39:09.035829799Z",
4
+ "updated_at": "2026-04-11T10:39:08.727147234Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2019-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": "2020-02",
34
+ "type": "comments",
35
+ "bytes_done": 5505432362,
36
+ "bytes_total": 14916806053,
37
+ "phase": "downloading"
38
+ }
39
+ ],
40
  "processing": [
41
  {
42
  "ym": "2019-12",
43
+ "type": "submissions",
44
+ "shard": 25,
45
+ "rows": 12500000,
46
+ "rows_per_sec": 58380.18632072894,
47
  "phase": "processing"
48
  }
49
  ],
50
+ "uploading": [
51
+ {
52
+ "ym": "2019-12",
53
+ "type": "comments",
54
+ "rows": 146012313,
55
+ "shards": 293,
56
+ "phase": "committing"
57
+ }
58
+ ],
59
  "queued_for_process": 0,
60
  "queued_for_upload": 0
61
  },
62
  "throughput": {
63
  "avg_download_mbps": 69.61113690399276,
64
+ "avg_process_rows_per_sec": 26518.523169003536,
65
  "avg_upload_sec_per_commit": 656.3793021067501,
66
+ "estimated_completion": "2026-04-20T09:01:23.372469396+08:00"
67
  },
68
  "stats": {
69
  "committed": 33,
stats.csv CHANGED
@@ -333,8 +333,9 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
333
  2019,9,submissions,42,20713273,2251533317,0,618.81,1692.55,204.95,2026-04-11T05:28:22Z
334
  2019,10,comments,292,145909884,12310755087,0,1667.44,4154.07,1192.78,2026-04-11T06:37:36Z
335
  2019,10,submissions,44,21695713,2392756254,0,615.81,1679.84,236.75,2026-04-11T07:05:36Z
336
- 2019,11,comments,278,138512489,11708450568,0,1883.79,3840.98,0.00,2026-04-11T08:41:11Z
337
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
338
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
339
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z
340
  2024,2,submissions,79,39030731,4768610108,16302547460,6673.78,7146.26,1414.79,2026-03-19T21:01:15Z
 
333
  2019,9,submissions,42,20713273,2251533317,0,618.81,1692.55,204.95,2026-04-11T05:28:22Z
334
  2019,10,comments,292,145909884,12310755087,0,1667.44,4154.07,1192.78,2026-04-11T06:37:36Z
335
  2019,10,submissions,44,21695713,2392756254,0,615.81,1679.84,236.75,2026-04-11T07:05:36Z
336
+ 2019,11,comments,278,138512489,11708450568,0,1883.79,3840.98,1270.02,2026-04-11T08:41:11Z
337
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
338
+ 2019,12,comments,293,146012313,12312457463,0,2151.46,3839.27,0.00,2026-04-11T10:21:14Z
339
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
340
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z
341
  2024,2,submissions,79,39030731,4768610108,16302547460,6673.78,7146.26,1414.79,2026-03-19T21:01:15Z