tamnd commited on
Commit
36bc9a8
·
verified ·
1 Parent(s): ccc485f

Add submissions/2018-07 (27 shards, 13.3M 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.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
 
@@ -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 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 69.9M
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 | 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
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -549,6 +549,7 @@ huggingface-cli download open-index/arctic \
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 | 15m55s | 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,13 +609,15 @@ ORDER BY year, month, type;
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:** 10h 26m / **Committed this session:** 1
612
 
613
  ### Active Workers
614
 
615
  | Stage | Month | Type | Progress |
616
  |-------|-------|------|----------|
617
- | Processing | 2018-07 | submissions | shard 24 · 12.0M rows · 89.4K rows/s |
 
 
618
 
619
 
620
  ### Throughput
@@ -622,9 +625,9 @@ ORDER BY year, month, type;
622
  | Metric | Value |
623
  |--------|------:|
624
  | Download | 30 Mbps avg |
625
- | Processing | 3.9K rows/s avg |
626
  | Upload | 955.4s per commit avg |
627
- | ETA | 2026-06-05 10:43 UTC |
628
 
629
  ### Progress
630
 
@@ -636,7 +639,7 @@ ORDER BY year, month, type;
636
  | Rows processed | 108.2M |
637
  | Data committed | 8.9 GB |
638
 
639
- *Last update: 2026-04-09 15:05 UTC*
640
 
641
 
642
  # Dataset card for Arctic Shift Reddit Archive
@@ -820,4 +823,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
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 15:09 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.2B items** (4.5B comments, 1.6B submissions) in **590.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
 
 
118
  2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 70.5M
119
  2016 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 90.6M
120
  2017 ███████░░░░░░░░░░░░░░░░░░░░░░░ 117.2M
121
+ 2018 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 83.2M
122
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
123
  2023 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.2M
124
  2024 ████████████████████████████░░ 477.4M
 
236
  | Type | Months | Rows | Parquet Size |
237
  |------|-------:|-----:|-------------:|
238
  | comments | 152 | 4.5B | 386.3 GB |
239
+ | submissions | 180 | 1.6B | 204.2 GB |
240
+ | **Total** | **152** | **6.2B** | **590.5 GB** |
241
 
242
  ### Monthly breakdown
243
 
244
  <details>
245
+ <summary>Click to expand full monthly table (152 comment months + 180 submission months)</summary>
246
 
247
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
248
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
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 | 15m55s | 217 | 108,151,359 | 8.9 GB |
552
+ | 2018-07 | submissions | - | - | 178m35s | - | 27 | 13,305,762 | 1.6 GB |
553
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
554
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
555
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
 
609
 
610
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 187 GB free). Auto-updated every ~5 minutes.
611
 
612
+ **Started:** 2026-04-09 04:39 UTC / **Elapsed:** 10h 43m / **Committed this session:** 1
613
 
614
  ### Active Workers
615
 
616
  | Stage | Month | Type | Progress |
617
  |-------|-------|------|----------|
618
+ | Downloading | 2018-09 | submissions | 147.4 MB / 3.1 GB (4%) |
619
+ | Processing | 2018-08 | comments | shard 4 · 2.0M rows · 188.6K rows/s |
620
+ | Uploading | 2018-07 | submissions | 27 shards · 13.3M rows · committing |
621
 
622
 
623
  ### Throughput
 
625
  | Metric | Value |
626
  |--------|------:|
627
  | Download | 30 Mbps avg |
628
+ | Processing | 2.6K rows/s avg |
629
  | Upload | 955.4s per commit avg |
630
+ | ETA | 2026-06-19 10:29 UTC |
631
 
632
  ### Progress
633
 
 
639
  | Rows processed | 108.2M |
640
  | Data committed | 8.9 GB |
641
 
642
+ *Last update: 2026-04-09 15:22 UTC*
643
 
644
 
645
  # Dataset card for Arctic Shift Reddit Archive
 
823
 
824
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
825
 
826
+ *Last updated: 2026-04-09 15:22 UTC*
data/submissions/2018/07/020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeddb779a213f8b83e1b02ca7d42568b1eedf781c5d1841c66eb7e88807442c4
3
+ size 64573119
data/submissions/2018/07/021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eac81631dc1e155b2f84556111b03476b565fafa4c04e5896d06990f9e0fbf11
3
+ size 65137381
data/submissions/2018/07/022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb4a8abb99aa23b23534d31310e44d0756dcc2aba476742c45ddec796be1933c
3
+ size 63930841
data/submissions/2018/07/023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b85b2ac677f158c189d5d19827658449cb7c813cd888c15c0d50ff83f6c13520
3
+ size 61821506
data/submissions/2018/07/024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d62164fef106e72997113b63c448f712dedbfa889c4deda5180fcbdd583eca6c
3
+ size 63294460
data/submissions/2018/07/025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc5faf130827983717bd9193759a63541019fe755c5d86356783c8cf4cf5d2f9
3
+ size 65227170
data/submissions/2018/07/026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a8f1251790f594d3267e605728c6647538d424880b2040c64e93edc31371b99
3
+ size 40371887
stats.csv CHANGED
@@ -301,7 +301,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
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
 
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,955.44,2026-04-09T12:21:45Z
305
+ 2018,7,submissions,27,13305762,1684735776,0,0.00,10715.00,0.00,2026-04-09T15:20:20Z
306
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
307
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
308
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z