Datasets:
Add submissions/2012-08 (6 shards, 2.8M rows)
Browse files- README.md +18 -16
- data/submissions/2012/08/000.parquet +3 -0
- data/submissions/2012/08/001.parquet +3 -0
- data/submissions/2012/08/002.parquet +3 -0
- data/submissions/2012/08/003.parquet +3 -0
- data/submissions/2012/08/004.parquet +3 -0
- data/submissions/2012/08/005.parquet +3 -0
- states.json +27 -11
- stats.csv +2 -1
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 **156.
|
| 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 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 |
|
| 229 |
-
| **Total** | **67** | **1.3B** | **156.
|
| 230 |
|
| 231 |
### Coverage
|
| 232 |
|
| 233 |
-
Processing **
|
| 234 |
|
| 235 |
| Metric | Size |
|
| 236 |
|--------|-----:|
|
| 237 |
| Total .zst archive | 3.6 TB |
|
| 238 |
-
| Processed (.zst) | 464.
|
| 239 |
| Remaining (.zst) | 3.1 TB |
|
| 240 |
|
| 241 |
-
### Remaining months (
|
| 242 |
|
| 243 |
<details>
|
| 244 |
<summary>Click to expand remaining months table</summary>
|
|
@@ -260,7 +260,6 @@ Processing **176** of **486** (month, type) pairs from **2005-12** through **202
|
|
| 260 |
| 2012-07 | comments | 2.1 GB |
|
| 261 |
| 2012-07 | submissions | 402.5 MB |
|
| 262 |
| 2012-08 | comments | 2.2 GB |
|
| 263 |
-
| 2012-08 | submissions | 425.4 MB |
|
| 264 |
| 2012-09 | comments | 2.0 GB |
|
| 265 |
| 2012-09 | submissions | 419.9 MB |
|
| 266 |
| 2012-10 | comments | 2.1 GB |
|
|
@@ -561,7 +560,7 @@ Processing **176** of **486** (month, type) pairs from **2005-12** through **202
|
|
| 561 |
### Monthly breakdown
|
| 562 |
|
| 563 |
<details>
|
| 564 |
-
<summary>Click to expand full monthly table (67 comment months +
|
| 565 |
|
| 566 |
| Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
|
| 567 |
|-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
|
|
@@ -711,6 +710,7 @@ Processing **176** of **486** (month, type) pairs from **2005-12** through **202
|
|
| 711 |
| 2012-04 | submissions | 333.9 MB | 1m31s | 7m36s | 1m35s | 5 | 2,279,491 | 253.9 MB |
|
| 712 |
| 2012-05 | submissions | 348.5 MB | 1m41s | 9m32s | 1m22s | 5 | 2,293,901 | 273.1 MB |
|
| 713 |
| 2012-06 | submissions | 365.1 MB | - | 8m13s | 1m37s | 5 | 2,393,973 | 285.7 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 |
|
| 716 |
| 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
|
|
@@ -772,14 +772,16 @@ ORDER BY year, month, type;
|
|
| 772 |
|
| 773 |
> Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 109 GB free). Auto-updated every ~5 minutes.
|
| 774 |
|
| 775 |
-
**Started:** 2026-03-21 10:53 UTC / **Elapsed:**
|
| 776 |
|
| 777 |
### Active Workers
|
| 778 |
|
| 779 |
| Stage | Month | Type | Progress |
|
| 780 |
|-------|-------|------|----------|
|
| 781 |
-
|
|
| 782 |
-
| Processing | 2012-
|
|
|
|
|
|
|
| 783 |
|
| 784 |
|
| 785 |
### Throughput
|
|
@@ -787,9 +789,9 @@ ORDER BY year, month, type;
|
|
| 787 |
| Metric | Value |
|
| 788 |
|--------|------:|
|
| 789 |
| Download | 22 Mbps avg |
|
| 790 |
-
| Processing | 4.
|
| 791 |
| Upload | 96.8s per commit avg |
|
| 792 |
-
| ETA | 2026-03-
|
| 793 |
|
| 794 |
### Progress
|
| 795 |
|
|
@@ -801,7 +803,7 @@ ORDER BY year, month, type;
|
|
| 801 |
| Rows processed | 2.4M |
|
| 802 |
| Data committed | 285.7 MB |
|
| 803 |
|
| 804 |
-
*Last update: 2026-03-21 11:
|
| 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 11:
|
|
|
|
| 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 **156.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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.0M
|
| 108 |
+
2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.9M
|
| 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 | 110 | 1.2B | 145.9 GB |
|
| 229 |
+
| **Total** | **67** | **1.3B** | **156.3 GB** |
|
| 230 |
|
| 231 |
### Coverage
|
| 232 |
|
| 233 |
+
Processing **177** 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) | 464.9 GB |
|
| 239 |
| Remaining (.zst) | 3.1 TB |
|
| 240 |
|
| 241 |
+
### Remaining months (309 pairs)
|
| 242 |
|
| 243 |
<details>
|
| 244 |
<summary>Click to expand remaining months table</summary>
|
|
|
|
| 260 |
| 2012-07 | comments | 2.1 GB |
|
| 261 |
| 2012-07 | submissions | 402.5 MB |
|
| 262 |
| 2012-08 | comments | 2.2 GB |
|
|
|
|
| 263 |
| 2012-09 | comments | 2.0 GB |
|
| 264 |
| 2012-09 | submissions | 419.9 MB |
|
| 265 |
| 2012-10 | comments | 2.1 GB |
|
|
|
|
| 560 |
### Monthly breakdown
|
| 561 |
|
| 562 |
<details>
|
| 563 |
+
<summary>Click to expand full monthly table (67 comment months + 110 submission months)</summary>
|
| 564 |
|
| 565 |
| Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
|
| 566 |
|-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
|
|
|
|
| 710 |
| 2012-04 | submissions | 333.9 MB | 1m31s | 7m36s | 1m35s | 5 | 2,279,491 | 253.9 MB |
|
| 711 |
| 2012-05 | submissions | 348.5 MB | 1m41s | 9m32s | 1m22s | 5 | 2,293,901 | 273.1 MB |
|
| 712 |
| 2012-06 | submissions | 365.1 MB | - | 8m13s | 1m37s | 5 | 2,393,973 | 285.7 MB |
|
| 713 |
+
| 2012-08 | submissions | 425.4 MB | 1m09s | 13m10s | - | 6 | 2,782,752 | 332.2 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 |
|
| 716 |
| 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
|
|
|
|
| 772 |
|
| 773 |
> Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 109 GB free). Auto-updated every ~5 minutes.
|
| 774 |
|
| 775 |
+
**Started:** 2026-03-21 10:53 UTC / **Elapsed:** 24m / **Committed this session:** 1
|
| 776 |
|
| 777 |
### Active Workers
|
| 778 |
|
| 779 |
| Stage | Month | Type | Progress |
|
| 780 |
|-------|-------|------|----------|
|
| 781 |
+
| Downloading | 2013-01 | submissions | 67.7 MB / 522.7 MB (12%) |
|
| 782 |
+
| Processing | 2012-07 | submissions | shard 3 · 1.5M rows · 28.2K rows/s |
|
| 783 |
+
| Processing | 2012-09 | submissions | starting... |
|
| 784 |
+
| Uploading | 2012-08 | submissions | 6 shards · 2.8M rows · committing |
|
| 785 |
|
| 786 |
|
| 787 |
### Throughput
|
|
|
|
| 789 |
| Metric | Value |
|
| 790 |
|--------|------:|
|
| 791 |
| Download | 22 Mbps avg |
|
| 792 |
+
| Processing | 4.2K rows/s avg |
|
| 793 |
| Upload | 96.8s per commit avg |
|
| 794 |
+
| ETA | 2026-03-27 10:43 UTC |
|
| 795 |
|
| 796 |
### Progress
|
| 797 |
|
|
|
|
| 803 |
| Rows processed | 2.4M |
|
| 804 |
| Data committed | 285.7 MB |
|
| 805 |
|
| 806 |
+
*Last update: 2026-03-21 11:17 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 11:17 UTC*
|
data/submissions/2012/08/000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f230f5edded8b86f52ab18438f289d65f3b293827c0f6fc6036822cfca852fb
|
| 3 |
+
size 63128671
|
data/submissions/2012/08/001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4aa56ea02d46312b58e588fcab1861251e81e2cc7044b8c289b0b60d239c291
|
| 3 |
+
size 62685607
|
data/submissions/2012/08/002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f95b7d23764289950f4330268d4fa70d24aefaa0498eb541d46dcdb79ee34db9
|
| 3 |
+
size 62431909
|
data/submissions/2012/08/003.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7156dec796fb33579f5b86d4dbacba00092b7266da76f8986b02da11c45dcff2
|
| 3 |
+
size 63003143
|
data/submissions/2012/08/004.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28913649d584e2bf70038e023a511da85335fcfea085e547fc473e3dc5d8af35
|
| 3 |
+
size 62438341
|
data/submissions/2012/08/005.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:217273ff63980ff3d2ef94df77a7c3eaff579f322e4723ea93879239b553193f
|
| 3 |
+
size 34660594
|
states.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
{
|
| 2 |
"session_id": "2026-03-21T10:53:34Z",
|
| 3 |
"started_at": "2026-03-21T10:53:34.078273352Z",
|
| 4 |
-
"updated_at": "2026-03-21T11:
|
| 5 |
"phase": "running",
|
| 6 |
"current": {
|
| 7 |
-
"ym": "2012-
|
| 8 |
"type": "submissions",
|
| 9 |
-
"phase": "
|
| 10 |
},
|
| 11 |
"hardware": {
|
| 12 |
"hostname": "vmi3112167",
|
|
@@ -28,31 +28,47 @@
|
|
| 28 |
"sequential": false
|
| 29 |
},
|
| 30 |
"pipeline": {
|
| 31 |
-
"downloading":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
"processing": [
|
| 33 |
{
|
| 34 |
"ym": "2012-07",
|
| 35 |
"type": "submissions",
|
|
|
|
|
|
|
|
|
|
| 36 |
"phase": "processing"
|
| 37 |
},
|
| 38 |
{
|
| 39 |
-
"ym": "2012-
|
| 40 |
"type": "submissions",
|
| 41 |
-
"shard": 5,
|
| 42 |
-
"rows": 2500000,
|
| 43 |
-
"rows_per_sec": 34787.76459084719,
|
| 44 |
"phase": "processing"
|
| 45 |
}
|
| 46 |
],
|
| 47 |
-
"uploading":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
"queued_for_process": 0,
|
| 49 |
"queued_for_upload": 0
|
| 50 |
},
|
| 51 |
"throughput": {
|
| 52 |
"avg_download_mbps": 21.564628475782154,
|
| 53 |
-
"avg_process_rows_per_sec":
|
| 54 |
"avg_upload_sec_per_commit": 96.767971933,
|
| 55 |
-
"estimated_completion": "2026-03-
|
| 56 |
},
|
| 57 |
"stats": {
|
| 58 |
"committed": 1,
|
|
|
|
| 1 |
{
|
| 2 |
"session_id": "2026-03-21T10:53:34Z",
|
| 3 |
"started_at": "2026-03-21T10:53:34.078273352Z",
|
| 4 |
+
"updated_at": "2026-03-21T11:17:33.917167957Z",
|
| 5 |
"phase": "running",
|
| 6 |
"current": {
|
| 7 |
+
"ym": "2012-08",
|
| 8 |
"type": "submissions",
|
| 9 |
+
"phase": "committing"
|
| 10 |
},
|
| 11 |
"hardware": {
|
| 12 |
"hostname": "vmi3112167",
|
|
|
|
| 28 |
"sequential": false
|
| 29 |
},
|
| 30 |
"pipeline": {
|
| 31 |
+
"downloading": [
|
| 32 |
+
{
|
| 33 |
+
"ym": "2013-01",
|
| 34 |
+
"type": "submissions",
|
| 35 |
+
"bytes_done": 70968012,
|
| 36 |
+
"bytes_total": 548053284,
|
| 37 |
+
"phase": "downloading"
|
| 38 |
+
}
|
| 39 |
+
],
|
| 40 |
"processing": [
|
| 41 |
{
|
| 42 |
"ym": "2012-07",
|
| 43 |
"type": "submissions",
|
| 44 |
+
"shard": 3,
|
| 45 |
+
"rows": 1500000,
|
| 46 |
+
"rows_per_sec": 28209.330654864683,
|
| 47 |
"phase": "processing"
|
| 48 |
},
|
| 49 |
{
|
| 50 |
+
"ym": "2012-09",
|
| 51 |
"type": "submissions",
|
|
|
|
|
|
|
|
|
|
| 52 |
"phase": "processing"
|
| 53 |
}
|
| 54 |
],
|
| 55 |
+
"uploading": [
|
| 56 |
+
{
|
| 57 |
+
"ym": "2012-08",
|
| 58 |
+
"type": "submissions",
|
| 59 |
+
"rows": 2782752,
|
| 60 |
+
"shards": 6,
|
| 61 |
+
"phase": "committing"
|
| 62 |
+
}
|
| 63 |
+
],
|
| 64 |
"queued_for_process": 0,
|
| 65 |
"queued_for_upload": 0
|
| 66 |
},
|
| 67 |
"throughput": {
|
| 68 |
"avg_download_mbps": 21.564628475782154,
|
| 69 |
+
"avg_process_rows_per_sec": 4188.070413745805,
|
| 70 |
"avg_upload_sec_per_commit": 96.767971933,
|
| 71 |
+
"estimated_completion": "2026-03-27T11:43:10.982551256+01:00"
|
| 72 |
},
|
| 73 |
"stats": {
|
| 74 |
"committed": 1,
|
stats.csv
CHANGED
|
@@ -144,7 +144,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
|
|
| 144 |
2012,3,submissions,5,2158965,251667233,330435518,110.70,877.81,44.77,2026-03-21T10:13:50Z
|
| 145 |
2012,4,submissions,5,2279491,266221065,350117117,91.01,455.67,94.53,2026-03-21T09:52:42Z
|
| 146 |
2012,5,submissions,5,2293901,286404302,365477187,100.95,571.77,82.49,2026-03-21T10:08:05Z
|
| 147 |
-
2012,6,submissions,5,2393973,299604777,382861465,0.00,493.26,
|
|
|
|
| 148 |
2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
|
| 149 |
2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
|
| 150 |
2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
|
|
|
|
| 144 |
2012,3,submissions,5,2158965,251667233,330435518,110.70,877.81,44.77,2026-03-21T10:13:50Z
|
| 145 |
2012,4,submissions,5,2279491,266221065,350117117,91.01,455.67,94.53,2026-03-21T09:52:42Z
|
| 146 |
2012,5,submissions,5,2293901,286404302,365477187,100.95,571.77,82.49,2026-03-21T10:08:05Z
|
| 147 |
+
2012,6,submissions,5,2393973,299604777,382861465,0.00,493.26,96.77,2026-03-21T11:01:47Z
|
| 148 |
+
2012,8,submissions,6,2782752,348348265,446070905,68.87,789.94,0.00,2026-03-21T11:16:16Z
|
| 149 |
2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
|
| 150 |
2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
|
| 151 |
2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
|