tamnd commited on
Commit
5481dea
·
verified ·
1 Parent(s): 8586dbb

Add submissions/2012-11 (6 shards, 2.7M 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 **157.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
 
@@ -105,7 +105,7 @@ states.json live pipeline state (updated every ~5 min)
105
  2009 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.8M
106
  2010 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.9M
107
  2011 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.0M
108
- 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 26.6M
109
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
110
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
111
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
@@ -225,20 +225,20 @@ huggingface-cli download open-index/arctic \
225
  | Type | Months | Rows | Parquet Size |
226
  |------|-------:|-----:|-------------:|
227
  | comments | 67 | 124.1M | 10.4 GB |
228
- | submissions | 114 | 1.2B | 147.2 GB |
229
- | **Total** | **67** | **1.3B** | **157.5 GB** |
230
 
231
  ### Coverage
232
 
233
- Processing **181** of **486** (month, type) pairs from **2005-12** through **2026-02**.
234
 
235
  | Metric | Size |
236
  |--------|-----:|
237
  | Total .zst archive | 3.6 TB |
238
- | Processed (.zst) | 466.5 GB |
239
  | Remaining (.zst) | 3.1 TB |
240
 
241
- ### Remaining months (305 pairs)
242
 
243
  <details>
244
  <summary>Click to expand remaining months table</summary>
@@ -262,7 +262,6 @@ Processing **181** of **486** (month, type) pairs from **2005-12** through **202
262
  | 2012-09 | comments | 2.0 GB |
263
  | 2012-10 | comments | 2.1 GB |
264
  | 2012-11 | comments | 2.1 GB |
265
- | 2012-11 | submissions | 441.6 MB |
266
  | 2012-12 | comments | 2.2 GB |
267
  | 2013-01 | comments | 2.6 GB |
268
  | 2013-01 | submissions | 522.7 MB |
@@ -556,7 +555,7 @@ Processing **181** of **486** (month, type) pairs from **2005-12** through **202
556
  ### Monthly breakdown
557
 
558
  <details>
559
- <summary>Click to expand full monthly table (67 comment months + 114 submission months)</summary>
560
 
561
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
562
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -710,6 +709,7 @@ Processing **181** of **486** (month, type) pairs from **2005-12** through **202
710
  | 2012-08 | submissions | 425.4 MB | 1m09s | 13m10s | 1m26s | 6 | 2,782,752 | 332.2 MB |
711
  | 2012-09 | submissions | 419.9 MB | 2m48s | 11m14s | 1m38s | 6 | 2,568,109 | 305.8 MB |
712
  | 2012-10 | submissions | 446.3 MB | 3m10s | 24m04s | 1m05s | 6 | 2,776,156 | 321.5 MB |
 
713
  | 2012-12 | submissions | 444.0 MB | 1m17s | 13m35s | 1m27s | 6 | 2,735,743 | 324.8 MB |
714
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
715
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
@@ -772,14 +772,16 @@ ORDER BY year, month, type;
772
 
773
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 121 GB free). Auto-updated every ~5 minutes.
774
 
775
- **Started:** 2026-03-21 11:54 UTC / **Elapsed:** 1h 9m / **Committed this session:** 3
776
 
777
  ### Active Workers
778
 
779
  | Stage | Month | Type | Progress |
780
  |-------|-------|------|----------|
781
- | Processing | 2012-11 | submissions | shard 5 · 2.5M rows · 27.6K rows/s |
782
  | Processing | 2013-01 | submissions | starting... |
 
 
783
 
784
 
785
  ### Throughput
@@ -787,9 +789,9 @@ ORDER BY year, month, type;
787
  | Metric | Value |
788
  |--------|------:|
789
  | Download | 23 Mbps avg |
790
- | Processing | 3.0K rows/s avg |
791
  | Upload | 83.4s per commit avg |
792
- | ETA | 2026-03-27 03:37 UTC |
793
 
794
  ### Progress
795
 
@@ -801,7 +803,7 @@ ORDER BY year, month, type;
801
  | Rows processed | 8.1M |
802
  | Data committed | 952.1 MB |
803
 
804
- *Last update: 2026-03-21 13:03 UTC*
805
 
806
 
807
  # Dataset card for Arctic Shift Reddit Archive
@@ -985,4 +987,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 13: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 **157.8 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
 
 
105
  2009 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.8M
106
  2010 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.9M
107
  2011 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.0M
108
+ 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29.3M
109
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
110
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
111
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
 
225
  | Type | Months | Rows | Parquet Size |
226
  |------|-------:|-----:|-------------:|
227
  | comments | 67 | 124.1M | 10.4 GB |
228
+ | submissions | 115 | 1.2B | 147.5 GB |
229
+ | **Total** | **67** | **1.3B** | **157.8 GB** |
230
 
231
  ### Coverage
232
 
233
+ Processing **182** of **486** (month, type) pairs from **2005-12** through **2026-02**.
234
 
235
  | Metric | Size |
236
  |--------|-----:|
237
  | Total .zst archive | 3.6 TB |
238
+ | Processed (.zst) | 467.0 GB |
239
  | Remaining (.zst) | 3.1 TB |
240
 
241
+ ### Remaining months (304 pairs)
242
 
243
  <details>
244
  <summary>Click to expand remaining months table</summary>
 
262
  | 2012-09 | comments | 2.0 GB |
263
  | 2012-10 | comments | 2.1 GB |
264
  | 2012-11 | comments | 2.1 GB |
 
265
  | 2012-12 | comments | 2.2 GB |
266
  | 2013-01 | comments | 2.6 GB |
267
  | 2013-01 | submissions | 522.7 MB |
 
555
  ### Monthly breakdown
556
 
557
  <details>
558
+ <summary>Click to expand full monthly table (67 comment months + 115 submission months)</summary>
559
 
560
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
561
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
709
  | 2012-08 | submissions | 425.4 MB | 1m09s | 13m10s | 1m26s | 6 | 2,782,752 | 332.2 MB |
710
  | 2012-09 | submissions | 419.9 MB | 2m48s | 11m14s | 1m38s | 6 | 2,568,109 | 305.8 MB |
711
  | 2012-10 | submissions | 446.3 MB | 3m10s | 24m04s | 1m05s | 6 | 2,776,156 | 321.5 MB |
712
+ | 2012-11 | submissions | 441.6 MB | 4m37s | 24m13s | - | 6 | 2,706,118 | 321.5 MB |
713
  | 2012-12 | submissions | 444.0 MB | 1m17s | 13m35s | 1m27s | 6 | 2,735,743 | 324.8 MB |
714
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
715
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
 
772
 
773
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 121 GB free). Auto-updated every ~5 minutes.
774
 
775
+ **Started:** 2026-03-21 11:54 UTC / **Elapsed:** 1h 13m / **Committed this session:** 3
776
 
777
  ### Active Workers
778
 
779
  | Stage | Month | Type | Progress |
780
  |-------|-------|------|----------|
781
+ | Downloading | 2013-06 | submissions | 249.0 MB / 550.7 MB (45%) |
782
  | Processing | 2013-01 | submissions | starting... |
783
+ | Processing | 2013-02 | submissions | starting... |
784
+ | Uploading | 2012-11 | submissions | 6 shards · 2.7M rows · committing |
785
 
786
 
787
  ### Throughput
 
789
  | Metric | Value |
790
  |--------|------:|
791
  | Download | 23 Mbps avg |
792
+ | Processing | 2.7K rows/s avg |
793
  | Upload | 83.4s per commit avg |
794
+ | ETA | 2026-03-27 16:34 UTC |
795
 
796
  ### Progress
797
 
 
803
  | Rows processed | 8.1M |
804
  | Data committed | 952.1 MB |
805
 
806
+ *Last update: 2026-03-21 13:07 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 13:07 UTC*
data/submissions/2012/11/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffe446645e654789694cc262182cce4b801a2b84a69440fa93ad80c5f5bc2c85
3
+ size 61163941
data/submissions/2012/11/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aabd04e4c048328a71de7dae7f7cb56bc8a0428cb8cbfd00f60fa336cfdca347
3
+ size 60451574
data/submissions/2012/11/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c8823459366776afbd741f45466a6990b01502029f82ada4a08641d9f421169
3
+ size 63250414
data/submissions/2012/11/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08e1b2b08933abc5c4fcb2ad92e65d2dbfda5dbb64656c7552a87fcdeada02c8
3
+ size 62521734
data/submissions/2012/11/004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c6cbf3c0875eca2c8c5662b641b0cd4361f325171fe78bafecdd15c572b1e3f
3
+ size 63657783
data/submissions/2012/11/005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:146ef56fe07e2bbf59d293a24e46d7de5405ec2d749716ae28e919915427fef7
3
+ size 26077161
states.json CHANGED
@@ -1,14 +1,12 @@
1
  {
2
  "session_id": "2026-03-21T11:54:50Z",
3
  "started_at": "2026-03-21T11:54:50.531728701Z",
4
- "updated_at": "2026-03-21T13:03:41.343620487Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2012-11",
8
  "type": "submissions",
9
- "phase": "processing",
10
- "shard": 4,
11
- "rows": 2000000
12
  },
13
  "hardware": {
14
  "hostname": "vmi3112167",
@@ -30,31 +28,44 @@
30
  "sequential": false
31
  },
32
  "pipeline": {
33
- "downloading": null,
 
 
 
 
 
 
 
 
34
  "processing": [
35
  {
36
- "ym": "2012-11",
37
  "type": "submissions",
38
- "shard": 5,
39
- "rows": 2500000,
40
- "rows_per_sec": 27609.959375199993,
41
  "phase": "processing"
42
  },
43
  {
44
- "ym": "2013-01",
45
  "type": "submissions",
46
  "phase": "processing"
47
  }
48
  ],
49
- "uploading": null,
 
 
 
 
 
 
 
 
50
  "queued_for_process": 0,
51
  "queued_for_upload": 0
52
  },
53
  "throughput": {
54
  "avg_download_mbps": 23.244789244461913,
55
- "avg_process_rows_per_sec": 3029.9727341012817,
56
  "avg_upload_sec_per_commit": 83.43792935433333,
57
- "estimated_completion": "2026-03-27T04:37:14.440800695+01:00"
58
  },
59
  "stats": {
60
  "committed": 3,
 
1
  {
2
  "session_id": "2026-03-21T11:54:50Z",
3
  "started_at": "2026-03-21T11:54:50.531728701Z",
4
+ "updated_at": "2026-03-21T13:07:50.451183874Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2012-11",
8
  "type": "submissions",
9
+ "phase": "committing"
 
 
10
  },
11
  "hardware": {
12
  "hostname": "vmi3112167",
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
32
+ {
33
+ "ym": "2013-06",
34
+ "type": "submissions",
35
+ "bytes_done": 261133176,
36
+ "bytes_total": 577426173,
37
+ "phase": "downloading"
38
+ }
39
+ ],
40
  "processing": [
41
  {
42
+ "ym": "2013-01",
43
  "type": "submissions",
 
 
 
44
  "phase": "processing"
45
  },
46
  {
47
+ "ym": "2013-02",
48
  "type": "submissions",
49
  "phase": "processing"
50
  }
51
  ],
52
+ "uploading": [
53
+ {
54
+ "ym": "2012-11",
55
+ "type": "submissions",
56
+ "rows": 2706118,
57
+ "shards": 6,
58
+ "phase": "committing"
59
+ }
60
+ ],
61
  "queued_for_process": 0,
62
  "queued_for_upload": 0
63
  },
64
  "throughput": {
65
  "avg_download_mbps": 23.244789244461913,
66
+ "avg_process_rows_per_sec": 2738.0487864589522,
67
  "avg_upload_sec_per_commit": 83.43792935433333,
68
+ "estimated_completion": "2026-03-27T17:34:56.922866925+01:00"
69
  },
70
  "stats": {
71
  "committed": 3,
stats.csv CHANGED
@@ -149,7 +149,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
149
  2012,8,submissions,6,2782752,348348265,446070905,68.87,789.94,85.99,2026-03-21T11:16:16Z
150
  2012,9,submissions,6,2568109,320611013,440335515,168.07,674.05,97.83,2026-03-21T12:23:42Z
151
  2012,10,submissions,6,2776156,337114916,467945225,189.56,1443.81,65.21,2026-03-21T12:36:53Z
152
- 2012,12,submissions,6,2735743,340623071,465544475,76.77,814.90,0.00,2026-03-21T12:51:55Z
 
153
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
154
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
155
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
149
  2012,8,submissions,6,2782752,348348265,446070905,68.87,789.94,85.99,2026-03-21T11:16:16Z
150
  2012,9,submissions,6,2568109,320611013,440335515,168.07,674.05,97.83,2026-03-21T12:23:42Z
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,0.00,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
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
155
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
156
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z