tamnd commited on
Commit
596bda9
·
verified ·
1 Parent(s): 0c78832

Add comments/2018-07 (217 shards, 108.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 **6.0B items** (4.4B comments, 1.6B submissions) in **580.0 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
 
@@ -99,7 +99,7 @@ states.json live pipeline state (updated every ~5 min)
99
  2015 ████████████████████░░░░░░░░░░ 667.8M
100
  2016 ████████████████████████░░░░░░ 799.9M
101
  2017 ██████████████████████████████ 972.9M
102
- 2018 █████████████████░░░░░░░░░░░░░ 572.7M
103
  ```
104
 
105
  **Submissions**
@@ -235,14 +235,14 @@ huggingface-cli download open-index/arctic \
235
 
236
  | Type | Months | Rows | Parquet Size |
237
  |------|-------:|-----:|-------------:|
238
- | comments | 151 | 4.4B | 377.4 GB |
239
  | submissions | 179 | 1.6B | 202.6 GB |
240
- | **Total** | **151** | **6.0B** | **580.0 GB** |
241
 
242
  ### Monthly breakdown
243
 
244
  <details>
245
- <summary>Click to expand full monthly table (151 comment months + 179 submission months)</summary>
246
 
247
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
248
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -548,6 +548,7 @@ huggingface-cli download open-index/arctic \
548
  | 2018-05 | submissions | - | 6m52s | 156m32s | 2m12s | 25 | 12,079,652 | 1.5 GB |
549
  | 2018-06 | comments | - | 30m06s | 391m27s | 12m38s | 201 | 100,009,462 | 8.4 GB |
550
  | 2018-06 | submissions | - | 7m08s | 136m47s | - | 24 | 11,904,498 | 1.4 GB |
 
551
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
552
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
553
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
@@ -607,13 +608,15 @@ ORDER BY year, month, type;
607
 
608
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 187 GB free). Auto-updated every ~5 minutes.
609
 
610
- **Started:** 2026-04-09 04:39 UTC / **Elapsed:** 7h 40m / **Committed this session:** 0
611
 
612
  ### Active Workers
613
 
614
  | Stage | Month | Type | Progress |
615
  |-------|-------|------|----------|
616
- | Processing | 2018-07 | comments | shard 215 · 107.5M rows · 94.6K rows/s |
 
 
617
 
618
 
619
  ### Throughput
@@ -621,6 +624,7 @@ ORDER BY year, month, type;
621
  | Metric | Value |
622
  |--------|------:|
623
  | Download | 34 Mbps avg |
 
624
 
625
  ### Progress
626
 
@@ -632,7 +636,7 @@ ORDER BY year, month, type;
632
  | Rows processed | 0 |
633
  | Data committed | 0 B |
634
 
635
- *Last update: 2026-04-09 12:18 UTC*
636
 
637
 
638
  # Dataset card for Arctic Shift Reddit Archive
@@ -816,4 +820,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
816
 
817
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
818
 
819
- *Last updated: 2026-04-09 12:19 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.1B items** (4.5B comments, 1.6B submissions) in **588.9 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
 
 
99
  2015 ████████████████████░░░░░░░░░░ 667.8M
100
  2016 ████████████████████████░░░░░░ 799.9M
101
  2017 ██████████████████████████████ 972.9M
102
+ 2018 ████████████████████░░░░░░░░░░ 680.9M
103
  ```
104
 
105
  **Submissions**
 
235
 
236
  | Type | Months | Rows | Parquet Size |
237
  |------|-------:|-----:|-------------:|
238
+ | comments | 152 | 4.5B | 386.3 GB |
239
  | submissions | 179 | 1.6B | 202.6 GB |
240
+ | **Total** | **152** | **6.1B** | **588.9 GB** |
241
 
242
  ### Monthly breakdown
243
 
244
  <details>
245
+ <summary>Click to expand full monthly table (152 comment months + 179 submission months)</summary>
246
 
247
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
248
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
548
  | 2018-05 | submissions | - | 6m52s | 156m32s | 2m12s | 25 | 12,079,652 | 1.5 GB |
549
  | 2018-06 | comments | - | 30m06s | 391m27s | 12m38s | 201 | 100,009,462 | 8.4 GB |
550
  | 2018-06 | submissions | - | 7m08s | 136m47s | - | 24 | 11,904,498 | 1.4 GB |
551
+ | 2018-07 | comments | - | - | 462m36s | - | 217 | 108,151,359 | 8.9 GB |
552
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
553
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
554
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
 
608
 
609
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 187 GB free). Auto-updated every ~5 minutes.
610
 
611
+ **Started:** 2026-04-09 04:39 UTC / **Elapsed:** 7h 58m / **Committed this session:** 0
612
 
613
  ### Active Workers
614
 
615
  | Stage | Month | Type | Progress |
616
  |-------|-------|------|----------|
617
+ | Downloading | 2018-09 | comments | 1.1 GB / 9.7 GB (11%) |
618
+ | Processing | 2018-07 | submissions | shard 3 · 1.5M rows · 57.9K rows/s |
619
+ | Uploading | 2018-07 | comments | 217 shards · 108.2M rows · committing |
620
 
621
 
622
  ### Throughput
 
624
  | Metric | Value |
625
  |--------|------:|
626
  | Download | 34 Mbps avg |
627
+ | Processing | 3.9K rows/s avg |
628
 
629
  ### Progress
630
 
 
636
  | Rows processed | 0 |
637
  | Data committed | 0 B |
638
 
639
+ *Last update: 2026-04-09 12:37 UTC*
640
 
641
 
642
  # Dataset card for Arctic Shift Reddit Archive
 
820
 
821
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
822
 
823
+ *Last updated: 2026-04-09 12:37 UTC*
data/comments/2018/07/210.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9793cf89304151386b24e0ee6944c5b38ff0688e3d5eca20b6a701cd1004c4a1
3
+ size 44254685
data/comments/2018/07/211.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fad60587d39e8588f93ff38492e423a1506232daca616680d14bae4ba40d5c25
3
+ size 46871854
data/comments/2018/07/212.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16cacc19c0b77e889efe31cec4df940586440526eab31ec72b6cd19ae6d521af
3
+ size 47940493
data/comments/2018/07/213.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9511d77d2e80d8ffe8b48f119153209a5d99b1c726716bc19063d33bc54608c
3
+ size 47735177
data/comments/2018/07/214.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62a9549848732a3942a20c0ec734b79d14506f610640ec3c20211ccfa842440d
3
+ size 46982794
data/comments/2018/07/215.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b5a9769f0685b4fbe3832014ce159e4d3557dfb63ff992a8c6f60f1f4c6ce5f
3
+ size 45719339
data/comments/2018/07/216.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0098812e491834d8ea66f3e171e885381850fce7aa146f766640139a42901cf4
3
+ size 13391719
stats.csv CHANGED
@@ -299,7 +299,9 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
299
  2018,4,submissions,24,11997150,1492832216,0,421.81,9676.91,122.47,2026-04-08T11:44:53Z
300
  2018,5,comments,201,100109100,9147014784,0,1822.27,19636.75,841.44,2026-04-08T17:12:10Z
301
  2018,5,submissions,25,12079652,1563033168,0,412.10,9391.74,132.16,2026-04-08T19:48:42Z
302
- 2018,6,comments,201,100009462,9023049762,0,1806.31,23487.38,0.00,2026-04-09T02:20:09Z
 
 
303
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
304
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
305
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z
 
299
  2018,4,submissions,24,11997150,1492832216,0,421.81,9676.91,122.47,2026-04-08T11:44:53Z
300
  2018,5,comments,201,100109100,9147014784,0,1822.27,19636.75,841.44,2026-04-08T17:12:10Z
301
  2018,5,submissions,25,12079652,1563033168,0,412.10,9391.74,132.16,2026-04-08T19:48:42Z
302
+ 2018,6,comments,201,100009462,9023049762,0,1806.31,23487.38,757.97,2026-04-09T02:20:09Z
303
+ 2018,6,submissions,24,11904498,1529729418,0,427.71,8207.47,0.00,2026-04-09T04:36:57Z
304
+ 2018,7,comments,217,108151359,9576078702,0,0.00,27756.28,0.00,2026-04-09T12:21:45Z
305
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
306
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
307
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z