tamnd commited on
Commit
44fbe9a
·
verified ·
1 Parent(s): 3f10863

Add submissions/2011-12 (4 shards, 1.8M 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 **154.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
 
@@ -104,7 +104,7 @@ states.json live pipeline state (updated every ~5 min)
104
  2008 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
105
  2009 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.8M
106
  2010 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.9M
107
- 2011 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13.3M
108
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
109
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
110
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
@@ -224,20 +224,20 @@ huggingface-cli download open-index/arctic \
224
  | Type | Months | Rows | Parquet Size |
225
  |------|-------:|-----:|-------------:|
226
  | comments | 67 | 124.1M | 10.4 GB |
227
- | submissions | 102 | 1.2B | 144.0 GB |
228
- | **Total** | **67** | **1.3B** | **154.3 GB** |
229
 
230
  ### Coverage
231
 
232
- Processing **169** of **486** (month, type) pairs from **2005-12** through **2026-02**.
233
 
234
  | Metric | Size |
235
  |--------|-----:|
236
  | Total .zst archive | 3.6 TB |
237
- | Processed (.zst) | 462.3 GB |
238
  | Remaining (.zst) | 3.1 TB |
239
 
240
- ### Remaining months (317 pairs)
241
 
242
  <details>
243
  <summary>Click to expand remaining months table</summary>
@@ -250,7 +250,6 @@ Processing **169** of **486** (month, type) pairs from **2005-12** through **202
250
  | 2011-10 | comments | 1.2 GB |
251
  | 2011-11 | comments | 1.2 GB |
252
  | 2011-12 | comments | 1.2 GB |
253
- | 2011-12 | submissions | 252.0 MB |
254
  | 2012-01 | comments | 1.4 GB |
255
  | 2012-01 | submissions | 285.4 MB |
256
  | 2012-02 | comments | 1.4 GB |
@@ -567,7 +566,7 @@ Processing **169** of **486** (month, type) pairs from **2005-12** through **202
567
  ### Monthly breakdown
568
 
569
  <details>
570
- <summary>Click to expand full monthly table (67 comment months + 102 submission months)</summary>
571
 
572
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
573
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -709,7 +708,8 @@ Processing **169** of **486** (month, type) pairs from **2005-12** through **202
709
  | 2011-08 | submissions | 199.9 MB | - | 44.2s | 1m08s | 3 | 1,448,347 | 156.5 MB |
710
  | 2011-09 | submissions | 204.2 MB | 2m13s | 1m34s | 37.2s | 3 | 1,482,575 | 160.2 MB |
711
  | 2011-10 | submissions | 226.9 MB | - | 54.4s | 1m17s | 4 | 1,590,673 | 179.1 MB |
712
- | 2011-11 | submissions | 235.5 MB | 2m18s | 57.4s | - | 4 | 1,634,431 | 181.8 MB |
 
713
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
714
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
715
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -771,37 +771,38 @@ ORDER BY year, month, type;
771
 
772
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 103 GB free). Auto-updated every ~5 minutes.
773
 
774
- **Started:** 2026-03-21 09:20 UTC / **Elapsed:** 6m / **Committed this session:** 3
775
 
776
  ### Active Workers
777
 
778
  | Stage | Month | Type | Progress |
779
  |-------|-------|------|----------|
780
- | Downloading | 2012-01 | submissions | 40.6 MB / 285.4 MB (14%) |
781
- | Processing | 2011-12 | submissions | shard 3 · 500.0K rows · 26.2K rows/s |
782
- | Uploading | 2011-11 | submissions | 4 shards · 1.6M rows · committing |
 
783
 
784
 
785
  ### Throughput
786
 
787
  | Metric | Value |
788
  |--------|------:|
789
- | Download | 13 Mbps avg |
790
- | Processing | 26.6K rows/s avg |
791
- | Upload | 60.8s per commit avg |
792
- | ETA | 2026-03-21 21:13 UTC |
793
 
794
  ### Progress
795
 
796
- `██████░░░░░░░░░░░░░░░░░░░░░░░░` 101 / 488 (20.7%)
797
 
798
  | Metric | This Session |
799
  |--------|-------------:|
800
- | Months committed | 3 |
801
- | Rows processed | 4.5M |
802
- | Data committed | 495.8 MB |
803
 
804
- *Last update: 2026-03-21 09:26 UTC*
805
 
806
 
807
  # Dataset card for Arctic Shift Reddit Archive
@@ -985,4 +986,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
985
 
986
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
987
 
988
- *Last updated: 2026-03-21 09:26 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 **154.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
 
 
104
  2008 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
105
  2009 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.8M
106
  2010 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.9M
107
+ 2011 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.0M
108
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
109
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
110
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
 
224
  | Type | Months | Rows | Parquet Size |
225
  |------|-------:|-----:|-------------:|
226
  | comments | 67 | 124.1M | 10.4 GB |
227
+ | submissions | 103 | 1.2B | 144.1 GB |
228
+ | **Total** | **67** | **1.3B** | **154.5 GB** |
229
 
230
  ### Coverage
231
 
232
+ Processing **170** of **486** (month, type) pairs from **2005-12** through **2026-02**.
233
 
234
  | Metric | Size |
235
  |--------|-----:|
236
  | Total .zst archive | 3.6 TB |
237
+ | Processed (.zst) | 462.6 GB |
238
  | Remaining (.zst) | 3.1 TB |
239
 
240
+ ### Remaining months (316 pairs)
241
 
242
  <details>
243
  <summary>Click to expand remaining months table</summary>
 
250
  | 2011-10 | comments | 1.2 GB |
251
  | 2011-11 | comments | 1.2 GB |
252
  | 2011-12 | comments | 1.2 GB |
 
253
  | 2012-01 | comments | 1.4 GB |
254
  | 2012-01 | submissions | 285.4 MB |
255
  | 2012-02 | comments | 1.4 GB |
 
566
  ### Monthly breakdown
567
 
568
  <details>
569
+ <summary>Click to expand full monthly table (67 comment months + 103 submission months)</summary>
570
 
571
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
572
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
708
  | 2011-08 | submissions | 199.9 MB | - | 44.2s | 1m08s | 3 | 1,448,347 | 156.5 MB |
709
  | 2011-09 | submissions | 204.2 MB | 2m13s | 1m34s | 37.2s | 3 | 1,482,575 | 160.2 MB |
710
  | 2011-10 | submissions | 226.9 MB | - | 54.4s | 1m17s | 4 | 1,590,673 | 179.1 MB |
711
+ | 2011-11 | submissions | 235.5 MB | 2m18s | 57.4s | 1m06s | 4 | 1,634,431 | 181.8 MB |
712
+ | 2011-12 | submissions | 252.0 MB | - | 2m56s | - | 4 | 1,772,219 | 194.2 MB |
713
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
714
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
715
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
771
 
772
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 103 GB free). Auto-updated every ~5 minutes.
773
 
774
+ **Started:** 2026-03-21 09:20 UTC / **Elapsed:** 8m / **Committed this session:** 4
775
 
776
  ### Active Workers
777
 
778
  | Stage | Month | Type | Progress |
779
  |-------|-------|------|----------|
780
+ | Downloading | 2012-03 | submissions | 15.1 MB / 315.1 MB (4%) |
781
+ | Processing | 2012-01 | submissions | shard 1 · 500.0K rows · 30.0K rows/s |
782
+ | Processing | 2012-02 | submissions | starting... |
783
+ | Uploading | 2011-12 | submissions | 4 shards · 1.8M rows · committing |
784
 
785
 
786
  ### Throughput
787
 
788
  | Metric | Value |
789
  |--------|------:|
790
+ | Download | 15 Mbps avg |
791
+ | Processing | 23.3K rows/s avg |
792
+ | Upload | 62.1s per commit avg |
793
+ | ETA | 2026-03-21 21:27 UTC |
794
 
795
  ### Progress
796
 
797
+ `██████░░░░░░░░░░░░░░░░░░░░░░░░` 102 / 488 (20.9%)
798
 
799
  | Metric | This Session |
800
  |--------|-------------:|
801
+ | Months committed | 4 |
802
+ | Rows processed | 6.2M |
803
+ | Data committed | 677.5 MB |
804
 
805
+ *Last update: 2026-03-21 09:28 UTC*
806
 
807
 
808
  # Dataset card for Arctic Shift Reddit Archive
 
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 09:28 UTC*
data/submissions/2011/12/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:324b778bb20cb5594824858debae0755b6831fd80010270bd4442604f2915e27
3
+ size 57827044
data/submissions/2011/12/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0dc2c5222171499a6267d9c47e86411d07895ee4d8f6185e55513490de9a5e8
3
+ size 57475057
data/submissions/2011/12/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8031c686e98b5f758530dcaa2e3146232d15a7af46b160441e59ee0af480f742
3
+ size 56532434
data/submissions/2011/12/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5571e86a974ee927507a3b2e3407f27701ed44bbaf60776e38da320270f3f96
3
+ size 31804453
states.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "session_id": "2026-03-21T09:20:55Z",
3
  "started_at": "2026-03-21T09:20:55.358986587Z",
4
- "updated_at": "2026-03-21T09:26:54.969457138Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2011-11",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
@@ -30,28 +30,33 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2012-01",
34
  "type": "submissions",
35
- "bytes_done": 42522629,
36
- "bytes_total": 299292677,
37
  "phase": "downloading"
38
  }
39
  ],
40
  "processing": [
41
  {
42
- "ym": "2011-12",
43
  "type": "submissions",
44
- "shard": 3,
45
  "rows": 500000,
46
- "rows_per_sec": 26204.138196212698,
 
 
 
 
 
47
  "phase": "processing"
48
  }
49
  ],
50
  "uploading": [
51
  {
52
- "ym": "2011-11",
53
  "type": "submissions",
54
- "rows": 1634431,
55
  "shards": 4,
56
  "phase": "committing"
57
  }
@@ -60,17 +65,17 @@
60
  "queued_for_upload": 0
61
  },
62
  "throughput": {
63
- "avg_download_mbps": 12.95501700568552,
64
- "avg_process_rows_per_sec": 26579.99559672332,
65
- "avg_upload_sec_per_commit": 60.793798333333335,
66
- "estimated_completion": "2026-03-21T22:13:03.789637604+01:00"
67
  },
68
  "stats": {
69
- "committed": 3,
70
  "skipped": 98,
71
  "retries": 0,
72
- "total_rows": 4521595,
73
- "total_bytes": 519844460,
74
  "total_months": 488
75
  }
76
  }
 
1
  {
2
  "session_id": "2026-03-21T09:20:55Z",
3
  "started_at": "2026-03-21T09:20:55.358986587Z",
4
+ "updated_at": "2026-03-21T09:28:55.219677166Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2011-12",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2012-03",
34
  "type": "submissions",
35
+ "bytes_done": 15803365,
36
+ "bytes_total": 330435518,
37
  "phase": "downloading"
38
  }
39
  ],
40
  "processing": [
41
  {
42
+ "ym": "2012-01",
43
  "type": "submissions",
44
+ "shard": 1,
45
  "rows": 500000,
46
+ "rows_per_sec": 29961.667540511582,
47
+ "phase": "processing"
48
+ },
49
+ {
50
+ "ym": "2012-02",
51
+ "type": "submissions",
52
  "phase": "processing"
53
  }
54
  ],
55
  "uploading": [
56
  {
57
+ "ym": "2011-12",
58
  "type": "submissions",
59
+ "rows": 1772219,
60
  "shards": 4,
61
  "phase": "committing"
62
  }
 
65
  "queued_for_upload": 0
66
  },
67
  "throughput": {
68
+ "avg_download_mbps": 14.771948250898177,
69
+ "avg_process_rows_per_sec": 23280.805265273062,
70
+ "avg_upload_sec_per_commit": 62.1027400085,
71
+ "estimated_completion": "2026-03-21T22:27:24.115197573+01:00"
72
  },
73
  "stats": {
74
+ "committed": 4,
75
  "skipped": 98,
76
  "retries": 0,
77
+ "total_rows": 6156026,
78
+ "total_bytes": 710461773,
79
  "total_months": 488
80
  }
81
  }
stats.csv CHANGED
@@ -137,7 +137,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
137
  2011,8,submissions,3,1448347,164082352,209622064,0.00,44.21,67.88,2026-03-21T09:21:39Z
138
  2011,9,submissions,3,1482575,168012397,214126359,132.82,93.60,37.19,2026-03-21T09:25:20Z
139
  2011,10,submissions,4,1590673,187749711,237965612,0.00,54.41,77.31,2026-03-21T09:24:02Z
140
- 2011,11,submissions,4,1634431,190617313,246897028,138.40,57.38,0.00,2026-03-21T09:26:24Z
 
141
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
142
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
143
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
137
  2011,8,submissions,3,1448347,164082352,209622064,0.00,44.21,67.88,2026-03-21T09:21:39Z
138
  2011,9,submissions,3,1482575,168012397,214126359,132.82,93.60,37.19,2026-03-21T09:25:20Z
139
  2011,10,submissions,4,1590673,187749711,237965612,0.00,54.41,77.31,2026-03-21T09:24:02Z
140
+ 2011,11,submissions,4,1634431,190617313,246897028,138.40,57.38,66.03,2026-03-21T09:26:24Z
141
+ 2011,12,submissions,4,1772219,203638988,264265411,0.00,175.74,0.00,2026-03-21T09:28:22Z
142
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
143
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
144
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z