tamnd commited on
Commit
8b017c6
·
verified ·
1 Parent(s): ca3d341

Add comments/2011-09 (25 shards, 12.2M 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.4B items** (134.7M comments, 1.2B submissions) in **162.7 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
 
@@ -90,9 +90,9 @@ states.json live pipeline state (updated every ~5 min)
90
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
  2007 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
92
  2008 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
93
- 2009 ████████░░░░░░░░░░░░░░░░░░░░░ 18.9M
94
- 2010 █████████████████████████░░░░░ 48.5M
95
- 2011 ██████████████████████████████ 57.2M
96
  ```
97
 
98
  **Submissions**
@@ -225,21 +225,21 @@ huggingface-cli download open-index/arctic \
225
 
226
  | Type | Months | Rows | Parquet Size |
227
  |------|-------:|-----:|-------------:|
228
- | comments | 68 | 134.7M | 11.2 GB |
229
  | submissions | 125 | 1.2B | 151.5 GB |
230
- | **Total** | **68** | **1.4B** | **162.7 GB** |
231
 
232
  ### Coverage
233
 
234
- Processing **193** 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) | 473.3 GB |
240
  | Remaining (.zst) | 3.1 TB |
241
 
242
- ### Remaining months (293 pairs)
243
 
244
  <details>
245
  <summary>Click to expand remaining months table</summary>
@@ -247,7 +247,6 @@ Processing **193** of **486** (month, type) pairs from **2005-12** through **202
247
  | Month | Type | .zst Size |
248
  |-------|------|----------:|
249
  | 2011-08 | comments | 1.0 GB |
250
- | 2011-09 | comments | 1.0 GB |
251
  | 2011-10 | comments | 1.2 GB |
252
  | 2011-11 | comments | 1.2 GB |
253
  | 2011-12 | comments | 1.2 GB |
@@ -545,7 +544,7 @@ Processing **193** of **486** (month, type) pairs from **2005-12** through **202
545
  ### Monthly breakdown
546
 
547
  <details>
548
- <summary>Click to expand full monthly table (68 comment months + 125 submission months)</summary>
549
 
550
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
551
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -686,6 +685,7 @@ Processing **193** of **486** (month, type) pairs from **2005-12** through **202
686
  | 2011-07 | comments | 912.7 MB | 4m14s | 32m23s | 7m60s | 22 | 10,557,466 | 870.1 MB |
687
  | 2011-07 | submissions | 172.1 MB | 1m31s | 20.4s | 2m49s | 3 | 1,264,991 | 134.2 MB |
688
  | 2011-08 | submissions | 199.9 MB | - | 44.2s | 1m08s | 3 | 1,448,347 | 156.5 MB |
 
689
  | 2011-09 | submissions | 204.2 MB | 2m13s | 1m34s | 37.2s | 3 | 1,482,575 | 160.2 MB |
690
  | 2011-10 | submissions | 226.9 MB | - | 54.4s | 1m17s | 4 | 1,590,673 | 179.1 MB |
691
  | 2011-11 | submissions | 235.5 MB | 2m18s | 57.4s | 1m06s | 4 | 1,634,431 | 181.8 MB |
@@ -773,14 +773,16 @@ ORDER BY year, month, type;
773
 
774
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 99 GB free). Auto-updated every ~5 minutes.
775
 
776
- **Started:** 2026-03-24 16:15 UTC / **Elapsed:** 1h 19m / **Committed this session:** 1
777
 
778
  ### Active Workers
779
 
780
  | Stage | Month | Type | Progress |
781
  |-------|-------|------|----------|
782
- | Processing | 2011-08 | comments | starting... |
783
- | Processing | 2011-09 | comments | shard 22 · 11.0M rows · 87.2K rows/s |
 
 
784
 
785
 
786
  ### Throughput
@@ -788,9 +790,9 @@ ORDER BY year, month, type;
788
  | Metric | Value |
789
  |--------|------:|
790
  | Download | 20 Mbps avg |
791
- | Processing | 5.4K rows/s avg |
792
  | Upload | 479.6s per commit avg |
793
- | ETA | 2026-04-06 22:54 UTC |
794
 
795
  ### Progress
796
 
@@ -802,7 +804,7 @@ ORDER BY year, month, type;
802
  | Rows processed | 10.6M |
803
  | Data committed | 870.1 MB |
804
 
805
- *Last update: 2026-03-24 17:34 UTC*
806
 
807
 
808
  # Dataset card for Arctic Shift Reddit Archive
@@ -986,4 +988,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-24 17:35 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.4B items** (146.8M comments, 1.2B submissions) in **163.7 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
 
 
90
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
  2007 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
92
  2008 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
93
+ 2009 ████████░░░░░░░░░░░░░░░░░░░░░ 18.9M
94
+ 2010 ████████████████████░░░░░░░░░░ 48.5M
95
+ 2011 ██████████████████████████████ 69.4M
96
  ```
97
 
98
  **Submissions**
 
225
 
226
  | Type | Months | Rows | Parquet Size |
227
  |------|-------:|-----:|-------------:|
228
+ | comments | 69 | 146.8M | 12.2 GB |
229
  | submissions | 125 | 1.2B | 151.5 GB |
230
+ | **Total** | **69** | **1.4B** | **163.7 GB** |
231
 
232
  ### Coverage
233
 
234
+ Processing **194** 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) | 474.3 GB |
240
  | Remaining (.zst) | 3.1 TB |
241
 
242
+ ### Remaining months (292 pairs)
243
 
244
  <details>
245
  <summary>Click to expand remaining months table</summary>
 
247
  | Month | Type | .zst Size |
248
  |-------|------|----------:|
249
  | 2011-08 | comments | 1.0 GB |
 
250
  | 2011-10 | comments | 1.2 GB |
251
  | 2011-11 | comments | 1.2 GB |
252
  | 2011-12 | comments | 1.2 GB |
 
544
  ### Monthly breakdown
545
 
546
  <details>
547
+ <summary>Click to expand full monthly table (69 comment months + 125 submission months)</summary>
548
 
549
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
550
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
685
  | 2011-07 | comments | 912.7 MB | 4m14s | 32m23s | 7m60s | 22 | 10,557,466 | 870.1 MB |
686
  | 2011-07 | submissions | 172.1 MB | 1m31s | 20.4s | 2m49s | 3 | 1,264,991 | 134.2 MB |
687
  | 2011-08 | submissions | 199.9 MB | - | 44.2s | 1m08s | 3 | 1,448,347 | 156.5 MB |
688
+ | 2011-09 | comments | 1.0 GB | 5m08s | 42m25s | - | 25 | 12,150,412 | 1004.9 MB |
689
  | 2011-09 | submissions | 204.2 MB | 2m13s | 1m34s | 37.2s | 3 | 1,482,575 | 160.2 MB |
690
  | 2011-10 | submissions | 226.9 MB | - | 54.4s | 1m17s | 4 | 1,590,673 | 179.1 MB |
691
  | 2011-11 | submissions | 235.5 MB | 2m18s | 57.4s | 1m06s | 4 | 1,634,431 | 181.8 MB |
 
773
 
774
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 99 GB free). Auto-updated every ~5 minutes.
775
 
776
+ **Started:** 2026-03-24 16:15 UTC / **Elapsed:** 1h 32m / **Committed this session:** 1
777
 
778
  ### Active Workers
779
 
780
  | Stage | Month | Type | Progress |
781
  |-------|-------|------|----------|
782
+ | Downloading | 2012-02 | comments | 551.2 MB / 1.4 GB (38%) |
783
+ | Processing | 2011-08 | comments | shard 10 · 4.5M rows · 64.6K rows/s |
784
+ | Processing | 2011-10 | comments | starting... |
785
+ | Uploading | 2011-09 | comments | 25 shards · 12.2M rows · committing |
786
 
787
 
788
  ### Throughput
 
790
  | Metric | Value |
791
  |--------|------:|
792
  | Download | 20 Mbps avg |
793
+ | Processing | 5.1K rows/s avg |
794
  | Upload | 479.6s per commit avg |
795
+ | ETA | 2026-04-11 00:20 UTC |
796
 
797
  ### Progress
798
 
 
804
  | Rows processed | 10.6M |
805
  | Data committed | 870.1 MB |
806
 
807
+ *Last update: 2026-03-24 17:47 UTC*
808
 
809
 
810
  # Dataset card for Arctic Shift Reddit Archive
 
988
 
989
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
990
 
991
+ *Last updated: 2026-03-24 17:47 UTC*
data/comments/2011/09/020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4def4a9e45379aab835d3c9d4eec8ae883899a639efb527a7ae3cd80cd8bc185
3
+ size 44373293
data/comments/2011/09/021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a33ce5a2be970d3c91b76bf9700118ca3a14d2a11d04af0230791155df0718c9
3
+ size 44281858
data/comments/2011/09/022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac173321d8239b76161d4f1ee923ab21ce92899ef9fcf229bb755c9c9b3b3bdf
3
+ size 44929752
data/comments/2011/09/023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a321e9dc94e90f9b7c37be6bd7fd84c7e81c6f8ed493297e6cba29daa269185
3
+ size 43390209
data/comments/2011/09/024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55cc2ab46350ef4697196fbf65fc6c791e01b2cd1837735fba321557259d2972
3
+ size 13403018
states.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
  "session_id": "2026-03-24T16:15:18Z",
3
  "started_at": "2026-03-24T16:15:18.696419517Z",
4
- "updated_at": "2026-03-24T17:34:08.58861226Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2011-08",
8
  "type": "comments",
9
- "phase": "processing"
10
  },
11
  "hardware": {
12
  "hostname": "vmi3112167",
@@ -28,31 +28,47 @@
28
  "sequential": false
29
  },
30
  "pipeline": {
31
- "downloading": null,
 
 
 
 
 
 
 
 
32
  "processing": [
33
  {
34
  "ym": "2011-08",
35
  "type": "comments",
 
 
 
36
  "phase": "processing"
37
  },
38
  {
39
- "ym": "2011-09",
40
  "type": "comments",
41
- "shard": 22,
42
- "rows": 11000000,
43
- "rows_per_sec": 87231.2213507263,
44
  "phase": "processing"
45
  }
46
  ],
47
- "uploading": null,
 
 
 
 
 
 
 
 
48
  "queued_for_process": 0,
49
  "queued_for_upload": 0
50
  },
51
  "throughput": {
52
  "avg_download_mbps": 19.530590751705663,
53
- "avg_process_rows_per_sec": 5432.811266783283,
54
  "avg_upload_sec_per_commit": 479.622775676,
55
- "estimated_completion": "2026-04-07T00:54:53.45593854+02:00"
56
  },
57
  "stats": {
58
  "committed": 1,
 
1
  {
2
  "session_id": "2026-03-24T16:15:18Z",
3
  "started_at": "2026-03-24T16:15:18.696419517Z",
4
+ "updated_at": "2026-03-24T17:47:18.544817167Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2011-09",
8
  "type": "comments",
9
+ "phase": "committing"
10
  },
11
  "hardware": {
12
  "hostname": "vmi3112167",
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
32
+ {
33
+ "ym": "2012-02",
34
+ "type": "comments",
35
+ "bytes_done": 577998884,
36
+ "bytes_total": 1508806433,
37
+ "phase": "downloading"
38
+ }
39
+ ],
40
  "processing": [
41
  {
42
  "ym": "2011-08",
43
  "type": "comments",
44
+ "shard": 10,
45
+ "rows": 4500000,
46
+ "rows_per_sec": 64606.76473709958,
47
  "phase": "processing"
48
  },
49
  {
50
+ "ym": "2011-10",
51
  "type": "comments",
 
 
 
52
  "phase": "processing"
53
  }
54
  ],
55
+ "uploading": [
56
+ {
57
+ "ym": "2011-09",
58
+ "type": "comments",
59
+ "rows": 12150412,
60
+ "shards": 25,
61
+ "phase": "committing"
62
+ }
63
+ ],
64
  "queued_for_process": 0,
65
  "queued_for_upload": 0
66
  },
67
  "throughput": {
68
  "avg_download_mbps": 19.530590751705663,
69
+ "avg_process_rows_per_sec": 5103.653766240294,
70
  "avg_upload_sec_per_commit": 479.622775676,
71
+ "estimated_completion": "2026-04-11T02:20:16.205785826+02:00"
72
  },
73
  "stats": {
74
  "committed": 1,
stats.csv CHANGED
@@ -133,9 +133,10 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
133
  2011,5,submissions,3,1081578,117324781,151966023,0.00,1098.33,175.10,2026-03-16T10:59:12Z
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,comments,22,10557466,912321869,957030154,253.72,1943.28,0.00,2026-03-24T16:51:55Z
137
  2011,7,submissions,3,1264991,140706897,180490212,90.92,20.40,169.35,2026-03-16T16:57:36Z
138
  2011,8,submissions,3,1448347,164082352,209622064,0.00,44.21,67.88,2026-03-21T09:21:39Z
 
139
  2011,9,submissions,3,1482575,168012397,214126359,132.82,93.60,37.19,2026-03-21T09:25:20Z
140
  2011,10,submissions,4,1590673,187749711,237965612,0.00,54.41,77.31,2026-03-21T09:24:02Z
141
  2011,11,submissions,4,1634431,190617313,246897028,138.40,57.38,66.03,2026-03-21T09:26:24Z
 
133
  2011,5,submissions,3,1081578,117324781,151966023,0.00,1098.33,175.10,2026-03-16T10:59:12Z
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,comments,22,10557466,912321869,957030154,253.72,1943.28,479.62,2026-03-24T16:51:55Z
137
  2011,7,submissions,3,1264991,140706897,180490212,90.92,20.40,169.35,2026-03-16T16:57:36Z
138
  2011,8,submissions,3,1448347,164082352,209622064,0.00,44.21,67.88,2026-03-21T09:21:39Z
139
+ 2011,9,comments,25,12150412,1053744180,1107365964,308.18,2544.86,0.00,2026-03-24T17:39:39Z
140
  2011,9,submissions,3,1482575,168012397,214126359,132.82,93.60,37.19,2026-03-21T09:25:20Z
141
  2011,10,submissions,4,1590673,187749711,237965612,0.00,54.41,77.31,2026-03-21T09:24:02Z
142
  2011,11,submissions,4,1634431,190617313,246897028,138.40,57.38,66.03,2026-03-21T09:26:24Z