tamnd commited on
Commit
1ff0c59
·
verified ·
1 Parent(s): bfcd552

Add submissions/2015-09 (13 shards, 6.2M 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.2B items** (1.9B comments, 1.3B submissions) in **325.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
 
@@ -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 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 45.6M
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 | 118 | 1.9B | 158.4 GB |
235
- | submissions | 147 | 1.3B | 167.0 GB |
236
- | **Total** | **118** | **3.2B** | **325.4 GB** |
237
 
238
  ### Monthly breakdown
239
 
240
  <details>
241
- <summary>Click to expand full monthly table (118 comment months + 147 submission months)</summary>
242
 
243
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
244
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -476,7 +476,8 @@ huggingface-cli download open-index/arctic \
476
  | 2015-07 | submissions | - | 31m07s | 3m48s | 1m29s | 12 | 5,945,498 | 957.4 MB |
477
  | 2015-08 | comments | - | 16m21s | 122m42s | 9m18s | 117 | 58,075,327 | 5.1 GB |
478
  | 2015-08 | submissions | - | 5m14s | 4m48s | 1m37s | 13 | 6,173,540 | 1000.2 MB |
479
- | 2015-09 | comments | - | 11m35s | 125m34s | - | 112 | 55,574,825 | 4.9 GB |
 
480
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
481
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
482
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -538,14 +539,15 @@ ORDER BY year, month, type;
538
 
539
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
540
 
541
- **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 34h 39m / **Committed this session:** 23
542
 
543
  ### Active Workers
544
 
545
  | Stage | Month | Type | Progress |
546
  |-------|-------|------|----------|
547
- | Processing | 2015-09 | submissions | starting... |
548
- | Uploading | 2015-09 | comments | 112 shards · 55.6M rows · committing |
 
549
 
550
 
551
  ### Throughput
@@ -553,21 +555,21 @@ ORDER BY year, month, type;
553
  | Metric | Value |
554
  |--------|------:|
555
  | Download | 45 Mbps avg |
556
- | Processing | 15.7K rows/s avg |
557
- | Upload | 286.0s per commit avg |
558
- | ETA | 2026-04-16 18:01 UTC |
559
 
560
  ### Progress
561
 
562
- `████████████████░░░░░░░░░░░░░░` 264 / 490 (53.9%)
563
 
564
  | Metric | This Session |
565
  |--------|-------------:|
566
- | Months committed | 23 |
567
- | Rows processed | 644.2M |
568
- | Data committed | 60.1 GB |
569
 
570
- *Last update: 2026-04-02 13:30 UTC*
571
 
572
 
573
  # Dataset card for Arctic Shift Reddit Archive
@@ -751,4 +753,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
751
 
752
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
753
 
754
- *Last updated: 2026-04-02 13:35 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.2B items** (1.9B comments, 1.3B submissions) in **326.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
 
 
112
  2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29.3M
113
  2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.7M
114
  2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52.9M
115
+ 2015 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 51.8M
116
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
117
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
118
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
 
232
  | Type | Months | Rows | Parquet Size |
233
  |------|-------:|-----:|-------------:|
234
  | comments | 118 | 1.9B | 158.4 GB |
235
+ | submissions | 148 | 1.3B | 167.8 GB |
236
+ | **Total** | **118** | **3.2B** | **326.2 GB** |
237
 
238
  ### Monthly breakdown
239
 
240
  <details>
241
+ <summary>Click to expand full monthly table (118 comment months + 148 submission months)</summary>
242
 
243
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
244
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
476
  | 2015-07 | submissions | - | 31m07s | 3m48s | 1m29s | 12 | 5,945,498 | 957.4 MB |
477
  | 2015-08 | comments | - | 16m21s | 122m42s | 9m18s | 117 | 58,075,327 | 5.1 GB |
478
  | 2015-08 | submissions | - | 5m14s | 4m48s | 1m37s | 13 | 6,173,540 | 1000.2 MB |
479
+ | 2015-09 | comments | - | 11m35s | 125m34s | 9m25s | 112 | 55,574,825 | 4.9 GB |
480
+ | 2015-09 | submissions | - | 10m42s | 3m41s | - | 13 | 6,176,407 | 872.8 MB |
481
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
482
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
483
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
539
 
540
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
541
 
542
+ **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 34h 50m / **Committed this session:** 24
543
 
544
  ### Active Workers
545
 
546
  | Stage | Month | Type | Progress |
547
  |-------|-------|------|----------|
548
+ | Downloading | 2015-12 | comments | 66.9 MB / 5.2 GB (1%) |
549
+ | Processing | 2015-10 | comments | starting... |
550
+ | Uploading | 2015-09 | submissions | 13 shards · 6.2M rows · committing |
551
 
552
 
553
  ### Throughput
 
555
  | Metric | Value |
556
  |--------|------:|
557
  | Download | 45 Mbps avg |
558
+ | Processing | 16.7K rows/s avg |
559
+ | Upload | 311.1s per commit avg |
560
+ | ETA | 2026-04-16 04:06 UTC |
561
 
562
  ### Progress
563
 
564
+ `████████████████░░░░░░░░░░░░░░` 265 / 490 (54.1%)
565
 
566
  | Metric | This Session |
567
  |--------|-------------:|
568
+ | Months committed | 24 |
569
+ | Rows processed | 699.7M |
570
+ | Data committed | 64.9 GB |
571
 
572
+ *Last update: 2026-04-02 13:41 UTC*
573
 
574
 
575
  # Dataset card for Arctic Shift Reddit Archive
 
753
 
754
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
755
 
756
+ *Last updated: 2026-04-02 13:41 UTC*
data/submissions/2015/09/010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee051fd614f5e830ed4945c5a914c703ce03f34023f6c696003b08ca72a90cb2
3
+ size 74499364
data/submissions/2015/09/011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11b1177567c88c188f0a029dd12384f09395c83f37083f7ea9bfac4f9babe115
3
+ size 76747804
data/submissions/2015/09/012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd697cbf54de675a6d5aa38e4f594487e4189da4a233b8b70ed4cc7b03bc6094
3
+ size 26143458
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-02T13:30:24.128176779Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2015-09",
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-09",
35
- "type": "submissions",
36
  "phase": "processing"
37
  }
38
  ],
39
  "uploading": [
40
  {
41
  "ym": "2015-09",
42
- "type": "comments",
43
- "rows": 55574825,
44
- "shards": 112,
45
  "phase": "committing"
46
  }
47
  ],
@@ -50,16 +58,16 @@
50
  },
51
  "throughput": {
52
  "avg_download_mbps": 44.7122603240529,
53
- "avg_process_rows_per_sec": 15666.295983682934,
54
- "avg_upload_sec_per_commit": 286.00932343580007,
55
- "estimated_completion": "2026-04-17T02:01:05.007479002+08:00"
56
  },
57
  "stats": {
58
- "committed": 23,
59
  "skipped": 241,
60
  "retries": 0,
61
- "total_rows": 644173573,
62
- "total_bytes": 64486019945,
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-02T13:41:10.336955899Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2015-09",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
32
+ {
33
+ "ym": "2015-12",
34
+ "type": "comments",
35
+ "bytes_done": 70156288,
36
+ "bytes_total": 5589137747,
37
+ "phase": "downloading"
38
+ }
39
+ ],
40
  "processing": [
41
  {
42
+ "ym": "2015-10",
43
+ "type": "comments",
44
  "phase": "processing"
45
  }
46
  ],
47
  "uploading": [
48
  {
49
  "ym": "2015-09",
50
+ "type": "submissions",
51
+ "rows": 6176407,
52
+ "shards": 13,
53
  "phase": "committing"
54
  }
55
  ],
 
58
  },
59
  "throughput": {
60
  "avg_download_mbps": 44.7122603240529,
61
+ "avg_process_rows_per_sec": 16696.018140404038,
62
+ "avg_upload_sec_per_commit": 311.0727517441501,
63
+ "estimated_completion": "2026-04-16T12:06:54.993328267+08:00"
64
  },
65
  "stats": {
66
+ "committed": 24,
67
  "skipped": 241,
68
  "retries": 0,
69
+ "total_rows": 699748398,
70
+ "total_bytes": 69704510634,
71
  "total_months": 490
72
  }
73
  }
stats.csv CHANGED
@@ -233,7 +233,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
233
  2015,7,submissions,12,5945498,1003914780,0,1867.18,227.52,89.29,2026-04-02T08:39:02Z
234
  2015,8,comments,117,58075327,5477946885,0,980.54,7361.52,558.30,2026-04-02T10:58:15Z
235
  2015,8,submissions,13,6173540,1048812061,0,314.18,288.41,97.44,2026-04-02T11:08:30Z
236
- 2015,9,comments,112,55574825,5218490689,0,694.67,7533.79,0.00,2026-04-02T13:25:49Z
 
237
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
238
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
239
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
233
  2015,7,submissions,12,5945498,1003914780,0,1867.18,227.52,89.29,2026-04-02T08:39:02Z
234
  2015,8,comments,117,58075327,5477946885,0,980.54,7361.52,558.30,2026-04-02T10:58:15Z
235
  2015,8,submissions,13,6173540,1048812061,0,314.18,288.41,97.44,2026-04-02T11:08:30Z
236
+ 2015,9,comments,112,55574825,5218490689,0,694.67,7533.79,564.64,2026-04-02T13:25:49Z
237
+ 2015,9,submissions,13,6176407,915174532,0,642.23,221.14,0.00,2026-04-02T13:40:24Z
238
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
239
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
240
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z