tamnd commited on
Commit
3fac722
·
verified ·
1 Parent(s): ee41c04

Add comments/2011-07 (22 shards, 10.6M 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** (124.1M comments, 1.2B submissions) in **161.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
 
@@ -89,10 +89,10 @@ states.json live pipeline state (updated every ~5 min)
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
  2007 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
92
- 2008 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
93
- 2009 ███████████░░░░░░░░░░░░░░░░░░░ 18.9M
94
- 2010 ██████████████████████████████ 48.5M
95
- 2011 ████████████████████████████░░ 46.7M
96
  ```
97
 
98
  **Submissions**
@@ -225,28 +225,27 @@ huggingface-cli download open-index/arctic \
225
 
226
  | Type | Months | Rows | Parquet Size |
227
  |------|-------:|-----:|-------------:|
228
- | comments | 67 | 124.1M | 10.4 GB |
229
  | submissions | 125 | 1.2B | 151.5 GB |
230
- | **Total** | **67** | **1.4B** | **161.8 GB** |
231
 
232
  ### Coverage
233
 
234
- Processing **192** 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) | 472.4 GB |
240
  | Remaining (.zst) | 3.1 TB |
241
 
242
- ### Remaining months (294 pairs)
243
 
244
  <details>
245
  <summary>Click to expand remaining months table</summary>
246
 
247
  | Month | Type | .zst Size |
248
  |-------|------|----------:|
249
- | 2011-07 | comments | 912.7 MB |
250
  | 2011-08 | comments | 1.0 GB |
251
  | 2011-09 | comments | 1.0 GB |
252
  | 2011-10 | comments | 1.2 GB |
@@ -546,7 +545,7 @@ Processing **192** of **486** (month, type) pairs from **2005-12** through **202
546
  ### Monthly breakdown
547
 
548
  <details>
549
- <summary>Click to expand full monthly table (67 comment months + 125 submission months)</summary>
550
 
551
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
552
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -684,6 +683,7 @@ Processing **192** of **486** (month, type) pairs from **2005-12** through **202
684
  | 2011-05 | submissions | 144.9 MB | - | 18m18s | 2m55s | 3 | 1,081,578 | 111.9 MB |
685
  | 2011-06 | comments | 854.3 MB | - | 22m19s | 11m36s | 20 | 9,766,511 | 816.4 MB |
686
  | 2011-06 | submissions | 155.2 MB | - | 22m30s | - | 3 | 1,153,048 | 121.0 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 |
@@ -773,22 +773,24 @@ 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:** 30m / **Committed this session:** 0
777
 
778
  ### Active Workers
779
 
780
  | Stage | Month | Type | Progress |
781
  |-------|-------|------|----------|
782
- | Downloading | 2011-11 | comments | 300.6 MB / 1.2 GB (25%) |
783
- | Processing | 2011-07 | comments | shard 18 · 9.0M rows · 73.6K rows/s |
784
  | Processing | 2011-08 | comments | starting... |
 
 
785
 
786
 
787
  ### Throughput
788
 
789
  | Metric | Value |
790
  |--------|------:|
791
- | Download | 22 Mbps avg |
 
792
 
793
  ### Progress
794
 
@@ -800,7 +802,7 @@ ORDER BY year, month, type;
800
  | Rows processed | 0 |
801
  | Data committed | 0 B |
802
 
803
- *Last update: 2026-03-24 16:45 UTC*
804
 
805
 
806
  # Dataset card for Arctic Shift Reddit Archive
@@ -984,4 +986,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
984
 
985
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
986
 
987
- *Last updated: 2026-03-24 16:45 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** (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
 
 
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
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
 
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>
246
 
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 |
 
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
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
683
  | 2011-05 | submissions | 144.9 MB | - | 18m18s | 2m55s | 3 | 1,081,578 | 111.9 MB |
684
  | 2011-06 | comments | 854.3 MB | - | 22m19s | 11m36s | 20 | 9,766,511 | 816.4 MB |
685
  | 2011-06 | submissions | 155.2 MB | - | 22m30s | - | 3 | 1,153,048 | 121.0 MB |
686
+ | 2011-07 | comments | 912.7 MB | 4m14s | 32m23s | - | 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 |
 
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:** 44m / **Committed this session:** 0
777
 
778
  ### Active Workers
779
 
780
  | Stage | Month | Type | Progress |
781
  |-------|-------|------|----------|
782
+ | Downloading | 2011-12 | comments | 1.2 GB / 1.2 GB (95%) |
 
783
  | Processing | 2011-08 | comments | starting... |
784
+ | Processing | 2011-09 | comments | shard 7 · 3.5M rows · 55.4K rows/s |
785
+ | Uploading | 2011-07 | comments | 22 shards · 10.6M rows · committing |
786
 
787
 
788
  ### Throughput
789
 
790
  | Metric | Value |
791
  |--------|------:|
792
+ | Download | 21 Mbps avg |
793
+ | Processing | 5.4K rows/s avg |
794
 
795
  ### Progress
796
 
 
802
  | Rows processed | 0 |
803
  | Data committed | 0 B |
804
 
805
+ *Last update: 2026-03-24 16:59 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-24 16:59 UTC*
data/comments/2011/07/020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43363c29ec2c5a5e5c64f9ad62e2e74a561bed0084d854769e77255d78fd511a
3
+ size 42249508
data/comments/2011/07/021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12928ef5f2c8a014fd9e628578fd06d09da388105bdf9b9de6fdfe8ad169bddd
3
+ size 4772962
states.json CHANGED
@@ -1,14 +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-24T16:45:18.613732405Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2011-07",
8
  "type": "comments",
9
- "phase": "processing",
10
- "shard": 17,
11
- "rows": 8500000
12
  },
13
  "hardware": {
14
  "hostname": "vmi3112167",
@@ -32,35 +30,43 @@
32
  "pipeline": {
33
  "downloading": [
34
  {
35
- "ym": "2011-11",
36
  "type": "comments",
37
- "bytes_done": 315173816,
38
- "bytes_total": 1258027562,
39
  "phase": "downloading"
40
  }
41
  ],
42
  "processing": [
43
  {
44
- "ym": "2011-07",
45
  "type": "comments",
46
- "shard": 18,
47
- "rows": 9000000,
48
- "rows_per_sec": 73567.67894496142,
49
  "phase": "processing"
50
  },
51
  {
52
- "ym": "2011-08",
53
  "type": "comments",
 
 
 
54
  "phase": "processing"
55
  }
56
  ],
57
- "uploading": null,
 
 
 
 
 
 
 
 
58
  "queued_for_process": 0,
59
  "queued_for_upload": 0
60
  },
61
  "throughput": {
62
- "avg_download_mbps": 21.763284194594448,
63
- "avg_process_rows_per_sec": 0,
64
  "avg_upload_sec_per_commit": 0
65
  },
66
  "stats": {
 
1
  {
2
  "session_id": "2026-03-24T16:15:18Z",
3
  "started_at": "2026-03-24T16:15:18.696419517Z",
4
+ "updated_at": "2026-03-24T16:59:18.590129047Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2011-07",
8
  "type": "comments",
9
+ "phase": "committing"
 
 
10
  },
11
  "hardware": {
12
  "hostname": "vmi3112167",
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2011-12",
34
  "type": "comments",
35
+ "bytes_done": 1268822414,
36
+ "bytes_total": 1331978871,
37
  "phase": "downloading"
38
  }
39
  ],
40
  "processing": [
41
  {
42
+ "ym": "2011-08",
43
  "type": "comments",
 
 
 
44
  "phase": "processing"
45
  },
46
  {
47
+ "ym": "2011-09",
48
  "type": "comments",
49
+ "shard": 7,
50
+ "rows": 3500000,
51
+ "rows_per_sec": 55448.482435092,
52
  "phase": "processing"
53
  }
54
  ],
55
+ "uploading": [
56
+ {
57
+ "ym": "2011-07",
58
+ "type": "comments",
59
+ "rows": 10557466,
60
+ "shards": 22,
61
+ "phase": "committing"
62
+ }
63
+ ],
64
  "queued_for_process": 0,
65
  "queued_for_upload": 0
66
  },
67
  "throughput": {
68
+ "avg_download_mbps": 21.399792272686206,
69
+ "avg_process_rows_per_sec": 5432.811266783283,
70
  "avg_upload_sec_per_commit": 0
71
  },
72
  "stats": {
stats.csv CHANGED
@@ -133,6 +133,7 @@ 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,submissions,3,1264991,140706897,180490212,90.92,20.40,169.35,2026-03-16T16:57:36Z
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
@@ -159,7 +160,7 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
159
  2013,6,submissions,7,3189490,433117409,577426173,164.33,1402.89,124.40,2026-03-21T14:52:32Z
160
  2013,7,submissions,7,3374406,464332012,619406767,212.13,2779.28,185.41,2026-03-21T16:09:56Z
161
  2013,8,submissions,7,3315090,465216315,615047931,99.75,1597.42,206.09,2026-03-21T15:48:31Z
162
- 2013,9,submissions,7,3121163,436576875,588873920,369.81,3041.05,0.00,2026-03-21T17:06:48Z
163
  2013,10,submissions,7,3467225,479442998,650252980,130.29,1782.47,144.23,2026-03-21T16:42:02Z
164
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
165
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
 
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
 
160
  2013,6,submissions,7,3189490,433117409,577426173,164.33,1402.89,124.40,2026-03-21T14:52:32Z
161
  2013,7,submissions,7,3374406,464332012,619406767,212.13,2779.28,185.41,2026-03-21T16:09:56Z
162
  2013,8,submissions,7,3315090,465216315,615047931,99.75,1597.42,206.09,2026-03-21T15:48:31Z
163
+ 2013,9,submissions,7,3121163,436576875,588873920,369.81,3041.05,147.45,2026-03-21T17:06:48Z
164
  2013,10,submissions,7,3467225,479442998,650252980,130.29,1782.47,144.23,2026-03-21T16:42:02Z
165
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
166
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z