tamnd commited on
Commit
0636c35
·
verified ·
1 Parent(s): 8dbc9ec

Add submissions/2019-07 (42 shards, 20.8M 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 **7.8B items** (6.0B comments, 1.8B submissions) in **731.9 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
 
@@ -120,7 +120,7 @@ states.json live pipeline state (updated every ~5 min)
120
  2016 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 90.6M
121
  2017 ███████░░░░░░░░░░░░░░░░░░░░░░░ 117.2M
122
  2018 █████████░░░░░░░░░░░░░░░░░░░░░ 152.4M
123
- 2019 ███████░░░░░░░░░░░░░░░░░░░░░░░ 129.3M
124
  2023 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.2M
125
  2024 ████████████████████████████░░ 477.4M
126
  2025 ██████████████████████████████ 494.3M
@@ -237,13 +237,13 @@ huggingface-cli download open-index/arctic \
237
  | Type | Months | Rows | Parquet Size |
238
  |------|-------:|-----:|-------------:|
239
  | comments | 164 | 6.0B | 506.5 GB |
240
- | submissions | 191 | 1.8B | 225.4 GB |
241
- | **Total** | **164** | **7.8B** | **731.9 GB** |
242
 
243
  ### Monthly breakdown
244
 
245
  <details>
246
- <summary>Click to expand full monthly table (164 comment months + 191 submission months)</summary>
247
 
248
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
249
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -573,7 +573,8 @@ huggingface-cli download open-index/arctic \
573
  | 2019-05 | submissions | - | 10m08s | 26m44s | 3m14s | 39 | 19,456,493 | 2.3 GB |
574
  | 2019-06 | comments | - | 29m47s | 54m59s | 16m19s | 269 | 134,172,939 | 10.7 GB |
575
  | 2019-06 | submissions | - | 10m23s | 26m53s | 2m56s | 40 | 19,731,676 | 2.1 GB |
576
- | 2019-07 | comments | - | 28m19s | 69m56s | - | 292 | 145,965,083 | 11.6 GB |
 
577
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
578
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
579
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
@@ -633,37 +634,37 @@ ORDER BY year, month, type;
633
 
634
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 187 GB free). Auto-updated every ~5 minutes.
635
 
636
- **Started:** 2026-04-09 04:39 UTC / **Elapsed:** 45h 33m / **Committed this session:** 24
637
 
638
  ### Active Workers
639
 
640
  | Stage | Month | Type | Progress |
641
  |-------|-------|------|----------|
642
- | Downloading | 2019-09 | comments | 12.1 GB / 15.0 GB (80%) |
643
- | Processing | 2019-07 | submissions | shard 27 · 13.5M rows · 57.4K rows/s |
644
- | Uploading | 2019-07 | comments | 292 shards · 146.0M rows · committing |
645
 
646
 
647
  ### Throughput
648
 
649
  | Metric | Value |
650
  |--------|------:|
651
- | Download | 66 Mbps avg |
652
- | Processing | 33.4K rows/s avg |
653
- | Upload | 573.8s per commit avg |
654
- | ETA | 2026-04-21 18:08 UTC |
655
 
656
  ### Progress
657
 
658
- `████████████████████░░░░░░░░░` 354 / 490 (72.2%)
659
 
660
  | Metric | This Session |
661
  |--------|-------------:|
662
- | Months committed | 24 |
663
- | Rows processed | 1.7B |
664
- | Data committed | 140.4 GB |
665
 
666
- *Last update: 2026-04-11 02:12 UTC*
667
 
668
 
669
  # Dataset card for Arctic Shift Reddit Archive
@@ -847,4 +848,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
847
 
848
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
849
 
850
- *Last updated: 2026-04-11 02:12 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 **7.9B items** (6.0B comments, 1.8B submissions) in **734.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
 
 
120
  2016 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 90.6M
121
  2017 ███████░░░░░░░░░░░░░░░░░░░░░░░ 117.2M
122
  2018 █████████░░░░░░░░░░░░░░░░░░░░░ 152.4M
123
+ 2019 █████████░░░░░░░░░░░░░░░░░░░░░ 150.1M
124
  2023 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.2M
125
  2024 ████████████████████████████░░ 477.4M
126
  2025 ██████████████████████████████ 494.3M
 
237
  | Type | Months | Rows | Parquet Size |
238
  |------|-------:|-----:|-------------:|
239
  | comments | 164 | 6.0B | 506.5 GB |
240
+ | submissions | 192 | 1.8B | 227.7 GB |
241
+ | **Total** | **164** | **7.9B** | **734.2 GB** |
242
 
243
  ### Monthly breakdown
244
 
245
  <details>
246
+ <summary>Click to expand full monthly table (164 comment months + 192 submission months)</summary>
247
 
248
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
249
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
573
  | 2019-05 | submissions | - | 10m08s | 26m44s | 3m14s | 39 | 19,456,493 | 2.3 GB |
574
  | 2019-06 | comments | - | 29m47s | 54m59s | 16m19s | 269 | 134,172,939 | 10.7 GB |
575
  | 2019-06 | submissions | - | 10m23s | 26m53s | 2m56s | 40 | 19,731,676 | 2.1 GB |
576
+ | 2019-07 | comments | - | 28m19s | 69m56s | 20m25s | 292 | 145,965,083 | 11.6 GB |
577
+ | 2019-07 | submissions | - | 10m40s | 28m12s | - | 42 | 20,768,578 | 2.3 GB |
578
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
579
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
580
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
 
634
 
635
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 187 GB free). Auto-updated every ~5 minutes.
636
 
637
+ **Started:** 2026-04-09 04:39 UTC / **Elapsed:** 45h 45m / **Committed this session:** 25
638
 
639
  ### Active Workers
640
 
641
  | Stage | Month | Type | Progress |
642
  |-------|-------|------|----------|
643
+ | Downloading | 2019-09 | submissions | 1.3 GB / 5.4 GB (24%) |
644
+ | Processing | 2019-08 | comments | shard 12 · 6.0M rows · 130.1K rows/s |
645
+ | Uploading | 2019-07 | submissions | 42 shards · 20.8M rows · committing |
646
 
647
 
648
  ### Throughput
649
 
650
  | Metric | Value |
651
  |--------|------:|
652
+ | Download | 68 Mbps avg |
653
+ | Processing | 33.9K rows/s avg |
654
+ | Upload | 594.9s per commit avg |
655
+ | ETA | 2026-04-21 09:05 UTC |
656
 
657
  ### Progress
658
 
659
+ `████████████████��████░░░░░░░░░` 355 / 490 (72.4%)
660
 
661
  | Metric | This Session |
662
  |--------|-------------:|
663
+ | Months committed | 25 |
664
+ | Rows processed | 1.8B |
665
+ | Data committed | 152.0 GB |
666
 
667
+ *Last update: 2026-04-11 02:24 UTC*
668
 
669
 
670
  # Dataset card for Arctic Shift Reddit Archive
 
848
 
849
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
850
 
851
+ *Last updated: 2026-04-11 02:24 UTC*
data/submissions/2019/07/040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:143f0947b6a8254daef0a9c95bed7811f6c0e2c406492ab4a72d23d0eda8bc4c
3
+ size 60806067
data/submissions/2019/07/041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b8eca1a9b7f3ea1e0411f9f2bc4bc5584dc23f4a50118ea8802a355267d3315
3
+ size 31035677
states.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "session_id": "2026-04-09T04:39:09Z",
3
  "started_at": "2026-04-09T04:39:09.035829799Z",
4
- "updated_at": "2026-04-11T02:12:08.73409777Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2019-07",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -31,28 +31,28 @@
31
  "downloading": [
32
  {
33
  "ym": "2019-09",
34
- "type": "comments",
35
- "bytes_done": 12983292641,
36
- "bytes_total": 16098345778,
37
  "phase": "downloading"
38
  }
39
  ],
40
  "processing": [
41
  {
42
- "ym": "2019-07",
43
- "type": "submissions",
44
- "shard": 27,
45
- "rows": 13500000,
46
- "rows_per_sec": 57404.62138976793,
47
  "phase": "processing"
48
  }
49
  ],
50
  "uploading": [
51
  {
52
  "ym": "2019-07",
53
- "type": "comments",
54
- "rows": 145965083,
55
- "shards": 292,
56
  "phase": "committing"
57
  }
58
  ],
@@ -60,17 +60,17 @@
60
  "queued_for_upload": 0
61
  },
62
  "throughput": {
63
- "avg_download_mbps": 65.51202190440434,
64
- "avg_process_rows_per_sec": 33393.98742370341,
65
- "avg_upload_sec_per_commit": 573.8329596747501,
66
- "estimated_completion": "2026-04-22T02:08:32.639888687+08:00"
67
  },
68
  "stats": {
69
- "committed": 24,
70
  "skipped": 330,
71
  "retries": 0,
72
- "total_rows": 1660274808,
73
- "total_bytes": 150714210572,
74
  "total_months": 490
75
  }
76
  }
 
1
  {
2
  "session_id": "2026-04-09T04:39:09Z",
3
  "started_at": "2026-04-09T04:39:09.035829799Z",
4
+ "updated_at": "2026-04-11T02:24:08.62530026Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2019-07",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
31
  "downloading": [
32
  {
33
  "ym": "2019-09",
34
+ "type": "submissions",
35
+ "bytes_done": 1383191302,
36
+ "bytes_total": 5756276356,
37
  "phase": "downloading"
38
  }
39
  ],
40
  "processing": [
41
  {
42
+ "ym": "2019-08",
43
+ "type": "comments",
44
+ "shard": 12,
45
+ "rows": 6000000,
46
+ "rows_per_sec": 130087.16327245768,
47
  "phase": "processing"
48
  }
49
  ],
50
  "uploading": [
51
  {
52
  "ym": "2019-07",
53
+ "type": "submissions",
54
+ "rows": 20768578,
55
+ "shards": 42,
56
  "phase": "committing"
57
  }
58
  ],
 
60
  "queued_for_upload": 0
61
  },
62
  "throughput": {
63
+ "avg_download_mbps": 68.27357816404285,
64
+ "avg_process_rows_per_sec": 33941.47073443234,
65
+ "avg_upload_sec_per_commit": 594.8959277210001,
66
+ "estimated_completion": "2026-04-21T17:05:29.010299527+08:00"
67
  },
68
  "stats": {
69
+ "committed": 25,
70
  "skipped": 330,
71
  "retries": 0,
72
+ "total_rows": 1806239891,
73
+ "total_bytes": 163163223212,
74
  "total_months": 490
75
  }
76
  }
stats.csv CHANGED
@@ -325,7 +325,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
325
  2019,5,submissions,39,19456493,2440980765,0,607.66,1604.41,193.96,2026-04-10T23:20:45Z
326
  2019,6,comments,269,134172939,11440887992,0,1787.10,3298.73,978.78,2026-04-11T00:15:44Z
327
  2019,6,submissions,40,19731676,2289386512,0,622.72,1612.94,175.53,2026-04-11T00:42:37Z
328
- 2019,7,comments,292,145965083,12449012640,0,1699.40,4196.50,0.00,2026-04-11T01:52:33Z
 
329
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
330
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
331
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z
 
325
  2019,5,submissions,39,19456493,2440980765,0,607.66,1604.41,193.96,2026-04-10T23:20:45Z
326
  2019,6,comments,269,134172939,11440887992,0,1787.10,3298.73,978.78,2026-04-11T00:15:44Z
327
  2019,6,submissions,40,19731676,2289386512,0,622.72,1612.94,175.53,2026-04-11T00:42:37Z
328
+ 2019,7,comments,292,145965083,12449012640,0,1699.40,4196.50,1224.74,2026-04-11T01:52:33Z
329
+ 2019,7,submissions,42,20768578,2463516243,0,639.73,1692.33,0.00,2026-04-11T02:20:45Z
330
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
331
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
332
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z