tamnd commited on
Commit
0cb7592
·
verified ·
1 Parent(s): d47b4f1

Add submissions/2020-07 (57 shards, 28.4M 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 **10.0B items** (8.0B comments, 2.1B submissions) in **911.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
 
@@ -122,7 +122,7 @@ states.json live pipeline state (updated every ~5 min)
122
  2017 ███████░░░░░░░░░░░░░░░░░░░░░░░ 117.2M
123
  2018 █████████░░░░░░░░░░░░░░░░░░░░░ 152.4M
124
  2019 ██████████████░░░░░░░░░░░░░░░░ 235.7M
125
- 2020 █████████░░░░░░░░░░░░░░░░░░░░░ 155.2M
126
  2023 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.2M
127
  2024 ████████████████████████████░░ 477.4M
128
  2025 ██████████████████████████████ 494.3M
@@ -239,13 +239,13 @@ huggingface-cli download open-index/arctic \
239
  | Type | Months | Rows | Parquet Size |
240
  |------|-------:|-----:|-------------:|
241
  | comments | 176 | 8.0B | 658.9 GB |
242
- | submissions | 202 | 2.1B | 252.5 GB |
243
- | **Total** | **176** | **10.0B** | **911.4 GB** |
244
 
245
  ### Monthly breakdown
246
 
247
  <details>
248
- <summary>Click to expand full monthly table (176 comment months + 202 submission months)</summary>
249
 
250
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
251
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -600,6 +600,7 @@ huggingface-cli download open-index/arctic \
600
  | 2020-06 | comments | - | 38m08s | 1190m28s | 45m04s | 376 | 187,914,434 | 14.9 GB |
601
  | 2020-06 | submissions | - | 35m60s | 457m30s | - | 56 | 27,557,757 | 2.7 GB |
602
  | 2020-07 | comments | - | - | 1269m21s | 45m35s | 389 | 194,244,994 | 15.4 GB |
 
603
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
604
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
605
  | 2024-02 | submissions | 15.2 GB | 111m14s | 119m06s | 23m35s | 79 | 39,030,731 | 4.4 GB |
@@ -658,13 +659,15 @@ ORDER BY year, month, type;
658
 
659
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 54 GB free). Auto-updated every ~5 minutes.
660
 
661
- **Started:** 2026-04-16 12:07 UTC / **Elapsed:** 30h 23m / **Committed this session:** 1
662
 
663
  ### Active Workers
664
 
665
  | Stage | Month | Type | Progress |
666
  |-------|-------|------|----------|
667
- | Processing | 2020-07 | submissions | shard 56 · 28.0M rows · 43.0K rows/s |
 
 
668
 
669
 
670
  ### Throughput
@@ -672,9 +675,9 @@ ORDER BY year, month, type;
672
  | Metric | Value |
673
  |--------|------:|
674
  | Download | 25 Mbps avg |
675
- | Processing | 2.6K rows/s avg |
676
  | Upload | 2735.5s per commit avg |
677
- | ETA | 2026-08-02 09:14 UTC |
678
 
679
  ### Progress
680
 
@@ -686,7 +689,7 @@ ORDER BY year, month, type;
686
  | Rows processed | 194.2M |
687
  | Data committed | 15.4 GB |
688
 
689
- *Last update: 2026-04-17 18:30 UTC*
690
 
691
 
692
  # Dataset card for Arctic Shift Reddit Archive
@@ -870,4 +873,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
870
 
871
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
872
 
873
- *Last updated: 2026-04-17 18:37 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 **10.1B items** (8.0B comments, 2.1B submissions) in **914.2 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
 
 
122
  2017 ███████░░░░░░░░░░░░░░░░░░░░░░░ 117.2M
123
  2018 █████████░░░░░░░░░░░░░░░░░░░░░ 152.4M
124
  2019 ██████████████░░░░░░░░░░░░░░░░ 235.7M
125
+ 2020 ███████████░░░░░░░░░░░░░░░░░░░ 183.6M
126
  2023 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.2M
127
  2024 ████████████████████████████░░ 477.4M
128
  2025 ██████████████████████████████ 494.3M
 
239
  | Type | Months | Rows | Parquet Size |
240
  |------|-------:|-----:|-------------:|
241
  | comments | 176 | 8.0B | 658.9 GB |
242
+ | submissions | 203 | 2.1B | 255.3 GB |
243
+ | **Total** | **176** | **10.1B** | **914.2 GB** |
244
 
245
  ### Monthly breakdown
246
 
247
  <details>
248
+ <summary>Click to expand full monthly table (176 comment months + 203 submission months)</summary>
249
 
250
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
251
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
600
  | 2020-06 | comments | - | 38m08s | 1190m28s | 45m04s | 376 | 187,914,434 | 14.9 GB |
601
  | 2020-06 | submissions | - | 35m60s | 457m30s | - | 56 | 27,557,757 | 2.7 GB |
602
  | 2020-07 | comments | - | - | 1269m21s | 45m35s | 389 | 194,244,994 | 15.4 GB |
603
+ | 2020-07 | submissions | - | - | 563m46s | - | 57 | 28,436,736 | 2.8 GB |
604
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
605
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
606
  | 2024-02 | submissions | 15.2 GB | 111m14s | 119m06s | 23m35s | 79 | 39,030,731 | 4.4 GB |
 
659
 
660
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 54 GB free). Auto-updated every ~5 minutes.
661
 
662
+ **Started:** 2026-04-16 12:07 UTC / **Elapsed:** 30h 41m / **Committed this session:** 1
663
 
664
  ### Active Workers
665
 
666
  | Stage | Month | Type | Progress |
667
  |-------|-------|------|----------|
668
+ | Downloading | 2020-09 | submissions | 1.4 GB / 6.9 GB (19%) |
669
+ | Processing | 2020-08 | comments | shard 4 · 2.0M rows · 55.2K rows/s |
670
+ | Uploading | 2020-07 | submissions | 57 shards · 28.4M rows · committing |
671
 
672
 
673
  ### Throughput
 
675
  | Metric | Value |
676
  |--------|------:|
677
  | Download | 25 Mbps avg |
678
+ | Processing | 1.7K rows/s avg |
679
  | Upload | 2735.5s per commit avg |
680
+ | ETA | 2026-09-07 08:28 UTC |
681
 
682
  ### Progress
683
 
 
689
  | Rows processed | 194.2M |
690
  | Data committed | 15.4 GB |
691
 
692
+ *Last update: 2026-04-17 18:48 UTC*
693
 
694
 
695
  # Dataset card for Arctic Shift Reddit Archive
 
873
 
874
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
875
 
876
+ *Last updated: 2026-04-17 18:48 UTC*
data/submissions/2020/07/050.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea5ed52b80c52de914416a488cd0381f1b8aeed37c0afde0874ecf82211e740e
3
+ size 54190326
data/submissions/2020/07/051.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebf3fa74848777b9f919996ba64f68d70ed800eec15ac35b213ebe603803ce25
3
+ size 53928509
data/submissions/2020/07/052.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68abffc3df10e0bb53c8a14d94aa9f81215e201b34220524dd49c3e6fdfb8d6e
3
+ size 54671217
data/submissions/2020/07/053.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c620fbfce446b21965341e25bc1dd9bbe12890627fcd7c53b0ae1117e522d75
3
+ size 54530832
data/submissions/2020/07/054.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2dae8cda982c997a2cb752751f3a6dae084391104fe32980ebca4cacfb0fe71
3
+ size 54440588
data/submissions/2020/07/055.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e6658db4a5446a898198b31ede05ebe7af10206c650ecdcc404355341499d06
3
+ size 53962415
data/submissions/2020/07/056.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9108ddb05930c2e0ab0092af971e41a4eb394b8af0e283940b7a62491e0e435
3
+ size 47064322
stats.csv CHANGED
@@ -349,7 +349,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
349
  2020,5,submissions,57,28297185,3032006905,0,1240.55,28485.07,440.84,2026-04-15T08:36:21Z
350
  2020,6,comments,376,187914434,15953464066,0,2288.06,71428.12,2703.88,2026-04-16T04:26:49Z
351
  2020,6,submissions,56,27557757,2927212690,0,2159.63,27450.45,0.00,2026-04-16T12:04:20Z
352
- 2020,7,comments,389,194244994,16547673252,0,0.00,76160.60,0.00,2026-04-17T09:16:58Z
 
353
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
354
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z
355
  2024,2,submissions,79,39030731,4768610108,16302547460,6673.78,7146.26,1414.79,2026-03-19T21:01:15Z
 
349
  2020,5,submissions,57,28297185,3032006905,0,1240.55,28485.07,440.84,2026-04-15T08:36:21Z
350
  2020,6,comments,376,187914434,15953464066,0,2288.06,71428.12,2703.88,2026-04-16T04:26:49Z
351
  2020,6,submissions,56,27557757,2927212690,0,2159.63,27450.45,0.00,2026-04-16T12:04:20Z
352
+ 2020,7,comments,389,194244994,16547673252,0,0.00,76160.60,2735.48,2026-04-17T09:16:58Z
353
+ 2020,7,submissions,57,28436736,3036320729,0,0.00,33825.79,0.00,2026-04-17T18:40:44Z
354
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
355
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z
356
  2024,2,submissions,79,39030731,4768610108,16302547460,6673.78,7146.26,1414.79,2026-03-19T21:01:15Z