tamnd commited on
Commit
834ac5d
·
verified ·
1 Parent(s): e3f0098

Add comments/2011-08 (25 shards, 12.3M 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** (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
 
@@ -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 ██████████████████████████████ 69.4M
96
  ```
97
 
98
  **Submissions**
@@ -225,28 +225,27 @@ huggingface-cli download open-index/arctic \
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>
246
 
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,7 +543,7 @@ Processing **194** of **486** (month, type) pairs from **2005-12** through **202
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
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -684,6 +683,7 @@ Processing **194** of **486** (month, type) pairs from **2005-12** through **202
684
  | 2011-06 | submissions | 155.2 MB | - | 22m30s | - | 3 | 1,153,048 | 121.0 MB |
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 | 7m56s | 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 |
@@ -773,25 +773,26 @@ 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 50m / **Committed this session:** 2
777
 
778
  ### Active Workers
779
 
780
  | Stage | Month | Type | Progress |
781
  |-------|-------|------|----------|
782
- | Downloading | 2012-02 | comments | 1.0 GB / 1.4 GB (74%) |
783
- | Processing | 2011-08 | comments | shard 16 · 8.0M rows · 53.9K rows/s |
784
  | Processing | 2011-10 | comments | starting... |
 
 
785
 
786
 
787
  ### Throughput
788
 
789
  | Metric | Value |
790
  |--------|------:|
791
- | Download | 20 Mbps avg |
792
- | Processing | 5.1K rows/s avg |
793
  | Upload | 477.8s per commit avg |
794
- | ETA | 2026-04-12 15:30 UTC |
795
 
796
  ### Progress
797
 
@@ -803,7 +804,7 @@ ORDER BY year, month, type;
803
  | Rows processed | 22.7M |
804
  | Data committed | 1.8 GB |
805
 
806
- *Last update: 2026-03-24 18:05 UTC*
807
 
808
 
809
  # Dataset card for Arctic Shift Reddit Archive
@@ -987,4 +988,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
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-24 18:05 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** (159.2M comments, 1.2B submissions) in **164.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 ██████████████████████████████ 81.7M
96
  ```
97
 
98
  **Submissions**
 
225
 
226
  | Type | Months | Rows | Parquet Size |
227
  |------|-------:|-----:|-------------:|
228
+ | comments | 70 | 159.2M | 13.2 GB |
229
  | submissions | 125 | 1.2B | 151.5 GB |
230
+ | **Total** | **70** | **1.4B** | **164.7 GB** |
231
 
232
  ### Coverage
233
 
234
+ Processing **195** 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) | 475.4 GB |
240
  | Remaining (.zst) | 3.1 TB |
241
 
242
+ ### Remaining months (291 pairs)
243
 
244
  <details>
245
  <summary>Click to expand remaining months table</summary>
246
 
247
  | Month | Type | .zst Size |
248
  |-------|------|----------:|
 
249
  | 2011-10 | comments | 1.2 GB |
250
  | 2011-11 | comments | 1.2 GB |
251
  | 2011-12 | comments | 1.2 GB |
 
543
  ### Monthly breakdown
544
 
545
  <details>
546
+ <summary>Click to expand full monthly table (70 comment months + 125 submission months)</summary>
547
 
548
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
549
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
683
  | 2011-06 | submissions | 155.2 MB | - | 22m30s | - | 3 | 1,153,048 | 121.0 MB |
684
  | 2011-07 | comments | 912.7 MB | 4m14s | 32m23s | 7m60s | 22 | 10,557,466 | 870.1 MB |
685
  | 2011-07 | submissions | 172.1 MB | 1m31s | 20.4s | 2m49s | 3 | 1,264,991 | 134.2 MB |
686
+ | 2011-08 | comments | 1.0 GB | 6m51s | 85m08s | - | 25 | 12,316,144 | 1012.3 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 | 7m56s | 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 |
 
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:** 2h 10m / **Committed this session:** 2
777
 
778
  ### Active Workers
779
 
780
  | Stage | Month | Type | Progress |
781
  |-------|-------|------|----------|
782
+ | Downloading | 2012-03 | comments | 36.5 MB / 1.6 GB (2%) |
 
783
  | Processing | 2011-10 | comments | starting... |
784
+ | Processing | 2011-11 | comments | starting... |
785
+ | Uploading | 2011-08 | comments | 25 shards · 12.3M rows · committing |
786
 
787
 
788
  ### Throughput
789
 
790
  | Metric | Value |
791
  |--------|------:|
792
+ | Download | 18 Mbps avg |
793
+ | Processing | 4.2K rows/s avg |
794
  | Upload | 477.8s per commit avg |
795
+ | ETA | 2026-04-06 21:49 UTC |
796
 
797
  ### Progress
798
 
 
804
  | Rows processed | 22.7M |
805
  | Data committed | 1.8 GB |
806
 
807
+ *Last update: 2026-03-24 18:25 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 18:25 UTC*
data/comments/2011/08/020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9af11b684bd6d19f2418920e5569284d54b642d2dfe696b412ba6dc34359ce27
3
+ size 41615881
data/comments/2011/08/021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfcfd706f7619f42268a1ab9eba3f3b1652c065999b1fe0d8e847a355a9cf7e7
3
+ size 40875688
data/comments/2011/08/022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99de8633c141ece4917780a30be1c45baa0433aa356d8bdf591731ffcec625ba
3
+ size 42195394
data/comments/2011/08/023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3530fe9ead09aaf209e4a6f54277ab8de12c708630980822c5cf34a81d4fc968
3
+ size 42780451
data/comments/2011/08/024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:097e5c5d75623acb29d6431fcf56bdb11948bbb36c986bd139b15705c05e1ec0
3
+ size 28134183
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-24T18:05:18.570909322Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2011-08",
8
  "type": "comments",
9
- "phase": "processing",
10
- "shard": 10,
11
- "rows": 5000000
12
  },
13
  "hardware": {
14
  "hostname": "vmi3112167",
@@ -32,37 +30,42 @@
32
  "pipeline": {
33
  "downloading": [
34
  {
35
- "ym": "2012-02",
36
  "type": "comments",
37
- "bytes_done": 1122111524,
38
- "bytes_total": 1508806433,
39
  "phase": "downloading"
40
  }
41
  ],
42
  "processing": [
43
  {
44
- "ym": "2011-08",
45
  "type": "comments",
46
- "shard": 16,
47
- "rows": 8000000,
48
- "rows_per_sec": 53916.73585686356,
49
  "phase": "processing"
50
  },
51
  {
52
- "ym": "2011-10",
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": 19.530590751705663,
63
- "avg_process_rows_per_sec": 5103.653766240294,
64
  "avg_upload_sec_per_commit": 477.7718057645,
65
- "estimated_completion": "2026-04-12T17:30:19.271516251+02:00"
66
  },
67
  "stats": {
68
  "committed": 2,
 
1
  {
2
  "session_id": "2026-03-24T16:15:18Z",
3
  "started_at": "2026-03-24T16:15:18.696419517Z",
4
+ "updated_at": "2026-03-24T18:25:18.504057601Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2011-08",
8
  "type": "comments",
9
+ "phase": "committing"
 
 
10
  },
11
  "hardware": {
12
  "hostname": "vmi3112167",
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2012-03",
34
  "type": "comments",
35
+ "bytes_done": 38289667,
36
+ "bytes_total": 1680583419,
37
  "phase": "downloading"
38
  }
39
  ],
40
  "processing": [
41
  {
42
+ "ym": "2011-10",
43
  "type": "comments",
 
 
 
44
  "phase": "processing"
45
  },
46
  {
47
+ "ym": "2011-11",
48
  "type": "comments",
49
  "phase": "processing"
50
  }
51
  ],
52
+ "uploading": [
53
+ {
54
+ "ym": "2011-08",
55
+ "type": "comments",
56
+ "rows": 12316144,
57
+ "shards": 25,
58
+ "phase": "committing"
59
+ }
60
+ ],
61
  "queued_for_process": 0,
62
  "queued_for_upload": 0
63
  },
64
  "throughput": {
65
+ "avg_download_mbps": 17.843750954004975,
66
+ "avg_process_rows_per_sec": 4206.173229934956,
67
  "avg_upload_sec_per_commit": 477.7718057645,
68
+ "estimated_completion": "2026-04-06T23:49:48.469915689+02:00"
69
  },
70
  "stats": {
71
  "committed": 2,
stats.csv CHANGED
@@ -135,8 +135,9 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
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
 
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,comments,25,12316144,1061495986,1116732149,411.03,5107.86,0.00,2026-03-24T18:24:03Z
139
  2011,8,submissions,3,1448347,164082352,209622064,0.00,44.21,67.88,2026-03-21T09:21:39Z
140
+ 2011,9,comments,25,12150412,1053744180,1107365964,308.18,2544.86,475.92,2026-03-24T17:39:39Z
141
  2011,9,submissions,3,1482575,168012397,214126359,132.82,93.60,37.19,2026-03-21T09:25:20Z
142
  2011,10,submissions,4,1590673,187749711,237965612,0.00,54.41,77.31,2026-03-21T09:24:02Z
143
  2011,11,submissions,4,1634431,190617313,246897028,138.40,57.38,66.03,2026-03-21T09:26:24Z