tamnd commited on
Commit
74ffd36
·
verified ·
1 Parent(s): 31d42e4

Add submissions/2015-05 (12 shards, 5.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 **3.0B items** (1.7B comments, 1.3B submissions) in **301.6 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.8M
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 | 114 | 1.7B | 138.5 GB |
235
- | submissions | 143 | 1.3B | 163.1 GB |
236
- | **Total** | **114** | **3.0B** | **301.6 GB** |
237
 
238
  ### Monthly breakdown
239
 
240
  <details>
241
- <summary>Click to expand full monthly table (114 comment months + 143 submission months)</summary>
242
 
243
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
244
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -468,7 +468,8 @@ huggingface-cli download open-index/arctic \
468
  | 2015-03 | submissions | - | 3m13s | 2m46s | 1m37s | 12 | 5,611,145 | 851.7 MB |
469
  | 2015-04 | comments | - | 11m07s | 125m35s | 8m55s | 111 | 55,005,780 | 4.8 GB |
470
  | 2015-04 | submissions | - | 4m48s | 4m06s | 1m41s | 12 | 5,605,306 | 854.9 MB |
471
- | 2015-05 | comments | - | 44m21s | 119m08s | - | 110 | 54,504,410 | 4.8 GB |
 
472
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
473
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
474
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -530,14 +531,15 @@ ORDER BY year, month, type;
530
 
531
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
532
 
533
- **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 21h 18m / **Committed this session:** 15
534
 
535
  ### Active Workers
536
 
537
  | Stage | Month | Type | Progress |
538
  |-------|-------|------|----------|
539
- | Processing | 2015-05 | submissions | starting... |
540
- | Uploading | 2015-05 | comments | 110 shards · 54.5M rows · committing |
 
541
 
542
 
543
  ### Throughput
@@ -545,21 +547,21 @@ ORDER BY year, month, type;
545
  | Metric | Value |
546
  |--------|------:|
547
  | Download | 39 Mbps avg |
548
- | Processing | 12.3K rows/s avg |
549
- | Upload | 254.4s per commit avg |
550
- | ETA | 2026-04-15 20:21 UTC |
551
 
552
  ### Progress
553
 
554
- `███████████████░░░░░░░░░░░░░░░` 256 / 490 (52.2%)
555
 
556
  | Metric | This Session |
557
  |--------|-------------:|
558
- | Months committed | 15 |
559
- | Rows processed | 395.1M |
560
- | Data committed | 36.4 GB |
561
 
562
- *Last update: 2026-04-02 00:08 UTC*
563
 
564
 
565
  # Dataset card for Arctic Shift Reddit Archive
@@ -743,4 +745,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
743
 
744
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
745
 
746
- *Last updated: 2026-04-02 00:09 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 **3.0B items** (1.7B comments, 1.3B submissions) in **302.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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 27.5M
116
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
117
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
118
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
 
232
  | Type | Months | Rows | Parquet Size |
233
  |------|-------:|-----:|-------------:|
234
  | comments | 114 | 1.7B | 138.5 GB |
235
+ | submissions | 144 | 1.3B | 164.0 GB |
236
+ | **Total** | **114** | **3.0B** | **302.5 GB** |
237
 
238
  ### Monthly breakdown
239
 
240
  <details>
241
+ <summary>Click to expand full monthly table (114 comment months + 144 submission months)</summary>
242
 
243
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
244
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
468
  | 2015-03 | submissions | - | 3m13s | 2m46s | 1m37s | 12 | 5,611,145 | 851.7 MB |
469
  | 2015-04 | comments | - | 11m07s | 125m35s | 8m55s | 111 | 55,005,780 | 4.8 GB |
470
  | 2015-04 | submissions | - | 4m48s | 4m06s | 1m41s | 12 | 5,605,306 | 854.9 MB |
471
+ | 2015-05 | comments | - | 44m21s | 119m08s | 7m12s | 110 | 54,504,410 | 4.8 GB |
472
+ | 2015-05 | submissions | - | 11m28s | 3m07s | - | 12 | 5,757,886 | 913.9 MB |
473
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
474
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
475
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
531
 
532
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
533
 
534
+ **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 21h 27m / **Committed this session:** 16
535
 
536
  ### Active Workers
537
 
538
  | Stage | Month | Type | Progress |
539
  |-------|-------|------|----------|
540
+ | Downloading | 2015-08 | comments | 48.0 MB / 5.1 GB (0%) |
541
+ | Processing | 2015-06 | comments | starting... |
542
+ | Uploading | 2015-05 | submissions | 12 shards · 5.8M rows · committing |
543
 
544
 
545
  ### Throughput
 
547
  | Metric | Value |
548
  |--------|------:|
549
  | Download | 39 Mbps avg |
550
+ | Processing | 13.4K rows/s avg |
551
+ | Upload | 265.5s per commit avg |
552
+ | ETA | 2026-04-15 00:26 UTC |
553
 
554
  ### Progress
555
 
556
+ `███████████████░░░░░░░░░░░░░░░` 257 / 490 (52.4%)
557
 
558
  | Metric | This Session |
559
  |--------|-------------:|
560
+ | Months committed | 16 |
561
+ | Rows processed | 449.6M |
562
+ | Data committed | 41.2 GB |
563
 
564
+ *Last update: 2026-04-02 00:18 UTC*
565
 
566
 
567
  # Dataset card for Arctic Shift Reddit Archive
 
745
 
746
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
747
 
748
+ *Last updated: 2026-04-02 00:18 UTC*
data/submissions/2015/05/010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2410df7dedd6a67a2bdd5e145aeba848a15d221f3523012c40c338c2b55af86c
3
+ size 92406070
data/submissions/2015/05/011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb8112a6d95357b3237c3f287b270326a0fa8315be26580404c6edee725285bb
3
+ size 52288936
states.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "session_id": "2026-04-01T02:51:10Z",
3
  "started_at": "2026-04-01T02:51:10.410368992Z",
4
- "updated_at": "2026-04-02T00:08:53.118999048Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2015-05",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -28,20 +28,28 @@
28
  "sequential": false
29
  },
30
  "pipeline": {
31
- "downloading": null,
 
 
 
 
 
 
 
 
32
  "processing": [
33
  {
34
- "ym": "2015-05",
35
- "type": "submissions",
36
  "phase": "processing"
37
  }
38
  ],
39
  "uploading": [
40
  {
41
  "ym": "2015-05",
42
- "type": "comments",
43
- "rows": 54504410,
44
- "shards": 110,
45
  "phase": "committing"
46
  }
47
  ],
@@ -50,16 +58,16 @@
50
  },
51
  "throughput": {
52
  "avg_download_mbps": 39.079747633799364,
53
- "avg_process_rows_per_sec": 12278.010214930313,
54
- "avg_upload_sec_per_commit": 254.35899499280004,
55
- "estimated_completion": "2026-04-16T04:21:11.373580261+08:00"
56
  },
57
  "stats": {
58
- "committed": 15,
59
  "skipped": 241,
60
  "retries": 0,
61
- "total_rows": 395058102,
62
- "total_bytes": 39076057628,
63
  "total_months": 490
64
  }
65
  }
 
1
  {
2
  "session_id": "2026-04-01T02:51:10Z",
3
  "started_at": "2026-04-01T02:51:10.410368992Z",
4
+ "updated_at": "2026-04-02T00:18:10.037123828Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2015-05",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
32
+ {
33
+ "ym": "2015-08",
34
+ "type": "comments",
35
+ "bytes_done": 50298880,
36
+ "bytes_total": 5506325135,
37
+ "phase": "downloading"
38
+ }
39
+ ],
40
  "processing": [
41
  {
42
+ "ym": "2015-06",
43
+ "type": "comments",
44
  "phase": "processing"
45
  }
46
  ],
47
  "uploading": [
48
  {
49
  "ym": "2015-05",
50
+ "type": "submissions",
51
+ "rows": 5757886,
52
+ "shards": 12,
53
  "phase": "committing"
54
  }
55
  ],
 
58
  },
59
  "throughput": {
60
  "avg_download_mbps": 39.079747633799364,
61
+ "avg_process_rows_per_sec": 13371.254342128721,
62
+ "avg_upload_sec_per_commit": 265.4705703031875,
63
+ "estimated_completion": "2026-04-15T08:26:57.571907495+08:00"
64
  },
65
  "stats": {
66
+ "committed": 16,
67
  "skipped": 241,
68
  "retries": 0,
69
+ "total_rows": 449562512,
70
+ "total_bytes": 44207316624,
71
  "total_months": 490
72
  }
73
  }
stats.csv CHANGED
@@ -225,7 +225,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
225
  2015,3,submissions,12,5611145,893040137,0,193.04,166.38,97.03,2026-04-01T14:36:45Z
226
  2015,4,comments,111,55005780,5104164762,0,666.87,7535.02,535.08,2026-04-01T19:04:15Z
227
  2015,4,submissions,12,5605306,896416271,0,288.08,246.37,100.89,2026-04-01T19:13:10Z
228
- 2015,5,comments,110,54504410,5131258996,0,2660.92,7147.77,0.00,2026-04-02T00:02:34Z
 
229
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
230
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
231
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
225
  2015,3,submissions,12,5611145,893040137,0,193.04,166.38,97.03,2026-04-01T14:36:45Z
226
  2015,4,comments,111,55005780,5104164762,0,666.87,7535.02,535.08,2026-04-01T19:04:15Z
227
  2015,4,submissions,12,5605306,896416271,0,288.08,246.37,100.89,2026-04-01T19:13:10Z
228
+ 2015,5,comments,110,54504410,5131258996,0,2660.92,7147.77,432.14,2026-04-02T00:02:34Z
229
+ 2015,5,submissions,12,5757886,958312266,0,687.62,186.56,0.00,2026-04-02T00:17:19Z
230
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
231
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
232
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z