tamnd commited on
Commit
d0cfeb8
·
verified ·
1 Parent(s): 72e7b4a

Add submissions/2018-09 (27 shards, 13.1M 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.4B items** (4.7B comments, 1.6B submissions) in **609.6 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 █████░░░░░░░░░░░░░░░░░░░░░░░░ 96.6M
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 | 154 | 4.7B | 403.7 GB |
239
- | submissions | 181 | 1.6B | 205.8 GB |
240
- | **Total** | **154** | **6.4B** | **609.6 GB** |
241
 
242
  ### Monthly breakdown
243
 
244
  <details>
245
- <summary>Click to expand full monthly table (154 comment months + 181 submission months)</summary>
246
 
247
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
248
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -553,6 +553,7 @@ huggingface-cli download open-index/arctic \
553
  | 2018-08 | comments | - | - | 454m35s | 12m30s | 215 | 107,330,940 | 8.9 GB |
554
  | 2018-08 | submissions | - | 12m21s | 141m28s | 2m07s | 27 | 13,408,255 | 1.6 GB |
555
  | 2018-09 | comments | - | 52m40s | 448m10s | 13m23s | 209 | 104,473,929 | 8.5 GB |
 
556
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
557
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
558
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
@@ -612,13 +613,15 @@ ORDER BY year, month, type;
612
 
613
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 187 GB free). Auto-updated every ~5 minutes.
614
 
615
- **Started:** 2026-04-09 04:39 UTC / **Elapsed:** 30h 49m / **Committed this session:** 5
616
 
617
  ### Active Workers
618
 
619
  | Stage | Month | Type | Progress |
620
  |-------|-------|------|----------|
621
- | Processing | 2018-09 | submissions | shard 26 · 13.0M rows · 90.1K rows/s |
 
 
622
 
623
 
624
  ### Throughput
@@ -626,9 +629,9 @@ ORDER BY year, month, type;
626
  | Metric | Value |
627
  |--------|------:|
628
  | Download | 32 Mbps avg |
629
- | Processing | 2.9K rows/s avg |
630
  | Upload | 555.0s per commit avg |
631
- | ETA | 2026-05-17 23:36 UTC |
632
 
633
  ### Progress
634
 
@@ -640,7 +643,7 @@ ORDER BY year, month, type;
640
  | Rows processed | 346.7M |
641
  | Data committed | 29.6 GB |
642
 
643
- *Last update: 2026-04-10 11:28 UTC*
644
 
645
 
646
  # Dataset card for Arctic Shift Reddit Archive
@@ -824,4 +827,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
824
 
825
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
826
 
827
- *Last updated: 2026-04-10 11:29 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.4B items** (4.7B comments, 1.7B submissions) in **611.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
  2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 70.5M
119
  2016 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 90.6M
120
  2017 ███████░░░░░░░░░░░░░░░░░░░░░░░ 117.2M
121
+ 2018 █████░░░░░░░░░░░░░░░░░░░░░░░░ 109.7M
122
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
123
  2023 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.2M
124
  2024 ████████████████████████████░░ 477.4M
 
236
  | Type | Months | Rows | Parquet Size |
237
  |------|-------:|-----:|-------------:|
238
  | comments | 154 | 4.7B | 403.7 GB |
239
+ | submissions | 182 | 1.7B | 207.4 GB |
240
+ | **Total** | **154** | **6.4B** | **611.1 GB** |
241
 
242
  ### Monthly breakdown
243
 
244
  <details>
245
+ <summary>Click to expand full monthly table (154 comment months + 182 submission months)</summary>
246
 
247
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
248
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
553
  | 2018-08 | comments | - | - | 454m35s | 12m30s | 215 | 107,330,940 | 8.9 GB |
554
  | 2018-08 | submissions | - | 12m21s | 141m28s | 2m07s | 27 | 13,408,255 | 1.6 GB |
555
  | 2018-09 | comments | - | 52m40s | 448m10s | 13m23s | 209 | 104,473,929 | 8.5 GB |
556
+ | 2018-09 | submissions | - | 14m56s | 165m11s | - | 27 | 13,107,215 | 1.6 GB |
557
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
558
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
559
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
 
613
 
614
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 187 GB free). Auto-updated every ~5 minutes.
615
 
616
+ **Started:** 2026-04-09 04:39 UTC / **Elapsed:** 30h 53m / **Committed this session:** 5
617
 
618
  ### Active Workers
619
 
620
  | Stage | Month | Type | Progress |
621
  |-------|-------|------|----------|
622
+ | Downloading | 2018-11 | submissions | 1.1 GB / 3.4 GB (33%) |
623
+ | Processing | 2018-10 | comments | shard 30 · 15.0M rows · 151.1K rows/s |
624
+ | Uploading | 2018-09 | submissions | 27 shards · 13.1M rows · committing |
625
 
626
 
627
  ### Throughput
 
629
  | Metric | Value |
630
  |--------|------:|
631
  | Download | 32 Mbps avg |
632
+ | Processing | 2.6K rows/s avg |
633
  | Upload | 555.0s per commit avg |
634
+ | ETA | 2026-05-20 07:38 UTC |
635
 
636
  ### Progress
637
 
 
643
  | Rows processed | 346.7M |
644
  | Data committed | 29.6 GB |
645
 
646
+ *Last update: 2026-04-10 11:32 UTC*
647
 
648
 
649
  # Dataset card for Arctic Shift Reddit Archive
 
827
 
828
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
829
 
830
+ *Last updated: 2026-04-10 11:32 UTC*
data/submissions/2018/09/020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d9571977c4a5118bfce582852741f1a405f033b2bf35969c2c6c0b3b30f3677
3
+ size 66926264
data/submissions/2018/09/021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dc138403b0bc6565abd9fb106dedefebb3e09035f1ac7f05f35743fcf8a7dff
3
+ size 67822563
data/submissions/2018/09/022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:317281b098db240077612ea17e335f75cbb11e9f66d5a2f8712fd5f71de43693
3
+ size 66503756
data/submissions/2018/09/023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c3209cb6c4aefe710306bfea49b5213cabf3e1055fdd2a2515cc26b9116b370
3
+ size 65741889
data/submissions/2018/09/024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e66e9edd16cec338fc8514558c1df06a18c7dcbc9500509670cb61c39adc27f3
3
+ size 69461277
data/submissions/2018/09/025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fcc6f72b285fe1bf80ccfcb8918ccc6d48ab0f79ef4ad968f15be8402a5fbe9
3
+ size 67420994
data/submissions/2018/09/026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42839c9e0a222832f5c768090665f5b9dd1b8cb4631af3bac4f9ffa19a41acb6
3
+ size 14616224
stats.csv CHANGED
@@ -305,7 +305,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
305
  2018,7,submissions,27,13305762,1684735776,0,0.00,10715.00,138.83,2026-04-09T15:20:20Z
306
  2018,8,comments,215,107330940,9589799930,0,0.00,27275.47,749.62,2026-04-09T22:54:55Z
307
  2018,8,submissions,27,13408255,1749473993,0,740.72,8488.11,127.48,2026-04-10T01:16:23Z
308
- 2018,9,comments,209,104473929,9150495182,0,3160.37,26889.93,0.00,2026-04-10T08:44:33Z
 
309
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
310
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
311
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z
 
305
  2018,7,submissions,27,13305762,1684735776,0,0.00,10715.00,138.83,2026-04-09T15:20:20Z
306
  2018,8,comments,215,107330940,9589799930,0,0.00,27275.47,749.62,2026-04-09T22:54:55Z
307
  2018,8,submissions,27,13408255,1749473993,0,740.72,8488.11,127.48,2026-04-10T01:16:23Z
308
+ 2018,9,comments,209,104473929,9150495182,0,3160.37,26889.93,803.48,2026-04-10T08:44:33Z
309
+ 2018,9,submissions,27,13107215,1696940908,0,895.99,9910.78,0.00,2026-04-10T11:29:44Z
310
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
311
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
312
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z