tamnd commited on
Commit
39b658d
·
verified ·
1 Parent(s): 4232ebe

Add comments/2015-07 (117 shards, 58.5M 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 **308.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
 
@@ -96,7 +96,7 @@ states.json live pipeline state (updated every ~5 min)
96
  2012 ██████████████░░░░░░░░░░░░░░░░ 260.3M
97
  2013 ██████████████████████░░░░░░░░ 402.2M
98
  2014 ██████████████████████████████ 531.8M
99
- 2015 ██████████████████░░░░░░░░░░░░ 320.5M
100
  ```
101
 
102
  **Submissions**
@@ -231,14 +231,14 @@ huggingface-cli download open-index/arctic \
231
 
232
  | Type | Months | Rows | Parquet Size |
233
  |------|-------:|-----:|-------------:|
234
- | comments | 115 | 1.7B | 143.3 GB |
235
  | submissions | 145 | 1.3B | 165.1 GB |
236
- | **Total** | **115** | **3.0B** | **308.4 GB** |
237
 
238
  ### Monthly breakdown
239
 
240
  <details>
241
- <summary>Click to expand full monthly table (115 comment months + 145 submission months)</summary>
242
 
243
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
244
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -472,6 +472,7 @@ huggingface-cli download open-index/arctic \
472
  | 2015-05 | submissions | - | 11m28s | 3m07s | 1m25s | 12 | 5,757,886 | 913.9 MB |
473
  | 2015-06 | comments | - | 22m53s | 122m18s | 8m43s | 109 | 54,258,492 | 4.8 GB |
474
  | 2015-06 | submissions | - | 7m18s | 3m44s | 2m16s | 12 | 5,948,530 | 1.1 GB |
 
475
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
476
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
477
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -533,23 +534,24 @@ ORDER BY year, month, type;
533
 
534
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
535
 
536
- **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 28h 59m / **Committed this session:** 19
537
 
538
  ### Active Workers
539
 
540
  | Stage | Month | Type | Progress |
541
  |-------|-------|------|----------|
542
- | Processing | 2015-07 | comments | shard 107 · 111.5M rows · 122.8K rows/s |
 
543
 
544
 
545
  ### Throughput
546
 
547
  | Metric | Value |
548
  |--------|------:|
549
- | Download | 43 Mbps avg |
550
- | Processing | 13.7K rows/s avg |
551
  | Upload | 262.7s per commit avg |
552
- | ETA | 2026-04-14 08:16 UTC |
553
 
554
  ### Progress
555
 
@@ -561,7 +563,7 @@ ORDER BY year, month, type;
561
  | Rows processed | 515.5M |
562
  | Data committed | 47.9 GB |
563
 
564
- *Last update: 2026-04-02 07:50 UTC*
565
 
566
 
567
  # Dataset card for Arctic Shift Reddit Archive
@@ -745,4 +747,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
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 07:51 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.1B items** (1.8B comments, 1.3B submissions) in **313.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
 
 
96
  2012 ██████████████░░░░░░░░░░░░░░░░ 260.3M
97
  2013 ██████████████████████░░░░░░░░ 402.2M
98
  2014 ██████████████████████████████ 531.8M
99
+ 2015 █████████████████████░░░░░░░░░ 379.0M
100
  ```
101
 
102
  **Submissions**
 
231
 
232
  | Type | Months | Rows | Parquet Size |
233
  |------|-------:|-----:|-------------:|
234
+ | comments | 116 | 1.8B | 148.5 GB |
235
  | submissions | 145 | 1.3B | 165.1 GB |
236
+ | **Total** | **116** | **3.1B** | **313.5 GB** |
237
 
238
  ### Monthly breakdown
239
 
240
  <details>
241
+ <summary>Click to expand full monthly table (116 comment months + 145 submission months)</summary>
242
 
243
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
244
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
472
  | 2015-05 | submissions | - | 11m28s | 3m07s | 1m25s | 12 | 5,757,886 | 913.9 MB |
473
  | 2015-06 | comments | - | 22m53s | 122m18s | 8m43s | 109 | 54,258,492 | 4.8 GB |
474
  | 2015-06 | submissions | - | 7m18s | 3m44s | 2m16s | 12 | 5,948,530 | 1.1 GB |
475
+ | 2015-07 | comments | - | 14m10s | 146m45s | - | 117 | 58,451,788 | 5.1 GB |
476
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
477
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
478
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
534
 
535
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
536
 
537
+ **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 29h 18m / **Committed this session:** 19
538
 
539
  ### Active Workers
540
 
541
  | Stage | Month | Type | Progress |
542
  |-------|-------|------|----------|
543
+ | Processing | 2015-07 | submissions | starting... |
544
+ | Uploading | 2015-07 | comments | 117 shards · 58.5M rows · committing |
545
 
546
 
547
  ### Throughput
548
 
549
  | Metric | Value |
550
  |--------|------:|
551
+ | Download | 44 Mbps avg |
552
+ | Processing | 13.4K rows/s avg |
553
  | Upload | 262.7s per commit avg |
554
+ | ETA | 2026-04-17 02:44 UTC |
555
 
556
  ### Progress
557
 
 
563
  | Rows processed | 515.5M |
564
  | Data committed | 47.9 GB |
565
 
566
+ *Last update: 2026-04-02 08:08 UTC*
567
 
568
 
569
  # Dataset card for Arctic Shift Reddit Archive
 
747
 
748
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
749
 
750
+ *Last updated: 2026-04-02 08:13 UTC*
data/comments/2015/07/110.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3209f121b835540b33364c044b2b9987b3c6ce12daa443774a011651fd0cef71
3
+ size 48947924
data/comments/2015/07/111.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:696cebe396238143637ae0a730d1eaebd1cd64fb8ea01a52d6fe18052ad9b3a6
3
+ size 48097305
data/comments/2015/07/112.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d33b08755c813773ac21364f6202fefe78c40469b7904102d3db6ade86032963
3
+ size 46716638
data/comments/2015/07/113.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53557e2a01da7ab4e3442c034cf36b249ed0b90b4974e5d08214a6d93fa8ee60
3
+ size 44631577
data/comments/2015/07/114.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ee0af29566d34fca6e37c34dc0697937c60d0c27403c0e0b84d6eedfad31611
3
+ size 47886721
data/comments/2015/07/115.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec3ac6b6c689d60e4ca20aab6089159c181acd5b8e5c15121ff9a1b126af0149
3
+ size 48090627
data/comments/2015/07/116.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d2b9793edc7643c97eb1a97597eb4c2fde2050bcbd8860736efd1c2cef12842
3
+ size 41840276
stats.csv CHANGED
@@ -228,7 +228,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
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,85.28,2026-04-02T00:17:19Z
230
  2015,6,comments,109,54258492,5128121144,0,1373.20,7337.56,522.89,2026-04-02T02:42:41Z
231
- 2015,6,submissions,12,5948530,1135528005,0,437.82,224.21,0.00,2026-04-02T02:53:54Z
 
232
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
233
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
234
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
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,85.28,2026-04-02T00:17:19Z
230
  2015,6,comments,109,54258492,5128121144,0,1373.20,7337.56,522.89,2026-04-02T02:42:41Z
231
+ 2015,6,submissions,12,5948530,1135528005,0,437.82,224.21,135.78,2026-04-02T02:53:54Z
232
+ 2015,7,comments,117,58451788,5526068180,0,849.90,8804.66,0.00,2026-04-02T08:03:55Z
233
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
234
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
235
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z