tamnd commited on
Commit
15c5f4c
·
verified ·
1 Parent(s): d5e277c

Add submissions/2024-03 (84 shards, 41.9M 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.1B items** (124.1M comments, 959.6M submissions) in **130.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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.1M
108
- 2024 █████████████████████░░░░░░░░░ 355.2M
109
  2025 ██████████████████████████████ 494.3M
110
  2026 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 87.5M
111
  ```
@@ -220,20 +220,20 @@ huggingface-cli download open-index/arctic \
220
  | Type | Months | Rows | Parquet Size |
221
  |------|-------:|-----:|-------------:|
222
  | comments | 67 | 124.1M | 10.4 GB |
223
- | submissions | 91 | 959.6M | 120.2 GB |
224
- | **Total** | **67** | **1.1B** | **130.5 GB** |
225
 
226
  ### Coverage
227
 
228
- Processing **158** of **486** (month, type) pairs from **2005-12** through **2026-02**.
229
 
230
  | Metric | Size |
231
  |--------|-----:|
232
  | Total .zst archive | 3.6 TB |
233
- | Processed (.zst) | 389.0 GB |
234
  | Remaining (.zst) | 3.2 TB |
235
 
236
- ### Remaining months (328 pairs)
237
 
238
  <details>
239
  <summary>Click to expand remaining months table</summary>
@@ -544,7 +544,6 @@ Processing **158** of **486** (month, type) pairs from **2005-12** through **202
544
  | 2024-02 | comments | 28.9 GB |
545
  | 2024-02 | submissions | 15.2 GB |
546
  | 2024-03 | comments | 30.8 GB |
547
- | 2024-03 | submissions | 16.0 GB |
548
  | 2024-04 | comments | 37.2 GB |
549
  | 2024-05 | comments | 29.5 GB |
550
  | 2024-06 | comments | 29.2 GB |
@@ -574,7 +573,7 @@ Processing **158** of **486** (month, type) pairs from **2005-12** through **202
574
  ### Monthly breakdown
575
 
576
  <details>
577
- <summary>Click to expand full monthly table (67 comment months + 91 submission months)</summary>
578
 
579
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
580
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -713,6 +712,7 @@ Processing **158** of **486** (month, type) pairs from **2005-12** through **202
713
  | 2011-06 | comments | 854.3 MB | - | 22m19s | 11m36s | 20 | 9,766,511 | 816.4 MB |
714
  | 2011-06 | submissions | 155.2 MB | - | 22m30s | - | 3 | 1,153,048 | 121.0 MB |
715
  | 2011-07 | submissions | 172.1 MB | 1m31s | 20.4s | 2m49s | 3 | 1,264,991 | 134.2 MB |
 
716
  | 2024-04 | submissions | 17.4 GB | 23m13s | 25m48s | 31m31s | 82 | 40,701,692 | 4.7 GB |
717
  | 2024-05 | submissions | 15.3 GB | 20m14s | 104m42s | 29m22s | 80 | 39,877,545 | 4.7 GB |
718
  | 2024-06 | submissions | 15.0 GB | 32m22s | 92m02s | 19m44s | 77 | 38,423,968 | 4.6 GB |
@@ -767,13 +767,13 @@ ORDER BY year, month, type;
767
 
768
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 124 GB free). Auto-updated every ~5 minutes.
769
 
770
- **Started:** 2026-03-19 13:33 UTC / **Elapsed:** 2h 49m / **Committed this session:** 0
771
 
772
  ### Active Workers
773
 
774
  | Stage | Month | Type | Progress |
775
  |-------|-------|------|----------|
776
- | Processing | 2024-03 | submissions | shard 74 · 37.0M rows · 23.4K rows/s |
777
 
778
 
779
  ### Throughput
@@ -781,6 +781,7 @@ ORDER BY year, month, type;
781
  | Metric | Value |
782
  |--------|------:|
783
  | Download | 33 Mbps avg |
 
784
 
785
  ### Progress
786
 
@@ -792,7 +793,7 @@ ORDER BY year, month, type;
792
  | Rows processed | 0 |
793
  | Data committed | 0 B |
794
 
795
- *Last update: 2026-03-19 16:22 UTC*
796
 
797
 
798
  # Dataset card for Arctic Shift Reddit Archive
@@ -976,4 +977,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
976
 
977
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
978
 
979
- *Last updated: 2026-03-19 16:23 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.1B items** (124.1M comments, 1.0B submissions) in **135.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
 
 
105
  2009 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.8M
106
  2010 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.9M
107
  2011 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.1M
108
+ 2024 ████████████████████████░░░░░░ 397.1M
109
  2025 ██████████████████████████████ 494.3M
110
  2026 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 87.5M
111
  ```
 
220
  | Type | Months | Rows | Parquet Size |
221
  |------|-------:|-----:|-------------:|
222
  | comments | 67 | 124.1M | 10.4 GB |
223
+ | submissions | 92 | 1.0B | 125.0 GB |
224
+ | **Total** | **67** | **1.1B** | **135.3 GB** |
225
 
226
  ### Coverage
227
 
228
+ Processing **159** of **486** (month, type) pairs from **2005-12** through **2026-02**.
229
 
230
  | Metric | Size |
231
  |--------|-----:|
232
  | Total .zst archive | 3.6 TB |
233
+ | Processed (.zst) | 404.9 GB |
234
  | Remaining (.zst) | 3.2 TB |
235
 
236
+ ### Remaining months (327 pairs)
237
 
238
  <details>
239
  <summary>Click to expand remaining months table</summary>
 
544
  | 2024-02 | comments | 28.9 GB |
545
  | 2024-02 | submissions | 15.2 GB |
546
  | 2024-03 | comments | 30.8 GB |
 
547
  | 2024-04 | comments | 37.2 GB |
548
  | 2024-05 | comments | 29.5 GB |
549
  | 2024-06 | comments | 29.2 GB |
 
573
  ### Monthly breakdown
574
 
575
  <details>
576
+ <summary>Click to expand full monthly table (67 comment months + 92 submission months)</summary>
577
 
578
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
579
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
712
  | 2011-06 | comments | 854.3 MB | - | 22m19s | 11m36s | 20 | 9,766,511 | 816.4 MB |
713
  | 2011-06 | submissions | 155.2 MB | - | 22m30s | - | 3 | 1,153,048 | 121.0 MB |
714
  | 2011-07 | submissions | 172.1 MB | 1m31s | 20.4s | 2m49s | 3 | 1,264,991 | 134.2 MB |
715
+ | 2024-03 | submissions | 16.0 GB | 65m44s | 116m50s | - | 84 | 41,926,097 | 4.8 GB |
716
  | 2024-04 | submissions | 17.4 GB | 23m13s | 25m48s | 31m31s | 82 | 40,701,692 | 4.7 GB |
717
  | 2024-05 | submissions | 15.3 GB | 20m14s | 104m42s | 29m22s | 80 | 39,877,545 | 4.7 GB |
718
  | 2024-06 | submissions | 15.0 GB | 32m22s | 92m02s | 19m44s | 77 | 38,423,968 | 4.6 GB |
 
767
 
768
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 124 GB free). Auto-updated every ~5 minutes.
769
 
770
+ **Started:** 2026-03-19 13:33 UTC / **Elapsed:** 3h 3m / **Committed this session:** 0
771
 
772
  ### Active Workers
773
 
774
  | Stage | Month | Type | Progress |
775
  |-------|-------|------|----------|
776
+ | Uploading | 2024-03 | submissions | 84 shards · 41.9M rows · committing |
777
 
778
 
779
  ### Throughput
 
781
  | Metric | Value |
782
  |--------|------:|
783
  | Download | 33 Mbps avg |
784
+ | Processing | 6.0K rows/s avg |
785
 
786
  ### Progress
787
 
 
793
  | Rows processed | 0 |
794
  | Data committed | 0 B |
795
 
796
+ *Last update: 2026-03-19 16:36 UTC*
797
 
798
 
799
  # Dataset card for Arctic Shift Reddit Archive
 
977
 
978
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
979
 
980
+ *Last updated: 2026-03-19 17:10 UTC*
data/submissions/2024/03/080.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c8ff87a05139f62d427ce0e95d541991d0891eea522c9e12dbb13ca26b18a5b
3
+ size 62391614
data/submissions/2024/03/081.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfb59909131cf4ae512cf2153c923c4ca08e2887956ba9b6dc5fa63dcf1227c0
3
+ size 59616684
data/submissions/2024/03/082.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16810cde15c1b2b0eecbd5140e0d0ec2c28697d99dd0df52ecff8b0061c9e4b9
3
+ size 60746285
data/submissions/2024/03/083.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c80a7608907d8503285c184939299243388e73879fa945d51bcc80653816fc7
3
+ size 52571072
states.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
  "session_id": "2026-03-19T13:33:34Z",
3
  "started_at": "2026-03-19T13:33:34.258636524Z",
4
- "updated_at": "2026-03-19T16:22:53.770482825Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2024-03",
8
  "type": "submissions",
9
- "phase": "processing"
10
  },
11
  "hardware": {
12
  "hostname": "vmi3112167",
@@ -29,23 +29,22 @@
29
  },
30
  "pipeline": {
31
  "downloading": null,
32
- "processing": [
 
33
  {
34
  "ym": "2024-03",
35
  "type": "submissions",
36
- "shard": 74,
37
- "rows": 37000000,
38
- "rows_per_sec": 23363.779238995852,
39
- "phase": "processing"
40
  }
41
  ],
42
- "uploading": null,
43
  "queued_for_process": 0,
44
  "queued_for_upload": 0
45
  },
46
  "throughput": {
47
  "avg_download_mbps": 33.178870719403115,
48
- "avg_process_rows_per_sec": 0,
49
  "avg_upload_sec_per_commit": 0
50
  },
51
  "stats": {
 
1
  {
2
  "session_id": "2026-03-19T13:33:34Z",
3
  "started_at": "2026-03-19T13:33:34.258636524Z",
4
+ "updated_at": "2026-03-19T16:36:07.661445696Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2024-03",
8
  "type": "submissions",
9
+ "phase": "committing"
10
  },
11
  "hardware": {
12
  "hostname": "vmi3112167",
 
29
  },
30
  "pipeline": {
31
  "downloading": null,
32
+ "processing": null,
33
+ "uploading": [
34
  {
35
  "ym": "2024-03",
36
  "type": "submissions",
37
+ "rows": 41926097,
38
+ "shards": 84,
39
+ "phase": "committing"
 
40
  }
41
  ],
 
42
  "queued_for_process": 0,
43
  "queued_for_upload": 0
44
  },
45
  "throughput": {
46
  "avg_download_mbps": 33.178870719403115,
47
+ "avg_process_rows_per_sec": 5981.1330743517965,
48
  "avg_upload_sec_per_commit": 0
49
  },
50
  "stats": {
stats.csv CHANGED
@@ -134,7 +134,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
134
  2011,6,comments,20,9766511,856102592,895824578,0.00,1339.39,696.03,2026-03-16T11:17:03Z
135
  2011,6,submissions,3,1153048,126899620,162700665,0.00,1349.60,0.00,2026-03-16T11:28:39Z
136
  2011,7,submissions,3,1264991,140706897,180490212,90.92,20.40,169.35,2026-03-16T16:57:36Z
137
- 2024,4,submissions,82,40701692,5006731879,18711604492,1393.16,1548.33,0.00,2026-03-19T13:01:53Z
 
138
  2024,5,submissions,80,39877545,5039882205,16451733838,1213.72,6282.06,1762.12,2026-03-19T11:43:18Z
139
  2024,6,submissions,77,38423968,4950350742,16135946816,1942.33,5522.04,1184.47,2026-03-19T09:18:29Z
140
  2024,7,submissions,82,40924291,5205539101,17081984196,1489.02,6961.07,796.91,2026-03-19T02:19:07Z
 
134
  2011,6,comments,20,9766511,856102592,895824578,0.00,1339.39,696.03,2026-03-16T11:17:03Z
135
  2011,6,submissions,3,1153048,126899620,162700665,0.00,1349.60,0.00,2026-03-16T11:28:39Z
136
  2011,7,submissions,3,1264991,140706897,180490212,90.92,20.40,169.35,2026-03-16T16:57:36Z
137
+ 2024,3,submissions,84,41926097,5133209444,17150274161,3943.66,7009.72,0.00,2026-03-19T16:36:07Z
138
+ 2024,4,submissions,82,40701692,5006731879,18711604492,1393.16,1548.33,1890.72,2026-03-19T13:01:53Z
139
  2024,5,submissions,80,39877545,5039882205,16451733838,1213.72,6282.06,1762.12,2026-03-19T11:43:18Z
140
  2024,6,submissions,77,38423968,4950350742,16135946816,1942.33,5522.04,1184.47,2026-03-19T09:18:29Z
141
  2024,7,submissions,82,40924291,5205539101,17081984196,1489.02,6961.07,796.91,2026-03-19T02:19:07Z