tamnd commited on
Commit
a7a0eef
·
verified ·
1 Parent(s): 54d3143

Add submissions/2013-07 (7 shards, 3.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 **1.3B items** (124.1M comments, 1.2B submissions) in **160.6 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22.4M
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 | 122 | 1.2B | 150.2 GB |
230
- | **Total** | **67** | **1.3B** | **160.6 GB** |
231
 
232
  ### Coverage
233
 
234
- Processing **189** 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.7 GB |
240
  | Remaining (.zst) | 3.1 TB |
241
 
242
- ### Remaining months (297 pairs)
243
 
244
  <details>
245
  <summary>Click to expand remaining months table</summary>
@@ -271,7 +271,6 @@ Processing **189** of **486** (month, type) pairs from **2005-12** through **202
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 |
275
  | 2013-08 | comments | 3.1 GB |
276
  | 2013-09 | comments | 2.8 GB |
277
  | 2013-09 | submissions | 561.6 MB |
@@ -549,7 +548,7 @@ Processing **189** of **486** (month, type) pairs from **2005-12** through **202
549
  ### Monthly breakdown
550
 
551
  <details>
552
- <summary>Click to expand full monthly table (67 comment months + 122 submission months)</summary>
553
 
554
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
555
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -711,6 +710,7 @@ Processing **189** of **486** (month, type) pairs from **2005-12** through **202
711
  | 2013-04 | submissions | 563.0 MB | 3m41s | 38m37s | 3m16s | 7 | 3,376,188 | 412.2 MB |
712
  | 2013-05 | submissions | 551.8 MB | 5m18s | 48m28s | 2m29s | 7 | 3,261,976 | 411.0 MB |
713
  | 2013-06 | submissions | 550.7 MB | 2m44s | 23m23s | 2m04s | 7 | 3,189,490 | 413.1 MB |
 
714
  | 2013-08 | submissions | 586.6 MB | 1m40s | 26m37s | 3m26s | 7 | 3,315,090 | 443.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 |
@@ -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:** 4h 5m / **Committed this session:** 11
777
 
778
  ### Active Workers
779
 
780
  | Stage | Month | Type | Progress |
781
  |-------|-------|------|----------|
782
- | Processing | 2013-07 | submissions | shard 5 · 2.5M rows · 29.3K rows/s |
783
  | Processing | 2013-09 | submissions | starting... |
 
 
784
 
785
 
786
  ### Throughput
@@ -788,9 +790,9 @@ ORDER BY year, month, type;
788
  | Metric | Value |
789
  |--------|------:|
790
  | Download | 23 Mbps avg |
791
- | Processing | 2.3K rows/s avg |
792
  | Upload | 130.3s per commit avg |
793
- | ETA | 2026-03-27 16:54 UTC |
794
 
795
  ### Progress
796
 
@@ -802,7 +804,7 @@ ORDER BY year, month, type;
802
  | Rows processed | 33.2M |
803
  | Data committed | 4.0 GB |
804
 
805
- *Last update: 2026-03-21 16:00 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 16: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.4B items** (124.1M comments, 1.2B submissions) in **161.0 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 25.7M
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 | 123 | 1.2B | 150.6 GB |
230
+ | **Total** | **67** | **1.4B** | **161.0 GB** |
231
 
232
  ### Coverage
233
 
234
+ Processing **190** 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) | 471.2 GB |
240
  | Remaining (.zst) | 3.1 TB |
241
 
242
+ ### Remaining months (296 pairs)
243
 
244
  <details>
245
  <summary>Click to expand remaining months table</summary>
 
271
  | 2013-05 | comments | 2.9 GB |
272
  | 2013-06 | comments | 2.8 GB |
273
  | 2013-07 | comments | 3.1 GB |
 
274
  | 2013-08 | comments | 3.1 GB |
275
  | 2013-09 | comments | 2.8 GB |
276
  | 2013-09 | submissions | 561.6 MB |
 
548
  ### Monthly breakdown
549
 
550
  <details>
551
+ <summary>Click to expand full monthly table (67 comment months + 123 submission months)</summary>
552
 
553
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
554
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
710
  | 2013-04 | submissions | 563.0 MB | 3m41s | 38m37s | 3m16s | 7 | 3,376,188 | 412.2 MB |
711
  | 2013-05 | submissions | 551.8 MB | 5m18s | 48m28s | 2m29s | 7 | 3,261,976 | 411.0 MB |
712
  | 2013-06 | submissions | 550.7 MB | 2m44s | 23m23s | 2m04s | 7 | 3,189,490 | 413.1 MB |
713
+ | 2013-07 | submissions | 590.7 MB | 3m32s | 46m19s | - | 7 | 3,374,406 | 442.8 MB |
714
  | 2013-08 | submissions | 586.6 MB | 1m40s | 26m37s | 3m26s | 7 | 3,315,090 | 443.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 |
 
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:** 4h 18m / **Committed this session:** 11
777
 
778
  ### Active Workers
779
 
780
  | Stage | Month | Type | Progress |
781
  |-------|-------|------|----------|
782
+ | Downloading | 2014-02 | submissions | 200.5 MB / 710.5 MB (28%) |
783
  | Processing | 2013-09 | submissions | starting... |
784
+ | Processing | 2013-10 | submissions | shard 1 · 0 rows |
785
+ | Uploading | 2013-07 | submissions | 7 shards · 3.4M rows · committing |
786
 
787
 
788
  ### Throughput
 
790
  | Metric | Value |
791
  |--------|------:|
792
  | Download | 23 Mbps avg |
793
+ | Processing | 2.2K rows/s avg |
794
  | Upload | 130.3s per commit avg |
795
+ | ETA | 2026-03-27 13:37 UTC |
796
 
797
  ### Progress
798
 
 
804
  | Rows processed | 33.2M |
805
  | Data committed | 4.0 GB |
806
 
807
+ *Last update: 2026-03-21 16:12 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 16:12 UTC*
data/submissions/2013/07/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25de391a68f2930f112e78152e2a974591292a6a70bb34f0d38be917ca9f676b
3
+ size 67920433
data/submissions/2013/07/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d2e6accaa7d7ae6818f7633abfe0f6da3b4f125ab063537913fb2e36e9609ea
3
+ size 69013580
data/submissions/2013/07/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc97f7154ab3023bba6ea69650bfec0c6b3416ad041b065db2d8e41a48e64c2b
3
+ size 67458112
data/submissions/2013/07/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44d48aad9555138acd74bb9cb02d393b2f01a5384595ffabd28291958c5d9fc8
3
+ size 68767777
data/submissions/2013/07/004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcff04a77ed120bdfa0184f83b6785b683ee6d9d859b3238e04641a84e897dad
3
+ size 68989128
data/submissions/2013/07/005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82398a4682d6209a865e0782e013d4342e1ccf4c0252fefef5cc5db74de562fa
3
+ size 69462717
data/submissions/2013/07/006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04974217004556b8246359d02d1c56545602faeeee62f436ca6a5119c3520a4f
3
+ size 52720265
stats.csv CHANGED
@@ -157,7 +157,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
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,148.62,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
- 2013,8,submissions,7,3315090,465216315,615047931,99.75,1597.42,0.00,2026-03-21T15:48:31Z
 
161
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
162
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
163
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
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,148.62,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
+ 2013,7,submissions,7,3374406,464332012,619406767,212.13,2779.28,0.00,2026-03-21T16:09:56Z
161
+ 2013,8,submissions,7,3315090,465216315,615047931,99.75,1597.42,206.09,2026-03-21T15:48:31Z
162
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
163
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
164
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z