tamnd commited on
Commit
1bad428
·
verified ·
1 Parent(s): 77b9b97

Add submissions/2013-05 (7 shards, 3.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 **1.3B items** (124.1M comments, 1.2B submissions) in **159.7 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.8M
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 | 120 | 1.2B | 149.4 GB |
230
- | **Total** | **67** | **1.3B** | **159.7 GB** |
231
 
232
  ### Coverage
233
 
234
- Processing **187** 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) | 469.6 GB |
240
  | Remaining (.zst) | 3.1 TB |
241
 
242
- ### Remaining months (299 pairs)
243
 
244
  <details>
245
  <summary>Click to expand remaining months table</summary>
@@ -269,7 +269,6 @@ Processing **187** of **486** (month, type) pairs from **2005-12** through **202
269
  | 2013-03 | comments | 2.7 GB |
270
  | 2013-04 | comments | 2.9 GB |
271
  | 2013-05 | comments | 2.9 GB |
272
- | 2013-05 | submissions | 551.8 MB |
273
  | 2013-06 | comments | 2.8 GB |
274
  | 2013-07 | comments | 3.1 GB |
275
  | 2013-07 | submissions | 590.7 MB |
@@ -551,7 +550,7 @@ Processing **187** of **486** (month, type) pairs from **2005-12** through **202
551
  ### Monthly breakdown
552
 
553
  <details>
554
- <summary>Click to expand full monthly table (67 comment months + 120 submission months)</summary>
555
 
556
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
557
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -711,6 +710,7 @@ Processing **187** of **486** (month, type) pairs from **2005-12** through **202
711
  | 2013-02 | submissions | 476.8 MB | 3m38s | 16m45s | 1m13s | 6 | 2,886,631 | 346.7 MB |
712
  | 2013-03 | submissions | 534.8 MB | 2m12s | 19m46s | 2m06s | 7 | 3,201,525 | 392.5 MB |
713
  | 2013-04 | submissions | 563.0 MB | 3m41s | 38m37s | 3m16s | 7 | 3,376,188 | 412.2 MB |
 
714
  | 2013-06 | submissions | 550.7 MB | 2m44s | 23m23s | 2m04s | 7 | 3,189,490 | 413.1 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 |
@@ -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:** 3h 7m / **Committed this session:** 9
777
 
778
  ### Active Workers
779
 
780
  | Stage | Month | Type | Progress |
781
  |-------|-------|------|----------|
782
- | Processing | 2013-05 | submissions | shard 4 · 2.0M rows · 17.5K rows/s |
783
  | Processing | 2013-07 | submissions | starting... |
 
 
784
 
785
 
786
  ### Throughput
@@ -788,9 +790,9 @@ ORDER BY year, month, type;
788
  | Metric | Value |
789
  |--------|------:|
790
  | Download | 22 Mbps avg |
791
- | Processing | 2.5K rows/s avg |
792
  | Upload | 119.8s per commit avg |
793
- | ETA | 2026-03-26 20:24 UTC |
794
 
795
  ### Progress
796
 
@@ -802,7 +804,7 @@ ORDER BY year, month, type;
802
  | Rows processed | 26.6M |
803
  | Data committed | 3.1 GB |
804
 
805
- *Last update: 2026-03-21 15:02 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 15: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 **160.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
 
 
106
  2010 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.9M
107
  2011 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.0M
108
  2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29.3M
109
+ 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19.1M
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 | 121 | 1.2B | 149.8 GB |
230
+ | **Total** | **67** | **1.3B** | **160.1 GB** |
231
 
232
  ### Coverage
233
 
234
+ Processing **188** 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) | 470.1 GB |
240
  | Remaining (.zst) | 3.1 TB |
241
 
242
+ ### Remaining months (298 pairs)
243
 
244
  <details>
245
  <summary>Click to expand remaining months table</summary>
 
269
  | 2013-03 | comments | 2.7 GB |
270
  | 2013-04 | comments | 2.9 GB |
271
  | 2013-05 | comments | 2.9 GB |
 
272
  | 2013-06 | comments | 2.8 GB |
273
  | 2013-07 | comments | 3.1 GB |
274
  | 2013-07 | submissions | 590.7 MB |
 
550
  ### Monthly breakdown
551
 
552
  <details>
553
+ <summary>Click to expand full monthly table (67 comment months + 121 submission months)</summary>
554
 
555
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
556
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
710
  | 2013-02 | submissions | 476.8 MB | 3m38s | 16m45s | 1m13s | 6 | 2,886,631 | 346.7 MB |
711
  | 2013-03 | submissions | 534.8 MB | 2m12s | 19m46s | 2m06s | 7 | 3,201,525 | 392.5 MB |
712
  | 2013-04 | submissions | 563.0 MB | 3m41s | 38m37s | 3m16s | 7 | 3,376,188 | 412.2 MB |
713
+ | 2013-05 | submissions | 551.8 MB | 5m18s | 48m28s | - | 7 | 3,261,976 | 411.0 MB |
714
  | 2013-06 | submissions | 550.7 MB | 2m44s | 23m23s | 2m04s | 7 | 3,189,490 | 413.1 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 |
 
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:** 3h 27m / **Committed this session:** 9
777
 
778
  ### Active Workers
779
 
780
  | Stage | Month | Type | Progress |
781
  |-------|-------|------|----------|
782
+ | Downloading | 2013-12 | submissions | 308.7 MB / 687.7 MB (44%) |
783
  | Processing | 2013-07 | submissions | starting... |
784
+ | Processing | 2013-08 | submissions | starting... |
785
+ | Uploading | 2013-05 | submissions | 7 shards · 3.3M rows · committing |
786
 
787
 
788
  ### Throughput
 
790
  | Metric | Value |
791
  |--------|------:|
792
  | Download | 22 Mbps avg |
793
+ | Processing | 2.3K rows/s avg |
794
  | Upload | 119.8s per commit avg |
795
+ | ETA | 2026-03-27 11:09 UTC |
796
 
797
  ### Progress
798
 
 
804
  | Rows processed | 26.6M |
805
  | Data committed | 3.1 GB |
806
 
807
+ *Last update: 2026-03-21 15:21 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 15:21 UTC*
data/submissions/2013/05/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e2653942da75e8aabb415593f06dbb916e6d86df5f8b2ac2f4167138b5366c5
3
+ size 65931849
data/submissions/2013/05/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b065b567ea10a980f51664825a58c2c43b2a4f2e8930272e6bcf3b6920689806
3
+ size 65555006
data/submissions/2013/05/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5a494f99bc13ff1ef39556a19d17cdb8cc9ca205727f8c775be31cb31028a00
3
+ size 65533721
data/submissions/2013/05/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed772ba41873db893bf5f707811a87dfc05fbc215b81c93efb67f45d73d675de
3
+ size 65584082
data/submissions/2013/05/004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fb4d16ea500e74cb8e86fb6c1c7c26cbf1d029dd2ba1da80c64f6bc7965e2fe
3
+ size 66190031
data/submissions/2013/05/005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bb77cddd3eefc073c9a4f615c3fdb62a6b5f2d4f6f3bab2779622b3874431fe
3
+ size 66978830
data/submissions/2013/05/006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3afe8a3d1c6f953cf85a91d47fc6ef38d54784514c2bd4ee3b489dea7dfdce78
3
+ size 35185851
stats.csv CHANGED
@@ -155,7 +155,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
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,126.49,2026-03-21T14:05:50Z
157
  2013,4,submissions,7,3376188,432218566,590398173,221.48,2317.32,195.86,2026-03-21T14:26:13Z
158
- 2013,6,submissions,7,3189490,433117409,577426173,164.33,1402.89,0.00,2026-03-21T14:52:32Z
 
159
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
160
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
161
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
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,126.49,2026-03-21T14:05:50Z
157
  2013,4,submissions,7,3376188,432218566,590398173,221.48,2317.32,195.86,2026-03-21T14:26:13Z
158
+ 2013,5,submissions,7,3261976,430959370,578626570,318.40,2907.95,0.00,2026-03-21T15:20:01Z
159
+ 2013,6,submissions,7,3189490,433117409,577426173,164.33,1402.89,124.40,2026-03-21T14:52:32Z
160
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
161
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
162
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z