tamnd commited on
Commit
b6e30e2
·
verified ·
1 Parent(s): 54fe367

Add submissions/2015-03 (12 shards, 5.6M 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.8B items** (1.5B comments, 1.3B submissions) in **285.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
 
@@ -112,7 +112,7 @@ states.json live pipeline state (updated every ~5 min)
112
  2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29.3M
113
  2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.7M
114
  2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52.9M
115
- 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.5M
116
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
117
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
118
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
@@ -232,13 +232,13 @@ huggingface-cli download open-index/arctic \
232
  | Type | Months | Rows | Parquet Size |
233
  |------|-------:|-----:|-------------:|
234
  | comments | 111 | 1.5B | 124.2 GB |
235
- | submissions | 141 | 1.3B | 161.4 GB |
236
- | **Total** | **111** | **2.8B** | **285.7 GB** |
237
 
238
  ### Monthly breakdown
239
 
240
  <details>
241
- <summary>Click to expand full monthly table (111 comment months + 141 submission months)</summary>
242
 
243
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
244
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -463,7 +463,8 @@ huggingface-cli download open-index/arctic \
463
  | 2015-01 | comments | - | 10m58s | 118m04s | 6m41s | 108 | 53,851,542 | 4.6 GB |
464
  | 2015-01 | submissions | - | 1m58s | 2m38s | 1m26s | 11 | 5,465,910 | 829.3 MB |
465
  | 2015-02 | comments | - | 16m42s | 105m49s | 6m42s | 97 | 48,342,747 | 4.2 GB |
466
- | 2015-02 | submissions | - | 16m47s | 2m36s | - | 11 | 5,069,813 | 765.1 MB |
 
467
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
468
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
469
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -525,37 +526,37 @@ ORDER BY year, month, type;
525
 
526
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
527
 
528
- **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 11h 37m / **Committed this session:** 10
529
 
530
  ### Active Workers
531
 
532
  | Stage | Month | Type | Progress |
533
  |-------|-------|------|----------|
534
- | Downloading | 2015-05 | comments | 1.9 GB / 5.1 GB (36%) |
535
- | Processing | 2015-03 | submissions | shard 4 · 2.0M rows · 72.6K rows/s |
536
- | Uploading | 2015-02 | submissions | 11 shards · 5.1M rows · committing |
537
 
538
 
539
  ### Throughput
540
 
541
  | Metric | Value |
542
  |--------|------:|
543
- | Download | 34 Mbps avg |
544
- | Processing | 10.7K rows/s avg |
545
- | Upload | 248.6s per commit avg |
546
- | ETA | 2026-04-14 11:55 UTC |
547
 
548
  ### Progress
549
 
550
- `███████████████░░░░░░░░░░░░░░░` 251 / 490 (51.2%)
551
 
552
  | Metric | This Session |
553
  |--------|-------------:|
554
- | Months committed | 10 |
555
- | Rows processed | 269.2M |
556
- | Data committed | 24.5 GB |
557
 
558
- *Last update: 2026-04-01 14:28 UTC*
559
 
560
 
561
  # Dataset card for Arctic Shift Reddit Archive
@@ -739,4 +740,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
739
 
740
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
741
 
742
- *Last updated: 2026-04-01 14:28 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.8B items** (1.5B comments, 1.3B submissions) in **286.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
 
 
112
  2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29.3M
113
  2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.7M
114
  2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52.9M
115
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 16.1M
116
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
117
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
118
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
 
232
  | Type | Months | Rows | Parquet Size |
233
  |------|-------:|-----:|-------------:|
234
  | comments | 111 | 1.5B | 124.2 GB |
235
+ | submissions | 142 | 1.3B | 162.3 GB |
236
+ | **Total** | **111** | **2.8B** | **286.5 GB** |
237
 
238
  ### Monthly breakdown
239
 
240
  <details>
241
+ <summary>Click to expand full monthly table (111 comment months + 142 submission months)</summary>
242
 
243
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
244
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
463
  | 2015-01 | comments | - | 10m58s | 118m04s | 6m41s | 108 | 53,851,542 | 4.6 GB |
464
  | 2015-01 | submissions | - | 1m58s | 2m38s | 1m26s | 11 | 5,465,910 | 829.3 MB |
465
  | 2015-02 | comments | - | 16m42s | 105m49s | 6m42s | 97 | 48,342,747 | 4.2 GB |
466
+ | 2015-02 | submissions | - | 16m47s | 2m36s | 1m18s | 11 | 5,069,813 | 765.1 MB |
467
+ | 2015-03 | submissions | - | 3m13s | 2m46s | - | 12 | 5,611,145 | 851.7 MB |
468
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
469
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
470
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
526
 
527
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
528
 
529
+ **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 11h 47m / **Committed this session:** 11
530
 
531
  ### Active Workers
532
 
533
  | Stage | Month | Type | Progress |
534
  |-------|-------|------|----------|
535
+ | Downloading | 2015-05 | submissions | 328.6 MB / 1.6 GB (20%) |
536
+ | Processing | 2015-03 | comments | starting... |
537
+ | Uploading | 2015-03 | submissions | 12 shards · 5.6M rows · committing |
538
 
539
 
540
  ### Throughput
541
 
542
  | Metric | Value |
543
  |--------|------:|
544
+ | Download | 37 Mbps avg |
545
+ | Processing | 12.6K rows/s avg |
546
+ | Upload | 233.1s per commit avg |
547
+ | ETA | 2026-04-12 05:03 UTC |
548
 
549
  ### Progress
550
 
551
+ `███████████████░░░░░░░░░░░░░░░` 252 / 490 (51.4%)
552
 
553
  | Metric | This Session |
554
  |--------|-------------:|
555
+ | Months committed | 11 |
556
+ | Rows processed | 274.3M |
557
+ | Data committed | 25.2 GB |
558
 
559
+ *Last update: 2026-04-01 14:38 UTC*
560
 
561
 
562
  # Dataset card for Arctic Shift Reddit Archive
 
740
 
741
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
742
 
743
+ *Last updated: 2026-04-01 14:38 UTC*
data/submissions/2015/03/010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa8f93a7ed2c04da0eb7c9984ecd57c26411cbd2b754d6059ee4a9a031e63ddd
3
+ size 81578972
data/submissions/2015/03/011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4adfafe9e73835b94546d1505d58f09b3747346933fae9b95ffe7ae2501797d0
3
+ size 17705306
states.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "session_id": "2026-04-01T02:51:10Z",
3
  "started_at": "2026-04-01T02:51:10.410368992Z",
4
- "updated_at": "2026-04-01T14:28:10.269562184Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2015-02",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
@@ -31,28 +31,25 @@
31
  "downloading": [
32
  {
33
  "ym": "2015-05",
34
- "type": "comments",
35
- "bytes_done": 1999318610,
36
- "bytes_total": 5459532839,
37
  "phase": "downloading"
38
  }
39
  ],
40
  "processing": [
41
  {
42
  "ym": "2015-03",
43
- "type": "submissions",
44
- "shard": 4,
45
- "rows": 2000000,
46
- "rows_per_sec": 72628.44345927105,
47
  "phase": "processing"
48
  }
49
  ],
50
  "uploading": [
51
  {
52
- "ym": "2015-02",
53
  "type": "submissions",
54
- "rows": 5069813,
55
- "shards": 11,
56
  "phase": "committing"
57
  }
58
  ],
@@ -60,17 +57,17 @@
60
  "queued_for_upload": 0
61
  },
62
  "throughput": {
63
- "avg_download_mbps": 34.082239232243296,
64
- "avg_process_rows_per_sec": 10679.797587941763,
65
- "avg_upload_sec_per_commit": 248.64097327150003,
66
- "estimated_completion": "2026-04-14T19:55:30.691466691+08:00"
67
  },
68
  "stats": {
69
- "committed": 10,
70
  "skipped": 241,
71
  "retries": 0,
72
- "total_rows": 269201617,
73
- "total_bytes": 26268738540,
74
  "total_months": 490
75
  }
76
  }
 
1
  {
2
  "session_id": "2026-04-01T02:51:10Z",
3
  "started_at": "2026-04-01T02:51:10.410368992Z",
4
+ "updated_at": "2026-04-01T14:38:10.383570394Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2015-03",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
 
31
  "downloading": [
32
  {
33
  "ym": "2015-05",
34
+ "type": "submissions",
35
+ "bytes_done": 344557826,
36
+ "bytes_total": 1686563661,
37
  "phase": "downloading"
38
  }
39
  ],
40
  "processing": [
41
  {
42
  "ym": "2015-03",
43
+ "type": "comments",
 
 
 
44
  "phase": "processing"
45
  }
46
  ],
47
  "uploading": [
48
  {
49
+ "ym": "2015-03",
50
  "type": "submissions",
51
+ "rows": 5611145,
52
+ "shards": 12,
53
  "phase": "committing"
54
  }
55
  ],
 
57
  "queued_for_upload": 0
58
  },
59
  "throughput": {
60
+ "avg_download_mbps": 36.81491194840072,
61
+ "avg_process_rows_per_sec": 12600.190316215367,
62
+ "avg_upload_sec_per_commit": 233.1105651205455,
63
+ "estimated_completion": "2026-04-12T13:03:01.432185101+08:00"
64
  },
65
  "stats": {
66
+ "committed": 11,
67
  "skipped": 241,
68
  "retries": 0,
69
+ "total_rows": 274271430,
70
+ "total_bytes": 27070978359,
71
  "total_months": 490
72
  }
73
  }
stats.csv CHANGED
@@ -220,7 +220,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
220
  2015,1,comments,108,53851542,4966175131,0,657.91,7084.39,400.61,2026-04-01T12:18:04Z
221
  2015,1,submissions,11,5465910,869549570,0,117.92,158.49,85.71,2026-04-01T10:08:51Z
222
  2015,2,comments,97,48342747,4537053314,0,1001.95,6348.55,402.38,2026-04-01T14:20:44Z
223
- 2015,2,submissions,11,5069813,802239819,0,1006.68,156.29,0.00,2026-04-01T14:27:28Z
 
224
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
225
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
226
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
220
  2015,1,comments,108,53851542,4966175131,0,657.91,7084.39,400.61,2026-04-01T12:18:04Z
221
  2015,1,submissions,11,5465910,869549570,0,117.92,158.49,85.71,2026-04-01T10:08:51Z
222
  2015,2,comments,97,48342747,4537053314,0,1001.95,6348.55,402.38,2026-04-01T14:20:44Z
223
+ 2015,2,submissions,11,5069813,802239819,0,1006.68,156.29,77.81,2026-04-01T14:27:28Z
224
+ 2015,3,submissions,12,5611145,893040137,0,193.04,166.38,0.00,2026-04-01T14:36:45Z
225
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
226
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
227
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z