tamnd commited on
Commit
d4862d5
·
verified ·
1 Parent(s): 52bcc70

Add submissions/2019-01 (33 shards, 16.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 **6.9B items** (5.2B comments, 1.7B submissions) in **654.4 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
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 | 158 | 5.2B | 441.9 GB |
240
- | submissions | 185 | 1.7B | 212.5 GB |
241
- | **Total** | **158** | **6.9B** | **654.4 GB** |
242
 
243
  ### Monthly breakdown
244
 
245
  <details>
246
- <summary>Click to expand full monthly table (158 comment months + 185 submission months)</summary>
247
 
248
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
249
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -561,7 +561,8 @@ huggingface-cli download open-index/arctic \
561
  | 2018-11 | submissions | - | 5m24s | 20m09s | 2m19s | 28 | 13,862,155 | 1.7 GB |
562
  | 2018-12 | comments | - | 27m30s | 51m26s | 15m44s | 244 | 121,953,600 | 9.4 GB |
563
  | 2018-12 | submissions | - | 10m56s | 18m58s | 2m56s | 30 | 14,894,452 | 1.8 GB |
564
- | 2019-01 | comments | - | 29m59s | 49m09s | - | 259 | 129,386,587 | 10.5 GB |
 
565
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
566
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
567
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
@@ -621,37 +622,37 @@ ORDER BY year, month, type;
621
 
622
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 187 GB free). Auto-updated every ~5 minutes.
623
 
624
- **Started:** 2026-04-09 04:39 UTC / **Elapsed:** 36h 47m / **Committed this session:** 12
625
 
626
  ### Active Workers
627
 
628
  | Stage | Month | Type | Progress |
629
  |-------|-------|------|----------|
630
- | Downloading | 2019-03 | comments | 9.1 GB / 13.6 GB (66%) |
631
- | Processing | 2019-01 | submissions | shard 26 · 13.0M rows · 67.8K rows/s |
632
- | Uploading | 2019-01 | comments | 259 shards · 129.4M rows · committing |
633
 
634
 
635
  ### Throughput
636
 
637
  | Metric | Value |
638
  |--------|------:|
639
- | Download | 51 Mbps avg |
640
- | Processing | 28.6K rows/s avg |
641
- | Upload | 522.9s per commit avg |
642
- | ETA | 2026-04-29 11:16 UTC |
643
 
644
  ### Progress
645
 
646
- `████████████████████░░░░░░░░░░` 342 / 490 (69.8%)
647
 
648
  | Metric | This Session |
649
  |--------|-------------:|
650
- | Months committed | 12 |
651
- | Rows processed | 749.4M |
652
- | Data committed | 63.9 GB |
653
 
654
- *Last update: 2026-04-10 17:26 UTC*
655
 
656
 
657
  # Dataset card for Arctic Shift Reddit Archive
@@ -835,4 +836,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
835
 
836
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
837
 
838
- *Last updated: 2026-04-10 17:26 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 **6.9B items** (5.2B comments, 1.7B submissions) in **656.4 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 37.7M
124
  2023 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.2M
125
  2024 ████████████████████████████░░ 477.4M
126
  2025 ██████████████████████████████ 494.3M
 
237
  | Type | Months | Rows | Parquet Size |
238
  |------|-------:|-----:|-------------:|
239
  | comments | 158 | 5.2B | 441.9 GB |
240
+ | submissions | 186 | 1.7B | 214.5 GB |
241
+ | **Total** | **158** | **6.9B** | **656.4 GB** |
242
 
243
  ### Monthly breakdown
244
 
245
  <details>
246
+ <summary>Click to expand full monthly table (158 comment months + 186 submission months)</summary>
247
 
248
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
249
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
561
  | 2018-11 | submissions | - | 5m24s | 20m09s | 2m19s | 28 | 13,862,155 | 1.7 GB |
562
  | 2018-12 | comments | - | 27m30s | 51m26s | 15m44s | 244 | 121,953,600 | 9.4 GB |
563
  | 2018-12 | submissions | - | 10m56s | 18m58s | 2m56s | 30 | 14,894,452 | 1.8 GB |
564
+ | 2019-01 | comments | - | 29m59s | 49m09s | 17m51s | 259 | 129,386,587 | 10.5 GB |
565
+ | 2019-01 | submissions | - | 6m25s | 21m32s | - | 33 | 16,445,391 | 2.0 GB |
566
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
567
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
568
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
 
622
 
623
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 187 GB free). Auto-updated every ~5 minutes.
624
 
625
+ **Started:** 2026-04-09 04:39 UTC / **Elapsed:** 36h 54m / **Committed this session:** 13
626
 
627
  ### Active Workers
628
 
629
  | Stage | Month | Type | Progress |
630
  |-------|-------|------|----------|
631
+ | Downloading | 2019-03 | submissions | connecting... |
632
+ | Processing | 2019-02 | comments | shard 11 · 5.5M rows · 164.6K rows/s |
633
+ | Uploading | 2019-01 | submissions | 33 shards · 16.4M rows · committing |
634
 
635
 
636
  ### Throughput
637
 
638
  | Metric | Value |
639
  |--------|------:|
640
+ | Download | 53 Mbps avg |
641
+ | Processing | 27.4K rows/s avg |
642
+ | Upload | 565.0s per commit avg |
643
+ | ETA | 2026-04-28 02:48 UTC |
644
 
645
  ### Progress
646
 
647
+ `█████████████████████���░░░░░░░░` 343 / 490 (70.0%)
648
 
649
  | Metric | This Session |
650
  |--------|-------------:|
651
+ | Months committed | 13 |
652
+ | Rows processed | 878.8M |
653
+ | Data committed | 74.4 GB |
654
 
655
+ *Last update: 2026-04-10 17:33 UTC*
656
 
657
 
658
  # Dataset card for Arctic Shift Reddit Archive
 
836
 
837
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
838
 
839
+ *Last updated: 2026-04-10 17:33 UTC*
data/submissions/2019/01/030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:382d085715b9f1244f4f4f42584a4519e6e00fe0fd078468fffd4b2ed84021b7
3
+ size 63026073
data/submissions/2019/01/031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6afc4f754c156059296fe8b4dcdbbd9bf6f7a50b0738283509395fc4ac0891a
3
+ size 64011548
data/submissions/2019/01/032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1877905151fd26567fa36a1427f1da21d6a131fd59e5d0ebde8eeae28b6ea79b
3
+ size 56413812
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-10T17:26:08.906988693Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2019-01",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -31,28 +31,26 @@
31
  "downloading": [
32
  {
33
  "ym": "2019-03",
34
- "type": "comments",
35
- "bytes_done": 9780567485,
36
- "bytes_total": 14641003798,
37
  "phase": "downloading"
38
  }
39
  ],
40
  "processing": [
41
  {
42
- "ym": "2019-01",
43
- "type": "submissions",
44
- "shard": 26,
45
- "rows": 13000000,
46
- "rows_per_sec": 67774.99169320898,
47
  "phase": "processing"
48
  }
49
  ],
50
  "uploading": [
51
  {
52
  "ym": "2019-01",
53
- "type": "comments",
54
- "rows": 129386587,
55
- "shards": 259,
56
  "phase": "committing"
57
  }
58
  ],
@@ -60,17 +58,17 @@
60
  "queued_for_upload": 0
61
  },
62
  "throughput": {
63
- "avg_download_mbps": 50.807688382831,
64
- "avg_process_rows_per_sec": 28559.892952471095,
65
- "avg_upload_sec_per_commit": 522.8610090371667,
66
- "estimated_completion": "2026-04-29T19:16:49.196140289+08:00"
67
  },
68
  "stats": {
69
- "committed": 12,
70
  "skipped": 330,
71
  "retries": 0,
72
- "total_rows": 749382252,
73
- "total_bytes": 68622932570,
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-10T17:33:08.598767893Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2019-01",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
31
  "downloading": [
32
  {
33
  "ym": "2019-03",
34
+ "type": "submissions",
 
 
35
  "phase": "downloading"
36
  }
37
  ],
38
  "processing": [
39
  {
40
+ "ym": "2019-02",
41
+ "type": "comments",
42
+ "shard": 11,
43
+ "rows": 5500000,
44
+ "rows_per_sec": 164608.79467601536,
45
  "phase": "processing"
46
  }
47
  ],
48
  "uploading": [
49
  {
50
  "ym": "2019-01",
51
+ "type": "submissions",
52
+ "rows": 16445391,
53
+ "shards": 33,
54
  "phase": "committing"
55
  }
56
  ],
 
58
  "queued_for_upload": 0
59
  },
60
  "throughput": {
61
+ "avg_download_mbps": 52.68095460180281,
62
+ "avg_process_rows_per_sec": 27428.85822606124,
63
+ "avg_upload_sec_per_commit": 565.047354883,
64
+ "estimated_completion": "2026-04-28T10:48:17.500957036+08:00"
65
  },
66
  "stats": {
67
+ "committed": 13,
68
  "skipped": 330,
69
  "retries": 0,
70
+ "total_rows": 878768839,
71
+ "total_bytes": 79932025142,
72
  "total_months": 490
73
  }
74
  }
stats.csv CHANGED
@@ -313,7 +313,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
313
  2018,11,submissions,28,13862155,1788337417,0,323.82,1209.08,138.77,2026-04-10T15:09:25Z
314
  2018,12,comments,244,121953600,10133476052,0,1650.29,3085.91,943.54,2026-04-10T16:00:51Z
315
  2018,12,submissions,30,14894452,1896254666,0,656.30,1138.18,175.60,2026-04-10T16:19:49Z
316
- 2019,1,comments,259,129386587,11309092572,0,1798.68,2949.31,0.00,2026-04-10T17:08:58Z
 
317
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
318
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
319
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z
 
313
  2018,11,submissions,28,13862155,1788337417,0,323.82,1209.08,138.77,2026-04-10T15:09:25Z
314
  2018,12,comments,244,121953600,10133476052,0,1650.29,3085.91,943.54,2026-04-10T16:00:51Z
315
  2018,12,submissions,30,14894452,1896254666,0,656.30,1138.18,175.60,2026-04-10T16:19:49Z
316
+ 2019,1,comments,259,129386587,11309092572,0,1798.68,2949.31,1071.28,2026-04-10T17:08:58Z
317
+ 2019,1,submissions,33,16445391,2099705583,0,385.42,1292.33,0.00,2026-04-10T17:30:30Z
318
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
319
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
320
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z