tamnd commited on
Commit
6586fed
·
verified ·
1 Parent(s): b4e3229

Add submissions/2016-09 (15 shards, 7.4M 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 **4.1B items** (2.6B comments, 1.4B submissions) in **404.1 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
 
@@ -114,7 +114,7 @@ states.json live pipeline state (updated every ~5 min)
114
  2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.7M
115
  2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52.9M
116
  2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 70.5M
117
- 2016 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 57.3M
118
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
119
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
120
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
@@ -234,13 +234,13 @@ huggingface-cli download open-index/arctic \
234
  | Type | Months | Rows | Parquet Size |
235
  |------|-------:|-----:|-------------:|
236
  | comments | 130 | 2.6B | 226.0 GB |
237
- | submissions | 159 | 1.4B | 178.1 GB |
238
- | **Total** | **130** | **4.1B** | **404.1 GB** |
239
 
240
  ### Monthly breakdown
241
 
242
  <details>
243
- <summary>Click to expand full monthly table (130 comment months + 159 submission months)</summary>
244
 
245
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
246
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -502,7 +502,8 @@ huggingface-cli download open-index/arctic \
502
  | 2016-07 | submissions | - | 26m43s | 3m27s | 1m27s | 15 | 7,369,835 | 1018.5 MB |
503
  | 2016-08 | comments | - | 21m46s | 128m56s | 9m33s | 140 | 69,654,819 | 6.4 GB |
504
  | 2016-08 | submissions | - | 24m56s | 4m30s | 1m42s | 16 | 7,591,689 | 1.1 GB |
505
- | 2016-09 | comments | - | 13m10s | 145m13s | - | 135 | 67,024,973 | 5.8 GB |
 
506
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
507
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
508
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -564,15 +565,15 @@ ORDER BY year, month, type;
564
 
565
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 215 GB free). Auto-updated every ~5 minutes.
566
 
567
- **Started:** 2026-04-02 14:32 UTC / **Elapsed:** 37h 45m / **Committed this session:** 22
568
 
569
  ### Active Workers
570
 
571
  | Stage | Month | Type | Progress |
572
  |-------|-------|------|----------|
573
- | Downloading | 2016-12 | comments | connecting... |
574
  | Processing | 2016-10 | comments | starting... |
575
- | Uploading | 2016-09 | comments | 135 shards · 67.0M rows · committing |
576
 
577
 
578
  ### Throughput
@@ -581,20 +582,20 @@ ORDER BY year, month, type;
581
  |--------|------:|
582
  | Download | 39 Mbps avg |
583
  | Processing | 19.1K rows/s avg |
584
- | Upload | 310.6s per commit avg |
585
- | ETA | 2026-04-18 14:52 UTC |
586
 
587
  ### Progress
588
 
589
- `█████████████████░░░░░░░░░░░░░` 288 / 490 (58.8%)
590
 
591
  | Metric | This Session |
592
  |--------|-------------:|
593
- | Months committed | 22 |
594
- | Rows processed | 768.2M |
595
- | Data committed | 72.0 GB |
596
 
597
- *Last update: 2026-04-04 04:17 UTC*
598
 
599
 
600
  # Dataset card for Arctic Shift Reddit Archive
@@ -778,4 +779,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
778
 
779
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
780
 
781
- *Last updated: 2026-04-04 04:17 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 **4.1B items** (2.6B comments, 1.4B submissions) in **405.1 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
 
 
114
  2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.7M
115
  2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52.9M
116
  2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 70.5M
117
+ 2016 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 64.7M
118
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
119
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
120
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
 
234
  | Type | Months | Rows | Parquet Size |
235
  |------|-------:|-----:|-------------:|
236
  | comments | 130 | 2.6B | 226.0 GB |
237
+ | submissions | 160 | 1.4B | 179.1 GB |
238
+ | **Total** | **130** | **4.1B** | **405.1 GB** |
239
 
240
  ### Monthly breakdown
241
 
242
  <details>
243
+ <summary>Click to expand full monthly table (130 comment months + 160 submission months)</summary>
244
 
245
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
246
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
502
  | 2016-07 | submissions | - | 26m43s | 3m27s | 1m27s | 15 | 7,369,835 | 1018.5 MB |
503
  | 2016-08 | comments | - | 21m46s | 128m56s | 9m33s | 140 | 69,654,819 | 6.4 GB |
504
  | 2016-08 | submissions | - | 24m56s | 4m30s | 1m42s | 16 | 7,591,689 | 1.1 GB |
505
+ | 2016-09 | comments | - | 13m10s | 145m13s | 10m59s | 135 | 67,024,973 | 5.8 GB |
506
+ | 2016-09 | submissions | - | 4m55s | 5m15s | - | 15 | 7,437,862 | 1023.9 MB |
507
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
508
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
509
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
565
 
566
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 215 GB free). Auto-updated every ~5 minutes.
567
 
568
+ **Started:** 2026-04-02 14:32 UTC / **Elapsed:** 37h 46m / **Committed this session:** 23
569
 
570
  ### Active Workers
571
 
572
  | Stage | Month | Type | Progress |
573
  |-------|-------|------|----------|
574
+ | Downloading | 2016-12 | comments | 135.2 MB / 6.3 GB (2%) |
575
  | Processing | 2016-10 | comments | starting... |
576
+ | Uploading | 2016-09 | submissions | 15 shards · 7.4M rows · committing |
577
 
578
 
579
  ### Throughput
 
582
  |--------|------:|
583
  | Download | 39 Mbps avg |
584
  | Processing | 19.1K rows/s avg |
585
+ | Upload | 339.5s per commit avg |
586
+ | ETA | 2026-04-18 14:59 UTC |
587
 
588
  ### Progress
589
 
590
+ `█████████████████░░░░░░░░░░░░░` 289 / 490 (59.0%)
591
 
592
  | Metric | This Session |
593
  |--------|-------------:|
594
+ | Months committed | 23 |
595
+ | Rows processed | 835.3M |
596
+ | Data committed | 77.8 GB |
597
 
598
+ *Last update: 2026-04-04 04:18 UTC*
599
 
600
 
601
  # Dataset card for Arctic Shift Reddit Archive
 
779
 
780
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
781
 
782
+ *Last updated: 2026-04-04 04:18 UTC*
data/submissions/2016/09/010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1178b16ecbe58a42eef491daf0cc1c287b262ee3e69a5e8b5805ae77a4936fa1
3
+ size 72848040
data/submissions/2016/09/011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88f260e171626631e7ecae64852b2bb664e096649ec329bdcff1766b684b0d05
3
+ size 71481485
data/submissions/2016/09/012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcb4cae5ee46f96ce1cabfd358e4fd97e7cef59f9437cea1eb6186b534690bef
3
+ size 71988629
data/submissions/2016/09/013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b373bb40c9e1fbe3a4deb9c60f532a5b355face01d04881fd323e460840d1f9
3
+ size 72502268
data/submissions/2016/09/014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c018f80836cc83264fcf6604fa51397b271fc3e99d540dbc0d6f0c958b06c43b
3
+ size 63006584
states.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "session_id": "2026-04-02T14:32:38Z",
3
  "started_at": "2026-04-02T14:32:38.804396381Z",
4
- "updated_at": "2026-04-04T04:17:30.106083699Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2016-09",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -32,6 +32,8 @@
32
  {
33
  "ym": "2016-12",
34
  "type": "comments",
 
 
35
  "phase": "downloading"
36
  }
37
  ],
@@ -45,9 +47,9 @@
45
  "uploading": [
46
  {
47
  "ym": "2016-09",
48
- "type": "comments",
49
- "rows": 67024973,
50
- "shards": 135,
51
  "phase": "committing"
52
  }
53
  ],
@@ -57,15 +59,15 @@
57
  "throughput": {
58
  "avg_download_mbps": 39.448762756350405,
59
  "avg_process_rows_per_sec": 19132.55301974301,
60
- "avg_upload_sec_per_commit": 310.55762980530005,
61
- "estimated_completion": "2026-04-18T22:52:59.212089513+08:00"
62
  },
63
  "stats": {
64
- "committed": 22,
65
  "skipped": 266,
66
  "retries": 0,
67
- "total_rows": 768238355,
68
- "total_bytes": 77278334076,
69
  "total_months": 490
70
  }
71
  }
 
1
  {
2
  "session_id": "2026-04-02T14:32:38Z",
3
  "started_at": "2026-04-02T14:32:38.804396381Z",
4
+ "updated_at": "2026-04-04T04:18:38.675656799Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2016-09",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
32
  {
33
  "ym": "2016-12",
34
  "type": "comments",
35
+ "bytes_done": 141791301,
36
+ "bytes_total": 6767078717,
37
  "phase": "downloading"
38
  }
39
  ],
 
47
  "uploading": [
48
  {
49
  "ym": "2016-09",
50
+ "type": "submissions",
51
+ "rows": 7437862,
52
+ "shards": 15,
53
  "phase": "committing"
54
  }
55
  ],
 
59
  "throughput": {
60
  "avg_download_mbps": 39.448762756350405,
61
  "avg_process_rows_per_sec": 19132.55301974301,
62
+ "avg_upload_sec_per_commit": 339.4926594967,
63
+ "estimated_completion": "2026-04-18T22:59:31.198110921+08:00"
64
  },
65
  "stats": {
66
+ "committed": 23,
67
  "skipped": 266,
68
  "retries": 0,
69
+ "total_rows": 835263328,
70
+ "total_bytes": 83547292955,
71
  "total_months": 490
72
  }
73
  }
stats.csv CHANGED
@@ -257,7 +257,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
257
  2016,7,submissions,15,7369835,1067935977,0,1603.28,206.79,86.59,2026-04-03T22:28:01Z
258
  2016,8,comments,140,69654819,6821732549,0,1306.26,7735.66,572.64,2026-04-04T00:58:54Z
259
  2016,8,submissions,16,7591689,1132429180,0,1496.31,269.54,102.25,2026-04-04T01:28:31Z
260
- 2016,9,comments,135,67024973,6268958879,0,789.79,8712.59,0.00,2026-04-04T04:07:08Z
 
261
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
262
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
263
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
257
  2016,7,submissions,15,7369835,1067935977,0,1603.28,206.79,86.59,2026-04-03T22:28:01Z
258
  2016,8,comments,140,69654819,6821732549,0,1306.26,7735.66,572.64,2026-04-04T00:58:54Z
259
  2016,8,submissions,16,7591689,1132429180,0,1496.31,269.54,102.25,2026-04-04T01:28:31Z
260
+ 2016,9,comments,135,67024973,6268958879,0,789.79,8712.59,658.72,2026-04-04T04:07:08Z
261
+ 2016,9,submissions,15,7437862,1073628133,0,295.35,314.67,0.00,2026-04-04T04:18:08Z
262
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
263
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
264
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z