tamnd commited on
Commit
d1006af
·
verified ·
1 Parent(s): f5dc006

Add submissions/2013-03 (7 shards, 3.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 **1.3B items** (124.1M comments, 1.2B submissions) in **158.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
 
@@ -106,7 +106,7 @@ states.json live pipeline state (updated every ~5 min)
106
  2010 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.9M
107
  2011 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.0M
108
  2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29.3M
109
- 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.0M
110
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
111
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
112
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
@@ -226,20 +226,20 @@ huggingface-cli download open-index/arctic \
226
  | Type | Months | Rows | Parquet Size |
227
  |------|-------:|-----:|-------------:|
228
  | comments | 67 | 124.1M | 10.4 GB |
229
- | submissions | 117 | 1.2B | 148.2 GB |
230
- | **Total** | **67** | **1.3B** | **158.5 GB** |
231
 
232
  ### Coverage
233
 
234
- Processing **184** of **486** (month, type) pairs from **2005-12** through **2026-02**.
235
 
236
  | Metric | Size |
237
  |--------|-----:|
238
  | Total .zst archive | 3.6 TB |
239
- | Processed (.zst) | 467.9 GB |
240
  | Remaining (.zst) | 3.1 TB |
241
 
242
- ### Remaining months (302 pairs)
243
 
244
  <details>
245
  <summary>Click to expand remaining months table</summary>
@@ -267,7 +267,6 @@ Processing **184** of **486** (month, type) pairs from **2005-12** through **202
267
  | 2013-01 | comments | 2.6 GB |
268
  | 2013-02 | comments | 2.4 GB |
269
  | 2013-03 | comments | 2.7 GB |
270
- | 2013-03 | submissions | 534.8 MB |
271
  | 2013-04 | comments | 2.9 GB |
272
  | 2013-04 | submissions | 563.0 MB |
273
  | 2013-05 | comments | 2.9 GB |
@@ -554,7 +553,7 @@ Processing **184** of **486** (month, type) pairs from **2005-12** through **202
554
  ### Monthly breakdown
555
 
556
  <details>
557
- <summary>Click to expand full monthly table (67 comment months + 117 submission months)</summary>
558
 
559
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
560
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -712,6 +711,7 @@ Processing **184** of **486** (month, type) pairs from **2005-12** through **202
712
  | 2012-12 | submissions | 444.0 MB | 1m17s | 13m35s | 1m27s | 6 | 2,735,743 | 324.8 MB |
713
  | 2013-01 | submissions | 522.7 MB | 8m49s | 28m60s | 2m57s | 7 | 3,134,862 | 371.4 MB |
714
  | 2013-02 | submissions | 476.8 MB | 3m38s | 16m45s | 1m13s | 6 | 2,886,631 | 346.7 MB |
 
715
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
716
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
717
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -773,14 +773,16 @@ ORDER BY year, month, type;
773
 
774
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 121 GB free). Auto-updated every ~5 minutes.
775
 
776
- **Started:** 2026-03-21 11:54 UTC / **Elapsed:** 2h 9m / **Committed this session:** 6
777
 
778
  ### Active Workers
779
 
780
  | Stage | Month | Type | Progress |
781
  |-------|-------|------|----------|
782
- | Processing | 2013-03 | submissions | shard 6 · 3.0M rows · 31.6K rows/s |
783
- | Processing | 2013-04 | submissions | starting... |
 
 
784
 
785
 
786
  ### Throughput
@@ -790,7 +792,7 @@ ORDER BY year, month, type;
790
  | Download | 23 Mbps avg |
791
  | Processing | 2.6K rows/s avg |
792
  | Upload | 105.2s per commit avg |
793
- | ETA | 2026-03-26 10:02 UTC |
794
 
795
  ### Progress
796
 
@@ -802,7 +804,7 @@ ORDER BY year, month, type;
802
  | Rows processed | 16.8M |
803
  | Data committed | 1.9 GB |
804
 
805
- *Last update: 2026-03-21 14:03 UTC*
806
 
807
 
808
  # Dataset card for Arctic Shift Reddit Archive
@@ -986,4 +988,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
986
 
987
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
988
 
989
- *Last updated: 2026-03-21 14:04 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 **1.3B items** (124.1M comments, 1.2B submissions) in **158.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
 
 
106
  2010 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.9M
107
  2011 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.0M
108
  2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29.3M
109
+ 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 9.2M
110
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
111
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
112
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
 
226
  | Type | Months | Rows | Parquet Size |
227
  |------|-------:|-----:|-------------:|
228
  | comments | 67 | 124.1M | 10.4 GB |
229
+ | submissions | 118 | 1.2B | 148.6 GB |
230
+ | **Total** | **67** | **1.3B** | **158.9 GB** |
231
 
232
  ### Coverage
233
 
234
+ Processing **185** of **486** (month, type) pairs from **2005-12** through **2026-02**.
235
 
236
  | Metric | Size |
237
  |--------|-----:|
238
  | Total .zst archive | 3.6 TB |
239
+ | Processed (.zst) | 468.5 GB |
240
  | Remaining (.zst) | 3.1 TB |
241
 
242
+ ### Remaining months (301 pairs)
243
 
244
  <details>
245
  <summary>Click to expand remaining months table</summary>
 
267
  | 2013-01 | comments | 2.6 GB |
268
  | 2013-02 | comments | 2.4 GB |
269
  | 2013-03 | comments | 2.7 GB |
 
270
  | 2013-04 | comments | 2.9 GB |
271
  | 2013-04 | submissions | 563.0 MB |
272
  | 2013-05 | comments | 2.9 GB |
 
553
  ### Monthly breakdown
554
 
555
  <details>
556
+ <summary>Click to expand full monthly table (67 comment months + 118 submission months)</summary>
557
 
558
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
559
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
711
  | 2012-12 | submissions | 444.0 MB | 1m17s | 13m35s | 1m27s | 6 | 2,735,743 | 324.8 MB |
712
  | 2013-01 | submissions | 522.7 MB | 8m49s | 28m60s | 2m57s | 7 | 3,134,862 | 371.4 MB |
713
  | 2013-02 | submissions | 476.8 MB | 3m38s | 16m45s | 1m13s | 6 | 2,886,631 | 346.7 MB |
714
+ | 2013-03 | submissions | 534.8 MB | 2m12s | 19m46s | - | 7 | 3,201,525 | 392.5 MB |
715
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
716
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
717
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
773
 
774
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 121 GB free). Auto-updated every ~5 minutes.
775
 
776
+ **Started:** 2026-03-21 11:54 UTC / **Elapsed:** 2h 13m / **Committed this session:** 6
777
 
778
  ### Active Workers
779
 
780
  | Stage | Month | Type | Progress |
781
  |-------|-------|------|----------|
782
+ | Downloading | 2013-09 | submissions | 375.0 MB / 561.6 MB (66%) |
783
+ | Processing | 2013-04 | submissions | shard 3 · 1.5M rows · 25.4K rows/s |
784
+ | Processing | 2013-05 | submissions | starting... |
785
+ | Uploading | 2013-03 | submissions | 7 shards · 3.2M rows · committing |
786
 
787
 
788
  ### Throughput
 
792
  | Download | 23 Mbps avg |
793
  | Processing | 2.6K rows/s avg |
794
  | Upload | 105.2s per commit avg |
795
+ | ETA | 2026-03-27 05:06 UTC |
796
 
797
  ### Progress
798
 
 
804
  | Rows processed | 16.8M |
805
  | Data committed | 1.9 GB |
806
 
807
+ *Last update: 2026-03-21 14:07 UTC*
808
 
809
 
810
  # Dataset card for Arctic Shift Reddit Archive
 
988
 
989
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
990
 
991
+ *Last updated: 2026-03-21 14:07 UTC*
data/submissions/2013/03/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d5ef79ffb57b95e2c7a2b68bbeaf2cceb2fa1b1e214d8c495d78db00312a0aa
3
+ size 64608310
data/submissions/2013/03/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf28839df22712afe08324c59cba7dbfe8ada01a1b4076cde16bc5385d13561b
3
+ size 64215353
data/submissions/2013/03/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3581a1b91a821ce21840baf55ce868758b1d86c91220a8cd0132d8d61bea12ab
3
+ size 64391585
data/submissions/2013/03/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:008fdf6dbf72630877bcfa3149830e38c098c598982906571dbf991ba3b06fa7
3
+ size 64776299
data/submissions/2013/03/004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb0a2bac4d43acf35120ceafc9633fbdc5ed6c1e7dd099237b9cd96af75fa31b
3
+ size 64010777
data/submissions/2013/03/005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f4b64e3061a974fedee7f7ec3a253967b75487ee173ec2ccf431a1648338203
3
+ size 63970238
data/submissions/2013/03/006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:578de24214f820685cee0e2a4a6154ac66f80331f917295d1d74cfbecb05131f
3
+ size 25590824
stats.csv CHANGED
@@ -151,8 +151,9 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
151
  2012,10,submissions,6,2776156,337114916,467945225,189.56,1443.81,65.21,2026-03-21T12:36:53Z
152
  2012,11,submissions,6,2706118,337122607,463025195,276.58,1453.12,131.56,2026-03-21T13:05:49Z
153
  2012,12,submissions,6,2735743,340623071,465544475,76.77,814.90,87.27,2026-03-21T12:51:55Z
154
- 2013,1,submissions,7,3134862,389466828,548053284,528.58,1739.87,0.00,2026-03-21T13:43:44Z
155
  2013,2,submissions,6,2886631,363543971,500010070,217.65,1004.59,72.62,2026-03-21T13:26:24Z
 
156
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
157
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
158
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
151
  2012,10,submissions,6,2776156,337114916,467945225,189.56,1443.81,65.21,2026-03-21T12:36:53Z
152
  2012,11,submissions,6,2706118,337122607,463025195,276.58,1453.12,131.56,2026-03-21T13:05:49Z
153
  2012,12,submissions,6,2735743,340623071,465544475,76.77,814.90,87.27,2026-03-21T12:51:55Z
154
+ 2013,1,submissions,7,3134862,389466828,548053284,528.58,1739.87,176.93,2026-03-21T13:43:44Z
155
  2013,2,submissions,6,2886631,363543971,500010070,217.65,1004.59,72.62,2026-03-21T13:26:24Z
156
+ 2013,3,submissions,7,3201525,411563386,560773875,131.87,1186.33,0.00,2026-03-21T14:05:50Z
157
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
158
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
159
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z