tamnd commited on
Commit
e216e46
·
verified ·
1 Parent(s): f933a3e

Add submissions/2018-03 (25 shards, 12.0M 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.7B items** (4.1B comments, 1.6B submissions) in **549.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
 
@@ -118,7 +118,7 @@ states.json live pipeline state (updated every ~5 min)
118
  2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 70.5M
119
  2016 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 90.6M
120
  2017 ███████░░░░░░░░░░░░░░░░░░░░░░░ 117.2M
121
- 2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.9M
122
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
123
  2023 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.2M
124
  2024 ████████████████████████████░░ 477.4M
@@ -236,13 +236,13 @@ huggingface-cli download open-index/arctic \
236
  | Type | Months | Rows | Parquet Size |
237
  |------|-------:|-----:|-------------:|
238
  | comments | 148 | 4.1B | 352.2 GB |
239
- | submissions | 175 | 1.6B | 196.9 GB |
240
- | **Total** | **148** | **5.7B** | **549.1 GB** |
241
 
242
  ### Monthly breakdown
243
 
244
  <details>
245
- <summary>Click to expand full monthly table (148 comment months + 175 submission months)</summary>
246
 
247
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
248
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -541,6 +541,7 @@ huggingface-cli download open-index/arctic \
541
  | 2018-02 | comments | - | 22m55s | 242m13s | 10m17s | 173 | 86,467,179 | 7.5 GB |
542
  | 2018-02 | submissions | - | 26m28s | 90m53s | 2m06s | 22 | 10,567,231 | 1.3 GB |
543
  | 2018-03 | comments | - | 28m00s | 326m21s | 12m56s | 193 | 96,490,262 | 8.3 GB |
 
544
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
545
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
546
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
@@ -600,13 +601,15 @@ ORDER BY year, month, type;
600
 
601
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 192 GB free). Auto-updated every ~5 minutes.
602
 
603
- **Started:** 2026-04-05 20:37 UTC / **Elapsed:** 54h 40m / **Committed this session:** 14
604
 
605
  ### Active Workers
606
 
607
  | Stage | Month | Type | Progress |
608
  |-------|-------|------|----------|
609
- | Processing | 2018-03 | submissions | shard 23 · 11.5M rows · 75.0K rows/s |
 
 
610
 
611
 
612
  ### Throughput
@@ -614,9 +617,9 @@ ORDER BY year, month, type;
614
  | Metric | Value |
615
  |--------|------:|
616
  | Download | 33 Mbps avg |
617
- | Processing | 4.9K rows/s avg |
618
  | Upload | 425.7s per commit avg |
619
- | ETA | 2026-05-04 14:22 UTC |
620
 
621
  ### Progress
622
 
@@ -628,7 +631,7 @@ ORDER BY year, month, type;
628
  | Rows processed | 760.7M |
629
  | Data committed | 67.7 GB |
630
 
631
- *Last update: 2026-04-08 03:17 UTC*
632
 
633
 
634
  # Dataset card for Arctic Shift Reddit Archive
@@ -812,4 +815,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
812
 
813
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
814
 
815
- *Last updated: 2026-04-08 03: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 **5.7B items** (4.1B comments, 1.6B submissions) in **550.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
 
 
118
  2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 70.5M
119
  2016 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 90.6M
120
  2017 ███████░░░░░░░░░░░░░░░░░░░░░░░ 117.2M
121
+ 2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 33.9M
122
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
123
  2023 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.2M
124
  2024 ████████████████████████████░░ 477.4M
 
236
  | Type | Months | Rows | Parquet Size |
237
  |------|-------:|-----:|-------------:|
238
  | comments | 148 | 4.1B | 352.2 GB |
239
+ | submissions | 176 | 1.6B | 198.4 GB |
240
+ | **Total** | **148** | **5.7B** | **550.5 GB** |
241
 
242
  ### Monthly breakdown
243
 
244
  <details>
245
+ <summary>Click to expand full monthly table (148 comment months + 176 submission months)</summary>
246
 
247
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
248
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
541
  | 2018-02 | comments | - | 22m55s | 242m13s | 10m17s | 173 | 86,467,179 | 7.5 GB |
542
  | 2018-02 | submissions | - | 26m28s | 90m53s | 2m06s | 22 | 10,567,231 | 1.3 GB |
543
  | 2018-03 | comments | - | 28m00s | 326m21s | 12m56s | 193 | 96,490,262 | 8.3 GB |
544
+ | 2018-03 | submissions | - | 7m16s | 114m11s | - | 25 | 12,022,694 | 1.5 GB |
545
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
546
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
547
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
 
601
 
602
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 192 GB free). Auto-updated every ~5 minutes.
603
 
604
+ **Started:** 2026-04-05 20:37 UTC / **Elapsed:** 54h 47m / **Committed this session:** 14
605
 
606
  ### Active Workers
607
 
608
  | Stage | Month | Type | Progress |
609
  |-------|-------|------|----------|
610
+ | Downloading | 2018-05 | submissions | 595.0 MB / 2.9 GB (19%) |
611
+ | Processing | 2018-04 | comments | shard 5 · 2.5M rows · 126.9K rows/s |
612
+ | Uploading | 2018-03 | submissions | 25 shards · 12.0M rows · committing |
613
 
614
 
615
  ### Throughput
 
617
  | Metric | Value |
618
  |--------|------:|
619
  | Download | 33 Mbps avg |
620
+ | Processing | 4.7K rows/s avg |
621
  | Upload | 425.7s per commit avg |
622
+ | ETA | 2026-05-05 08:26 UTC |
623
 
624
  ### Progress
625
 
 
631
  | Rows processed | 760.7M |
632
  | Data committed | 67.7 GB |
633
 
634
+ *Last update: 2026-04-08 03:24 UTC*
635
 
636
 
637
  # Dataset card for Arctic Shift Reddit Archive
 
815
 
816
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
817
 
818
+ *Last updated: 2026-04-08 03:24 UTC*
data/submissions/2018/03/020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8557c5f8bb1e6b2691fff861ebc86f59e3cb4dbf868f69ab68cc465363d31d2
3
+ size 65676695
data/submissions/2018/03/021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35ca57068b8722f602143b14072be44f1ae9554b221e41db9e87354ef28bd911
3
+ size 66502065
data/submissions/2018/03/022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd49fb328847c8334fdf1ddce9504bdef442a86ef8e15b7853e28df9f5ef2d90
3
+ size 66978040
data/submissions/2018/03/023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57e4437f9ce8b3253c72f59102f4015587e4fce7d48fc99fb1d621f13762822a
3
+ size 64456888
data/submissions/2018/03/024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2723ce03b523b1e767ec718ab1aa43c64cbcf4764424d486608a4a8461a6074f
3
+ size 2993553
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-08T03:17:22.713532832Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2018-03",
8
  "type": "submissions",
9
- "phase": "processing",
10
- "shard": 6,
11
- "rows": 3000000
12
  },
13
  "hardware": {
14
  "hostname": "doge-01",
@@ -30,26 +28,42 @@
30
  "sequential": false
31
  },
32
  "pipeline": {
33
- "downloading": null,
 
 
 
 
 
 
 
 
34
  "processing": [
 
 
 
 
 
 
 
 
 
 
35
  {
36
  "ym": "2018-03",
37
  "type": "submissions",
38
- "shard": 23,
39
- "rows": 11500000,
40
- "rows_per_sec": 74950.5196119182,
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": 33.29236184482034,
50
- "avg_process_rows_per_sec": 4908.183066257548,
51
  "avg_upload_sec_per_commit": 425.6953926964287,
52
- "estimated_completion": "2026-05-04T22:22:53.543614881+08:00"
53
  },
54
  "stats": {
55
  "committed": 14,
 
1
  {
2
  "session_id": "2026-04-05T20:37:29Z",
3
  "started_at": "2026-04-05T20:37:29.276842745Z",
4
+ "updated_at": "2026-04-08T03:24:28.59048663Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2018-03",
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-05",
34
+ "type": "submissions",
35
+ "bytes_done": 623867004,
36
+ "bytes_total": 3137622254,
37
+ "phase": "downloading"
38
+ }
39
+ ],
40
  "processing": [
41
+ {
42
+ "ym": "2018-04",
43
+ "type": "comments",
44
+ "shard": 5,
45
+ "rows": 2500000,
46
+ "rows_per_sec": 126944.59332661505,
47
+ "phase": "processing"
48
+ }
49
+ ],
50
+ "uploading": [
51
  {
52
  "ym": "2018-03",
53
  "type": "submissions",
54
+ "rows": 12022694,
55
+ "shards": 25,
56
+ "phase": "committing"
 
57
  }
58
  ],
 
59
  "queued_for_process": 0,
60
  "queued_for_upload": 0
61
  },
62
  "throughput": {
63
  "avg_download_mbps": 33.29236184482034,
64
+ "avg_process_rows_per_sec": 4697.958499072947,
65
  "avg_upload_sec_per_commit": 425.6953926964287,
66
+ "estimated_completion": "2026-05-05T16:26:31.243973233+08:00"
67
  },
68
  "stats": {
69
  "committed": 14,
stats.csv CHANGED
@@ -293,7 +293,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
293
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
294
  2018,2,comments,173,86467179,8012325760,0,1375.11,14533.21,616.77,2026-04-07T12:41:40Z
295
  2018,2,submissions,22,10567231,1376924873,0,1588.30,5453.43,125.65,2026-04-07T14:12:33Z
296
- 2018,3,comments,193,96490262,8858678614,0,1680.36,19581.31,0.00,2026-04-08T01:28:11Z
 
297
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
298
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
299
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z
 
293
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
294
  2018,2,comments,173,86467179,8012325760,0,1375.11,14533.21,616.77,2026-04-07T12:41:40Z
295
  2018,2,submissions,22,10567231,1376924873,0,1588.30,5453.43,125.65,2026-04-07T14:12:33Z
296
+ 2018,3,comments,193,96490262,8858678614,0,1680.36,19581.31,775.72,2026-04-08T01:28:11Z
297
+ 2018,3,submissions,25,12022694,1563790467,0,436.50,6851.26,0.00,2026-04-08T03:22:23Z
298
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
299
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
300
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z