tamnd commited on
Commit
32b27c1
·
verified ·
1 Parent(s): 8876922

Add comments/2014-03 (85 shards, 42.5M 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 **2.2B items** (944.4M comments, 1.2B submissions) in **231.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
 
@@ -95,7 +95,7 @@ states.json live pipeline state (updated every ~5 min)
95
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 123.3M
96
  2012 ███████████████████░░░░░░░░░░░ 260.3M
97
  2013 ██████████████████████████████ 402.2M
98
- 2014 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 81.1M
99
  ```
100
 
101
  **Submissions**
@@ -229,14 +229,14 @@ huggingface-cli download open-index/arctic \
229
 
230
  | Type | Months | Rows | Parquet Size |
231
  |------|-------:|-----:|-------------:|
232
- | comments | 99 | 944.4M | 77.5 GB |
233
  | submissions | 129 | 1.2B | 153.6 GB |
234
- | **Total** | **99** | **2.2B** | **231.0 GB** |
235
 
236
  ### Monthly breakdown
237
 
238
  <details>
239
- <summary>Click to expand full monthly table (99 comment months + 129 submission months)</summary>
240
 
241
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
242
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -438,6 +438,7 @@ huggingface-cli download open-index/arctic \
438
  | 2014-01 | submissions | - | 13m51s | 21m45s | 58.4s | 9 | 4,145,541 | 572.4 MB |
439
  | 2014-02 | comments | - | 22m36s | 94m02s | 5m21s | 78 | 38,703,362 | 3.2 GB |
440
  | 2014-02 | submissions | - | 2m51s | 21m23s | 1m01s | 8 | 3,946,491 | 557.1 MB |
 
441
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
442
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
443
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -499,23 +500,24 @@ ORDER BY year, month, type;
499
 
500
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 228 GB free). Auto-updated every ~5 minutes.
501
 
502
- **Started:** 2026-03-31 05:55 UTC / **Elapsed:** 6h 40m / **Committed this session:** 5
503
 
504
  ### Active Workers
505
 
506
  | Stage | Month | Type | Progress |
507
  |-------|-------|------|----------|
508
- | Processing | 2014-03 | comments | shard 75 · 37.5M rows · 128.7K rows/s |
 
509
 
510
 
511
  ### Throughput
512
 
513
  | Metric | Value |
514
  |--------|------:|
515
- | Download | 24 Mbps avg |
516
- | Processing | 4.5K rows/s avg |
517
  | Upload | 169.9s per commit avg |
518
- | ETA | 2026-04-10 18:21 UTC |
519
 
520
  ### Progress
521
 
@@ -527,7 +529,7 @@ ORDER BY year, month, type;
527
  | Rows processed | 93.0M |
528
  | Data committed | 8.3 GB |
529
 
530
- *Last update: 2026-03-31 12:35 UTC*
531
 
532
 
533
  # Dataset card for Arctic Shift Reddit Archive
@@ -711,4 +713,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
711
 
712
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
713
 
714
- *Last updated: 2026-03-31 12:35 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 **2.2B items** (986.9M comments, 1.2B submissions) in **234.6 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
 
 
95
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 123.3M
96
  2012 ███████████████████░░░░░░░░░░░ 260.3M
97
  2013 ██████████████████████████████ 402.2M
98
+ 2014 █████████░░░░░░░░░░░░░░░░░░░░░ 123.6M
99
  ```
100
 
101
  **Submissions**
 
229
 
230
  | Type | Months | Rows | Parquet Size |
231
  |------|-------:|-----:|-------------:|
232
+ | comments | 100 | 986.9M | 81.0 GB |
233
  | submissions | 129 | 1.2B | 153.6 GB |
234
+ | **Total** | **100** | **2.2B** | **234.6 GB** |
235
 
236
  ### Monthly breakdown
237
 
238
  <details>
239
+ <summary>Click to expand full monthly table (100 comment months + 129 submission months)</summary>
240
 
241
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
242
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
438
  | 2014-01 | submissions | - | 13m51s | 21m45s | 58.4s | 9 | 4,145,541 | 572.4 MB |
439
  | 2014-02 | comments | - | 22m36s | 94m02s | 5m21s | 78 | 38,703,362 | 3.2 GB |
440
  | 2014-02 | submissions | - | 2m51s | 21m23s | 1m01s | 8 | 3,946,491 | 557.1 MB |
441
+ | 2014-03 | comments | - | 33m04s | 103m16s | - | 85 | 42,459,956 | 3.6 GB |
442
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
443
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
444
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
500
 
501
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 228 GB free). Auto-updated every ~5 minutes.
502
 
503
+ **Started:** 2026-03-31 05:55 UTC / **Elapsed:** 6h 59m / **Committed this session:** 5
504
 
505
  ### Active Workers
506
 
507
  | Stage | Month | Type | Progress |
508
  |-------|-------|------|----------|
509
+ | Processing | 2014-03 | submissions | shard 4 · 2.0M rows · 66.9K rows/s |
510
+ | Uploading | 2014-03 | comments | 85 shards · 42.5M rows · committing |
511
 
512
 
513
  ### Throughput
514
 
515
  | Metric | Value |
516
  |--------|------:|
517
+ | Download | 23 Mbps avg |
518
+ | Processing | 4.9K rows/s avg |
519
  | Upload | 169.9s per commit avg |
520
+ | ETA | 2026-04-15 15:36 UTC |
521
 
522
  ### Progress
523
 
 
529
  | Rows processed | 93.0M |
530
  | Data committed | 8.3 GB |
531
 
532
+ *Last update: 2026-03-31 12:54 UTC*
533
 
534
 
535
  # Dataset card for Arctic Shift Reddit Archive
 
713
 
714
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
715
 
716
+ *Last updated: 2026-03-31 12:54 UTC*
data/comments/2014/03/080.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a01ba0396f915670c30309cb4c37941a3d9abf1eabb124a31005b74e8d31b257
3
+ size 44361901
data/comments/2014/03/081.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eadd2ffd0d8b9d25e1c3f5d5bf228e87535d0070fa995e5a6a7a0451bdcb1d34
3
+ size 43354452
data/comments/2014/03/082.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0be6e76ac8204550c618180334f3742c40da635dbb95adb0ef52e38cc88d1f3
3
+ size 43241759
data/comments/2014/03/083.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71daab9b18fef869799b60022787d063bf4bf21e976acc663d3c93b04bcb89b8
3
+ size 47500842
data/comments/2014/03/084.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74483d0d726c325d881f28bd5a42df6a0b4900f657af51fa6ed6c74d021df358
3
+ size 41552086
states.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
  "session_id": "2026-03-31T05:55:35Z",
3
  "started_at": "2026-03-31T05:55:35.567961451Z",
4
- "updated_at": "2026-03-31T12:35:13.415778459Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2014-03",
8
  "type": "comments",
9
- "phase": "processing"
10
  },
11
  "hardware": {
12
  "hostname": "doge-01",
@@ -32,22 +32,30 @@
32
  "processing": [
33
  {
34
  "ym": "2014-03",
35
- "type": "comments",
36
- "shard": 75,
37
- "rows": 37500000,
38
- "rows_per_sec": 128703.9014636835,
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": 23.989258865931152,
48
- "avg_process_rows_per_sec": 4530.621822605359,
49
  "avg_upload_sec_per_commit": 169.9280715104,
50
- "estimated_completion": "2026-04-11T02:21:47.959369905+08:00"
51
  },
52
  "stats": {
53
  "committed": 5,
 
1
  {
2
  "session_id": "2026-03-31T05:55:35Z",
3
  "started_at": "2026-03-31T05:55:35.567961451Z",
4
+ "updated_at": "2026-03-31T12:54:06.05391874Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2014-03",
8
  "type": "comments",
9
+ "phase": "committing"
10
  },
11
  "hardware": {
12
  "hostname": "doge-01",
 
32
  "processing": [
33
  {
34
  "ym": "2014-03",
35
+ "type": "submissions",
36
+ "shard": 4,
37
+ "rows": 2000000,
38
+ "rows_per_sec": 66890.52109323445,
39
  "phase": "processing"
40
  }
41
  ],
42
+ "uploading": [
43
+ {
44
+ "ym": "2014-03",
45
+ "type": "comments",
46
+ "rows": 42459956,
47
+ "shards": 85,
48
+ "phase": "committing"
49
+ }
50
+ ],
51
  "queued_for_process": 0,
52
  "queued_for_upload": 0
53
  },
54
  "throughput": {
55
+ "avg_download_mbps": 23.42998534309205,
56
+ "avg_process_rows_per_sec": 4917.606254105822,
57
  "avg_upload_sec_per_commit": 169.9280715104,
58
+ "estimated_completion": "2026-04-15T23:36:31.323545589+08:00"
59
  },
60
  "stats": {
61
  "committed": 5,
stats.csv CHANGED
@@ -195,8 +195,9 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
195
  2013,12,submissions,8,3801410,537595324,0,757.47,1433.68,63.49,2026-03-31T06:32:06Z
196
  2014,1,comments,85,42420655,3763763651,0,2262.20,6156.80,345.93,2026-03-31T08:36:28Z
197
  2014,1,submissions,9,4145541,600216716,0,830.94,1305.40,58.38,2026-03-31T06:53:52Z
198
- 2014,2,comments,78,38703362,3466781959,0,1356.21,5641.84,0.00,2026-03-31T10:31:53Z
199
  2014,2,submissions,8,3946491,584210005,0,170.82,1283.08,61.11,2026-03-31T08:57:52Z
 
200
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
201
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
202
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
195
  2013,12,submissions,8,3801410,537595324,0,757.47,1433.68,63.49,2026-03-31T06:32:06Z
196
  2014,1,comments,85,42420655,3763763651,0,2262.20,6156.80,345.93,2026-03-31T08:36:28Z
197
  2014,1,submissions,9,4145541,600216716,0,830.94,1305.40,58.38,2026-03-31T06:53:52Z
198
+ 2014,2,comments,78,38703362,3466781959,0,1356.21,5641.84,320.73,2026-03-31T10:31:53Z
199
  2014,2,submissions,8,3946491,584210005,0,170.82,1283.08,61.11,2026-03-31T08:57:52Z
200
+ 2014,3,comments,85,42459956,3814424643,0,1984.00,6196.25,0.00,2026-03-31T12:48:24Z
201
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
202
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
203
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z