tamnd commited on
Commit
6402a72
·
verified ·
1 Parent(s): 9d800eb

Add submissions/2019-03 (37 shards, 18.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 **7.2B items** (5.5B comments, 1.7B submissions) in **678.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
 
@@ -120,7 +120,7 @@ states.json live pipeline state (updated every ~5 min)
120
  2016 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 90.6M
121
  2017 ███████░░░░░░░░░░░░░░░░░░░░░░░ 117.2M
122
  2018 █████████░░░░░░░░░░░░░░░░░░░░░ 152.4M
123
- 2019 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 53.4M
124
  2023 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.2M
125
  2024 ████████████████████████████░░ 477.4M
126
  2025 ██████████████████████████████ 494.3M
@@ -237,13 +237,13 @@ huggingface-cli download open-index/arctic \
237
  | Type | Months | Rows | Parquet Size |
238
  |------|-------:|-----:|-------------:|
239
  | comments | 160 | 5.5B | 462.6 GB |
240
- | submissions | 187 | 1.7B | 216.3 GB |
241
- | **Total** | **160** | **7.2B** | **678.9 GB** |
242
 
243
  ### Monthly breakdown
244
 
245
  <details>
246
- <summary>Click to expand full monthly table (160 comment months + 187 submission months)</summary>
247
 
248
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
249
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -565,7 +565,8 @@ huggingface-cli download open-index/arctic \
565
  | 2019-01 | submissions | - | 6m25s | 21m32s | 2m47s | 33 | 16,445,391 | 2.0 GB |
566
  | 2019-02 | comments | - | 26m52s | 50m29s | 15m29s | 242 | 120,645,639 | 9.7 GB |
567
  | 2019-02 | submissions | - | 8m27s | 17m12s | 2m34s | 32 | 15,743,620 | 1.8 GB |
568
- | 2019-03 | comments | - | 24m10s | 60m32s | - | 276 | 137,650,471 | 11.0 GB |
 
569
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
570
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
571
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
@@ -625,37 +626,37 @@ ORDER BY year, month, type;
625
 
626
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 187 GB free). Auto-updated every ~5 minutes.
627
 
628
- **Started:** 2026-04-09 04:39 UTC / **Elapsed:** 39h 46m / **Committed this session:** 16
629
 
630
  ### Active Workers
631
 
632
  | Stage | Month | Type | Progress |
633
  |-------|-------|------|----------|
634
- | Downloading | 2019-05 | comments | 9.0 GB / 13.7 GB (65%) |
635
- | Processing | 2019-03 | submissions | shard 27 · 13.0M rows · 55.0K rows/s |
636
- | Uploading | 2019-03 | comments | 276 shards · 137.7M rows · committing |
637
 
638
 
639
  ### Throughput
640
 
641
  | Metric | Value |
642
  |--------|------:|
643
- | Download | 55 Mbps avg |
644
- | Processing | 28.1K rows/s avg |
645
- | Upload | 537.2s per commit avg |
646
- | ETA | 2026-04-25 15:29 UTC |
647
 
648
  ### Progress
649
 
650
- `█████████████████████░░░░░░░░` 346 / 490 (70.6%)
651
 
652
  | Metric | This Session |
653
  |--------|-------------:|
654
- | Months committed | 16 |
655
- | Rows processed | 1.0B |
656
- | Data committed | 87.9 GB |
657
 
658
- *Last update: 2026-04-10 20:25 UTC*
659
 
660
 
661
  # Dataset card for Arctic Shift Reddit Archive
@@ -839,4 +840,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
839
 
840
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
841
 
842
- *Last updated: 2026-04-10 20:25 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 **7.2B items** (5.5B comments, 1.8B submissions) in **681.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
 
 
120
  2016 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 90.6M
121
  2017 ███████░░░░░░░░░░░░░░░░░░░░░░░ 117.2M
122
  2018 █████████░░░░░░░░░░░░░░░░░░░░░ 152.4M
123
+ 2019 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 71.8M
124
  2023 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.2M
125
  2024 ████████████████████████████░░ 477.4M
126
  2025 ██████████████████████████████ 494.3M
 
237
  | Type | Months | Rows | Parquet Size |
238
  |------|-------:|-----:|-------------:|
239
  | comments | 160 | 5.5B | 462.6 GB |
240
+ | submissions | 188 | 1.8B | 218.7 GB |
241
+ | **Total** | **160** | **7.2B** | **681.3 GB** |
242
 
243
  ### Monthly breakdown
244
 
245
  <details>
246
+ <summary>Click to expand full monthly table (160 comment months + 188 submission months)</summary>
247
 
248
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
249
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
565
  | 2019-01 | submissions | - | 6m25s | 21m32s | 2m47s | 33 | 16,445,391 | 2.0 GB |
566
  | 2019-02 | comments | - | 26m52s | 50m29s | 15m29s | 242 | 120,645,639 | 9.7 GB |
567
  | 2019-02 | submissions | - | 8m27s | 17m12s | 2m34s | 32 | 15,743,620 | 1.8 GB |
568
+ | 2019-03 | comments | - | 24m10s | 60m32s | 17m11s | 276 | 137,650,471 | 11.0 GB |
569
+ | 2019-03 | submissions | - | 11m41s | 22m59s | - | 37 | 18,412,519 | 2.4 GB |
570
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
571
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
572
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
 
626
 
627
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 187 GB free). Auto-updated every ~5 minutes.
628
 
629
+ **Started:** 2026-04-09 04:39 UTC / **Elapsed:** 39h 55m / **Committed this session:** 17
630
 
631
  ### Active Workers
632
 
633
  | Stage | Month | Type | Progress |
634
  |-------|-------|------|----------|
635
+ | Downloading | 2019-05 | submissions | connecting... |
636
+ | Processing | 2019-04 | comments | shard 14 · 7.0M rows · 143.8K rows/s |
637
+ | Uploading | 2019-03 | submissions | 37 shards · 18.4M rows · committing |
638
 
639
 
640
  ### Throughput
641
 
642
  | Metric | Value |
643
  |--------|------:|
644
+ | Download | 56 Mbps avg |
645
+ | Processing | 27.2K rows/s avg |
646
+ | Upload | 566.2s per commit avg |
647
+ | ETA | 2026-04-24 20:18 UTC |
648
 
649
  ### Progress
650
 
651
+ `█████████████████████���░░░░░░░░` 347 / 490 (70.8%)
652
 
653
  | Metric | This Session |
654
  |--------|-------------:|
655
+ | Months committed | 17 |
656
+ | Rows processed | 1.2B |
657
+ | Data committed | 99.0 GB |
658
 
659
+ *Last update: 2026-04-10 20:34 UTC*
660
 
661
 
662
  # Dataset card for Arctic Shift Reddit Archive
 
840
 
841
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
842
 
843
+ *Last updated: 2026-04-10 20:34 UTC*
data/submissions/2019/03/030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb63fecbc2e2a6f9aeb760283a560ee8b96e87bbfcd6325ef5abc47192fc56ed
3
+ size 74009552
data/submissions/2019/03/031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d00bcd8e660e48d474b83d8632ef8ae0eb14607ab47b03db4f60c63ec93b58b
3
+ size 75871185
data/submissions/2019/03/032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:109ad1618490ec0ed4cfe46b9a89e8cb20d0f45579a54b29fb24272f7d1689ce
3
+ size 77480437
data/submissions/2019/03/033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa03dc222b532aaac8a55945dc0a72e9ad187615ec1eee43ec2447fb39d641ce
3
+ size 81432403
data/submissions/2019/03/034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:818ed781e0102b47f783b23413e491f97c9d499ab11507d74106ac2d6654c8b8
3
+ size 89802190
data/submissions/2019/03/035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcdf13b3a46fe18f78e84c4f621dbc1717b58b2865c8f489cba59994012a7b47
3
+ size 73409148
data/submissions/2019/03/036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc492cbb4ce771ef833ccfdaf359153d7d4acf7a95aa58acd0bf84d1e7bd5869
3
+ size 50852164
stats.csv CHANGED
@@ -317,7 +317,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
317
  2019,1,submissions,33,16445391,2099705583,0,385.42,1292.33,166.92,2026-04-10T17:30:30Z
318
  2019,2,comments,242,120645639,10390860025,0,1611.66,3029.28,928.53,2026-04-10T18:21:00Z
319
  2019,2,submissions,32,15743620,1964639609,0,506.86,1031.74,153.83,2026-04-10T19:07:39Z
320
- 2019,3,comments,276,137650471,11864588888,0,1450.05,3632.06,0.00,2026-04-10T20:08:11Z
 
321
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
322
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
323
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z
 
317
  2019,1,submissions,33,16445391,2099705583,0,385.42,1292.33,166.92,2026-04-10T17:30:30Z
318
  2019,2,comments,242,120645639,10390860025,0,1611.66,3029.28,928.53,2026-04-10T18:21:00Z
319
  2019,2,submissions,32,15743620,1964639609,0,506.86,1031.74,153.83,2026-04-10T19:07:39Z
320
+ 2019,3,comments,276,137650471,11864588888,0,1450.05,3632.06,1031.28,2026-04-10T20:08:11Z
321
+ 2019,3,submissions,37,18412519,2551796060,0,701.37,1379.49,0.00,2026-04-10T20:31:11Z
322
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
323
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
324
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z