tamnd commited on
Commit
ee03205
·
verified ·
1 Parent(s): 881e278

Add submissions/2017-12 (22 shards, 10.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 **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
 
@@ -116,7 +116,7 @@ states.json live pipeline state (updated every ~5 min)
116
  2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52.9M
117
  2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 70.5M
118
  2016 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 90.6M
119
- 2017 ██████░░░░░░░░░░░░░░░░░░░░░░░ 106.6M
120
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
121
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
122
  2023 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.2M
@@ -235,13 +235,13 @@ huggingface-cli download open-index/arctic \
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
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -534,6 +534,7 @@ huggingface-cli download open-index/arctic \
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 | 10m15s | 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,13 +595,15 @@ ORDER BY year, month, type;
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:** 26h 18m / **Committed this session:** 9
598
 
599
  ### Active Workers
600
 
601
  | Stage | Month | Type | Progress |
602
  |-------|-------|------|----------|
603
- | Processing | 2017-12 | submissions | shard 16 · 8.0M rows · 112.0K rows/s |
 
 
604
 
605
 
606
  ### Throughput
@@ -608,9 +611,9 @@ ORDER BY year, month, type;
608
  | Metric | Value |
609
  |--------|------:|
610
  | Download | 30 Mbps avg |
611
- | Processing | 5.3K rows/s avg |
612
  | Upload | 396.6s per commit avg |
613
- | ETA | 2026-04-27 10:24 UTC |
614
 
615
  ### Progress
616
 
@@ -622,7 +625,7 @@ ORDER BY year, month, type;
622
  | Rows processed | 465.1M |
623
  | Data committed | 41.4 GB |
624
 
625
- *Last update: 2026-04-06 22:55 UTC*
626
 
627
 
628
  # Dataset card for Arctic Shift Reddit Archive
@@ -806,4 +809,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
806
 
807
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
808
 
809
- *Last updated: 2026-04-06 22:57 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 **524.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
 
 
116
  2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52.9M
117
  2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 70.5M
118
  2016 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 90.6M
119
+ 2017 ██████░░░░░░░░░░░░░░░░░░░░░░░ 117.2M
120
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
121
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
122
  2023 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.2M
 
235
  | Type | Months | Rows | Parquet Size |
236
  |------|-------:|-----:|-------------:|
237
  | comments | 145 | 3.8B | 328.6 GB |
238
+ | submissions | 174 | 1.6B | 195.6 GB |
239
+ | **Total** | **145** | **5.4B** | **524.2 GB** |
240
 
241
  ### Monthly breakdown
242
 
243
  <details>
244
+ <summary>Click to expand full monthly table (145 comment months + 174 submission months)</summary>
245
 
246
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
247
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
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 | 10m15s | 172 | 85,973,810 | 7.4 GB |
537
+ | 2017-12 | submissions | - | 7m47s | 80m20s | - | 22 | 10,567,492 | 1.3 GB |
538
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
539
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
540
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
 
595
 
596
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 192 GB free). Auto-updated every ~5 minutes.
597
 
598
+ **Started:** 2026-04-05 20:37 UTC / **Elapsed:** 26h 40m / **Committed this session:** 9
599
 
600
  ### Active Workers
601
 
602
  | Stage | Month | Type | Progress |
603
  |-------|-------|------|----------|
604
+ | Downloading | 2018-03 | comments | 74.6 MB / 8.9 GB (0%) |
605
+ | Processing | 2018-01 | comments | starting... |
606
+ | Uploading | 2017-12 | submissions | 22 shards · 10.6M rows · committing |
607
 
608
 
609
  ### Throughput
 
611
  | Metric | Value |
612
  |--------|------:|
613
  | Download | 30 Mbps avg |
614
+ | Processing | 5.0K rows/s avg |
615
  | Upload | 396.6s per commit avg |
616
+ | ETA | 2026-04-28 04:27 UTC |
617
 
618
  ### Progress
619
 
 
625
  | Rows processed | 465.1M |
626
  | Data committed | 41.4 GB |
627
 
628
+ *Last update: 2026-04-06 23:17 UTC*
629
 
630
 
631
  # Dataset card for Arctic Shift Reddit Archive
 
809
 
810
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
811
 
812
+ *Last updated: 2026-04-06 23:17 UTC*
data/submissions/2017/12/020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e94def4e0d977e9ac334c9497cc8bf6f799bd90e126f1118481024f9f246432
3
+ size 100841065
data/submissions/2017/12/021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1568fa66b1bdd9efeecb96d519fba2f219f641c75cce505ad303fb5568465e15
3
+ size 20095829
states.json CHANGED
@@ -1,14 +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-06T22:55:18.480638142Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2017-12",
8
  "type": "submissions",
9
- "phase": "processing",
10
- "shard": 7,
11
- "rows": 3500000
12
  },
13
  "hardware": {
14
  "hostname": "doge-01",
@@ -30,26 +28,39 @@
30
  "sequential": false
31
  },
32
  "pipeline": {
33
- "downloading": null,
 
 
 
 
 
 
 
 
34
  "processing": [
 
 
 
 
 
 
 
35
  {
36
  "ym": "2017-12",
37
  "type": "submissions",
38
- "shard": 16,
39
- "rows": 8000000,
40
- "rows_per_sec": 112036.00003493283,
41
- "phase": "processing"
42
  }
43
  ],
44
- "uploading": null,
45
  "queued_for_process": 0,
46
  "queued_for_upload": 0
47
  },
48
  "throughput": {
49
  "avg_download_mbps": 29.878198297081475,
50
- "avg_process_rows_per_sec": 5289.039894577578,
51
  "avg_upload_sec_per_commit": 396.61416669600004,
52
- "estimated_completion": "2026-04-27T18:24:35.467868217+08:00"
53
  },
54
  "stats": {
55
  "committed": 9,
 
1
  {
2
  "session_id": "2026-04-05T20:37:29Z",
3
  "started_at": "2026-04-05T20:37:29.276842745Z",
4
+ "updated_at": "2026-04-06T23:17:29.151406146Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2017-12",
8
  "type": "submissions",
9
+ "phase": "committing"
 
 
10
  },
11
  "hardware": {
12
  "hostname": "doge-01",
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
32
+ {
33
+ "ym": "2018-03",
34
+ "type": "comments",
35
+ "bytes_done": 78210098,
36
+ "bytes_total": 9504130765,
37
+ "phase": "downloading"
38
+ }
39
+ ],
40
  "processing": [
41
+ {
42
+ "ym": "2018-01",
43
+ "type": "comments",
44
+ "phase": "processing"
45
+ }
46
+ ],
47
+ "uploading": [
48
  {
49
  "ym": "2017-12",
50
  "type": "submissions",
51
+ "rows": 10567492,
52
+ "shards": 22,
53
+ "phase": "committing"
 
54
  }
55
  ],
 
56
  "queued_for_process": 0,
57
  "queued_for_upload": 0
58
  },
59
  "throughput": {
60
  "avg_download_mbps": 29.878198297081475,
61
+ "avg_process_rows_per_sec": 4979.396002601744,
62
  "avg_upload_sec_per_commit": 396.61416669600004,
63
+ "estimated_completion": "2026-04-28T12:27:40.678890792+08:00"
64
  },
65
  "stats": {
66
  "committed": 9,
stats.csv CHANGED
@@ -287,7 +287,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
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
 
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,614.68,2026-04-06T21:55:47Z
291
+ 2017,12,submissions,22,10567492,1433853329,0,466.65,4819.61,0.00,2026-04-06T23:16:06Z
292
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
293
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
294
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z