tamnd commited on
Commit
8de0779
·
verified ·
1 Parent(s): 3a67f48

Add submissions/2013-08 (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 **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,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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19.1M
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 | 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>
@@ -273,7 +273,6 @@ Processing **188** of **486** (month, type) pairs from **2005-12** through **202
273
  | 2013-07 | comments | 3.1 GB |
274
  | 2013-07 | submissions | 590.7 MB |
275
  | 2013-08 | comments | 3.1 GB |
276
- | 2013-08 | submissions | 586.6 MB |
277
  | 2013-09 | comments | 2.8 GB |
278
  | 2013-09 | submissions | 561.6 MB |
279
  | 2013-10 | comments | 3.1 GB |
@@ -550,7 +549,7 @@ Processing **188** of **486** (month, type) pairs from **2005-12** through **202
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
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -712,6 +711,7 @@ Processing **188** of **486** (month, type) pairs from **2005-12** through **202
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 | 2m29s | 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 |
717
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -773,24 +773,25 @@ 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 35m / **Committed this session:** 10
777
 
778
  ### Active Workers
779
 
780
  | Stage | Month | Type | Progress |
781
  |-------|-------|------|----------|
782
- | Processing | 2013-07 | submissions | starting... |
783
- | Processing | 2013-08 | submissions | shard 4 · 2.0M rows · 29.2K rows/s |
 
784
 
785
 
786
  ### Throughput
787
 
788
  | Metric | Value |
789
  |--------|------:|
790
- | Download | 22 Mbps avg |
791
  | Processing | 2.3K rows/s avg |
792
  | Upload | 122.7s per commit avg |
793
- | ETA | 2026-03-27 00:14 UTC |
794
 
795
  ### Progress
796
 
@@ -802,7 +803,7 @@ ORDER BY year, month, type;
802
  | Rows processed | 29.8M |
803
  | Data committed | 3.5 GB |
804
 
805
- *Last update: 2026-03-21 15:30 UTC*
806
 
807
 
808
  # Dataset card for Arctic Shift Reddit Archive
@@ -986,4 +987,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:34 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.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
  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
  | 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>
 
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 |
278
  | 2013-10 | comments | 3.1 GB |
 
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
  | 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 | - | 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 |
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:** 3h 56m / **Committed this session:** 10
777
 
778
  ### Active Workers
779
 
780
  | Stage | Month | Type | Progress |
781
  |-------|-------|------|----------|
782
+ | Processing | 2013-07 | submissions | shard 3 · 1.5M rows · 41.4K rows/s |
783
+ | Processing | 2013-09 | submissions | starting... |
784
+ | Uploading | 2013-08 | submissions | 7 shards · 3.3M rows · committing |
785
 
786
 
787
  ### Throughput
788
 
789
  | Metric | Value |
790
  |--------|------:|
791
+ | Download | 23 Mbps avg |
792
  | Processing | 2.3K rows/s avg |
793
  | Upload | 122.7s per commit avg |
794
+ | ETA | 2026-03-27 16:23 UTC |
795
 
796
  ### Progress
797
 
 
803
  | Rows processed | 29.8M |
804
  | Data committed | 3.5 GB |
805
 
806
+ *Last update: 2026-03-21 15:51 UTC*
807
 
808
 
809
  # Dataset card for Arctic Shift Reddit Archive
 
987
 
988
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
989
 
990
+ *Last updated: 2026-03-21 15:51 UTC*
data/submissions/2013/08/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b65c6000e80ab5dca01284124a8e3f87001c4863d442e5aac124ccf3c9acf279
3
+ size 69858952
data/submissions/2013/08/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:404859eab00392caa106bebdf679067d80d80d32c0a4de781e98d8858e0f8dce
3
+ size 70114421
data/submissions/2013/08/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f3b217598b68f651aee8a2c4b37ea06719d5f9395a8dc510c8ee3d0ec1a20d4
3
+ size 70414245
data/submissions/2013/08/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d42e79e86b05892cc845e50ea35b16a01958aef770cb4bdb488643ed8a306af
3
+ size 70027872
data/submissions/2013/08/004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e133de246bb7d511d6ed2c0f0b162fc14074253ebd7f2172019bd22261934814
3
+ size 70578358
data/submissions/2013/08/005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f47c8677b14c3cc978a6f88c39898134cbbb23931a9fb6bec1b331369646bb83
3
+ size 70161816
data/submissions/2013/08/006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b41133aa0b284e7d336d6f5cdc98fc20daeffa77a85a7d05fa3906f84fc6a38
3
+ size 44060651
stats.csv CHANGED
@@ -155,8 +155,9 @@ 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,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
 
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,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