tamnd commited on
Commit
054e073
·
verified ·
1 Parent(s): 4c5400c

Add comments/2017-09 (167 shards, 83.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 **5.0B items** (3.5B comments, 1.5B submissions) in **491.3 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
 
@@ -98,7 +98,7 @@ states.json live pipeline state (updated every ~5 min)
98
  2014 ███████████████████░░░░░░░░░░░ 531.8M
99
  2015 █████████████████████████░░░░░ 667.8M
100
  2016 ██████████████████████████████ 799.9M
101
- 2017 ███████████████████████░░░░░░░ 632.9M
102
  ```
103
 
104
  **Submissions**
@@ -234,14 +234,14 @@ huggingface-cli download open-index/arctic \
234
 
235
  | Type | Months | Rows | Parquet Size |
236
  |------|-------:|-----:|-------------:|
237
- | comments | 141 | 3.5B | 299.4 GB |
238
  | submissions | 171 | 1.5B | 191.8 GB |
239
- | **Total** | **141** | **5.0B** | **491.3 GB** |
240
 
241
  ### Monthly breakdown
242
 
243
  <details>
244
- <summary>Click to expand full monthly table (141 comment months + 171 submission months)</summary>
245
 
246
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
247
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -527,6 +527,7 @@ huggingface-cli download open-index/arctic \
527
  | 2017-07 | submissions | - | - | 72m56s | 1m39s | 20 | 9,989,122 | 1.2 GB |
528
  | 2017-08 | comments | - | 54m30s | 161m30s | 10m09s | 170 | 84,658,503 | 7.3 GB |
529
  | 2017-08 | submissions | - | 12m46s | 71m50s | 2m06s | 21 | 10,424,133 | 1.3 GB |
 
530
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
531
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
532
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -588,13 +589,15 @@ ORDER BY year, month, type;
588
 
589
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 192 GB free). Auto-updated every ~5 minutes.
590
 
591
- **Started:** 2026-04-05 20:37 UTC / **Elapsed:** 7h 40m / **Committed this session:** 3
592
 
593
  ### Active Workers
594
 
595
  | Stage | Month | Type | Progress |
596
  |-------|-------|------|----------|
597
- | Processing | 2017-09 | comments | shard 152 · 76.0M rows · 232.5K rows/s |
 
 
598
 
599
 
600
  ### Throughput
@@ -602,9 +605,9 @@ ORDER BY year, month, type;
602
  | Metric | Value |
603
  |--------|------:|
604
  | Download | 19 Mbps avg |
605
- | Processing | 4.5K rows/s avg |
606
  | Upload | 277.9s per commit avg |
607
- | ETA | 2026-04-19 14:54 UTC |
608
 
609
  ### Progress
610
 
@@ -616,7 +619,7 @@ ORDER BY year, month, type;
616
  | Rows processed | 105.1M |
617
  | Data committed | 9.8 GB |
618
 
619
- *Last update: 2026-04-06 04:17 UTC*
620
 
621
 
622
  # Dataset card for Arctic Shift Reddit Archive
@@ -800,4 +803,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
800
 
801
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
802
 
803
- *Last updated: 2026-04-06 04: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.1B items** (3.6B comments, 1.5B submissions) in **498.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
 
 
98
  2014 ███████████████████░░░░░░░░░░░ 531.8M
99
  2015 █████████████████████████░░░░░ 667.8M
100
  2016 ██████████████████████████████ 799.9M
101
+ 2017 ██████████████████████████░░░░ 716.1M
102
  ```
103
 
104
  **Submissions**
 
234
 
235
  | Type | Months | Rows | Parquet Size |
236
  |------|-------:|-----:|-------------:|
237
+ | comments | 142 | 3.6B | 306.6 GB |
238
  | submissions | 171 | 1.5B | 191.8 GB |
239
+ | **Total** | **142** | **5.1B** | **498.4 GB** |
240
 
241
  ### Monthly breakdown
242
 
243
  <details>
244
+ <summary>Click to expand full monthly table (142 comment months + 171 submission months)</summary>
245
 
246
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
247
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
527
  | 2017-07 | submissions | - | - | 72m56s | 1m39s | 20 | 9,989,122 | 1.2 GB |
528
  | 2017-08 | comments | - | 54m30s | 161m30s | 10m09s | 170 | 84,658,503 | 7.3 GB |
529
  | 2017-08 | submissions | - | 12m46s | 71m50s | 2m06s | 21 | 10,424,133 | 1.3 GB |
530
+ | 2017-09 | comments | - | - | 168m39s | - | 167 | 83,165,192 | 7.2 GB |
531
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
532
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
533
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
589
 
590
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 192 GB free). Auto-updated every ~5 minutes.
591
 
592
+ **Started:** 2026-04-05 20:37 UTC / **Elapsed:** 8h 4m / **Committed this session:** 3
593
 
594
  ### Active Workers
595
 
596
  | Stage | Month | Type | Progress |
597
  |-------|-------|------|----------|
598
+ | Downloading | 2017-11 | comments | 2.8 GB / 7.2 GB (38%) |
599
+ | Processing | 2017-09 | submissions | shard 4 · 2.0M rows · 112.3K rows/s |
600
+ | Uploading | 2017-09 | comments | 167 shards · 83.2M rows · committing |
601
 
602
 
603
  ### Throughput
 
605
  | Metric | Value |
606
  |--------|------:|
607
  | Download | 19 Mbps avg |
608
+ | Processing | 5.4K rows/s avg |
609
  | Upload | 277.9s per commit avg |
610
+ | ETA | 2026-04-25 18:10 UTC |
611
 
612
  ### Progress
613
 
 
619
  | Rows processed | 105.1M |
620
  | Data committed | 9.8 GB |
621
 
622
+ *Last update: 2026-04-06 04:41 UTC*
623
 
624
 
625
  # Dataset card for Arctic Shift Reddit Archive
 
803
 
804
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
805
 
806
+ *Last updated: 2026-04-06 04:41 UTC*
data/comments/2017/09/160.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:659461133281facb71e4725493528b46a28240d2ab3c856aa5e75229bdd3172f
3
+ size 47608164
data/comments/2017/09/161.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a6f2ad318c48c9cb85db9e2b970a83954e33e3efe61b40e09489173c604beed
3
+ size 45882641
data/comments/2017/09/162.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7628ec21e344e7981e5af17ab7ecda3e17af0c9c8c5827c95f20505b5507939c
3
+ size 43228233
data/comments/2017/09/163.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c225da9b5833bad9b25337c33f4cef6861be992a19960a62ad56d523bf5c3006
3
+ size 44717752
data/comments/2017/09/164.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c9f019dcd30dd71dd0dcd37f558edafc75ca728eb654d25e302a53566e0160c
3
+ size 45129224
data/comments/2017/09/165.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1639880a2a35533e3fa79609cd9d8698bfdedaeab69a1e5134e18d17d848f625
3
+ size 43481723
data/comments/2017/09/166.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab133cf87c1ea0260d2e6a0d62af8bd5d4eb4a9dd82efab31e572d0a21dd04ab
3
+ size 14242328
stats.csv CHANGED
@@ -280,7 +280,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
280
  2017,7,comments,164,81798725,7650787255,0,2786.28,11069.78,0.00,2026-04-05T20:28:50Z
281
  2017,7,submissions,20,9989122,1329478946,0,0.00,4376.50,98.75,2026-04-05T21:50:25Z
282
  2017,8,comments,170,84658503,7861496591,0,3269.93,9689.86,608.54,2026-04-06T00:31:55Z
283
- 2017,8,submissions,21,10424133,1374696156,0,765.99,4309.54,0.00,2026-04-06T01:43:45Z
 
284
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
285
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
286
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
280
  2017,7,comments,164,81798725,7650787255,0,2786.28,11069.78,0.00,2026-04-05T20:28:50Z
281
  2017,7,submissions,20,9989122,1329478946,0,0.00,4376.50,98.75,2026-04-05T21:50:25Z
282
  2017,8,comments,170,84658503,7861496591,0,3269.93,9689.86,608.54,2026-04-06T00:31:55Z
283
+ 2017,8,submissions,21,10424133,1374696156,0,765.99,4309.54,126.50,2026-04-06T01:43:45Z
284
+ 2017,9,comments,167,83165192,7682288039,0,0.00,10118.71,0.00,2026-04-06T04:32:23Z
285
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
286
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
287
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z