tamnd commited on
Commit
cf0d2f2
·
verified ·
1 Parent(s): 5deb4de

Add comments/2014-06 (84 shards, 42.0M 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 **2.3B items** (1.1B comments, 1.3B submissions) in **243.4 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
 
@@ -95,7 +95,7 @@ states.json live pipeline state (updated every ~5 min)
95
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 123.3M
96
  2012 ███████████████████░░░░░░░░░░░ 260.3M
97
  2013 ██████████████████████████████ 402.2M
98
- 2014 ███████████████░░░░░░░░░░░░░░░ 208.5M
99
  ```
100
 
101
  **Submissions**
@@ -229,14 +229,14 @@ huggingface-cli download open-index/arctic \
229
 
230
  | Type | Months | Rows | Parquet Size |
231
  |------|-------:|-----:|-------------:|
232
- | comments | 102 | 1.1B | 88.1 GB |
233
  | submissions | 132 | 1.3B | 155.3 GB |
234
- | **Total** | **102** | **2.3B** | **243.4 GB** |
235
 
236
  ### Monthly breakdown
237
 
238
  <details>
239
- <summary>Click to expand full monthly table (102 comment months + 132 submission months)</summary>
240
 
241
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
242
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -444,6 +444,7 @@ huggingface-cli download open-index/arctic \
444
  | 2014-04 | submissions | - | 5m27s | 17m56s | 56.9s | 9 | 4,115,035 | 571.6 MB |
445
  | 2014-05 | comments | - | 15m09s | 104m42s | 5m39s | 86 | 42,514,094 | 3.6 GB |
446
  | 2014-05 | submissions | - | 5m42s | 16m24s | 44.3s | 9 | 4,162,070 | 590.8 MB |
 
447
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
448
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
449
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -505,23 +506,24 @@ ORDER BY year, month, type;
505
 
506
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 228 GB free). Auto-updated every ~5 minutes.
507
 
508
- **Started:** 2026-03-31 05:55 UTC / **Elapsed:** 13h 19m / **Committed this session:** 11
509
 
510
  ### Active Workers
511
 
512
  | Stage | Month | Type | Progress |
513
  |-------|-------|------|----------|
514
- | Processing | 2014-06 | comments | shard 73 · 36.5M rows · 145.2K rows/s |
 
515
 
516
 
517
  ### Throughput
518
 
519
  | Metric | Value |
520
  |--------|------:|
521
- | Download | 25 Mbps avg |
522
- | Processing | 5.0K rows/s avg |
523
  | Upload | 184.1s per commit avg |
524
- | ETA | 2026-04-12 11:39 UTC |
525
 
526
  ### Progress
527
 
@@ -533,7 +535,7 @@ ORDER BY year, month, type;
533
  | Rows processed | 232.9M |
534
  | Data committed | 20.7 GB |
535
 
536
- *Last update: 2026-03-31 19:14 UTC*
537
 
538
 
539
  # Dataset card for Arctic Shift Reddit Archive
@@ -717,4 +719,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
717
 
718
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
719
 
720
- *Last updated: 2026-03-31 19:15 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 **2.4B items** (1.1B comments, 1.3B submissions) in **246.9 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
 
 
95
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 123.3M
96
  2012 ███████████████████░░░░░░░░░░░ 260.3M
97
  2013 ██████████████████████████████ 402.2M
98
+ 2014 ██████████████████░░░░░░░░░░░░ 250.5M
99
  ```
100
 
101
  **Submissions**
 
229
 
230
  | Type | Months | Rows | Parquet Size |
231
  |------|-------:|-----:|-------------:|
232
+ | comments | 103 | 1.1B | 91.6 GB |
233
  | submissions | 132 | 1.3B | 155.3 GB |
234
+ | **Total** | **103** | **2.4B** | **246.9 GB** |
235
 
236
  ### Monthly breakdown
237
 
238
  <details>
239
+ <summary>Click to expand full monthly table (103 comment months + 132 submission months)</summary>
240
 
241
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
242
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
444
  | 2014-04 | submissions | - | 5m27s | 17m56s | 56.9s | 9 | 4,115,035 | 571.6 MB |
445
  | 2014-05 | comments | - | 15m09s | 104m42s | 5m39s | 86 | 42,514,094 | 3.6 GB |
446
  | 2014-05 | submissions | - | 5m42s | 16m24s | 44.3s | 9 | 4,162,070 | 590.8 MB |
447
+ | 2014-06 | comments | - | 7m47s | 103m44s | - | 84 | 41,990,650 | 3.5 GB |
448
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
449
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
450
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
506
 
507
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 228 GB free). Auto-updated every ~5 minutes.
508
 
509
+ **Started:** 2026-03-31 05:55 UTC / **Elapsed:** 13h 40m / **Committed this session:** 11
510
 
511
  ### Active Workers
512
 
513
  | Stage | Month | Type | Progress |
514
  |-------|-------|------|----------|
515
+ | Processing | 2014-06 | submissions | shard 4 · 2.0M rows · 56.7K rows/s |
516
+ | Uploading | 2014-06 | comments | 84 shards · 42.0M rows · committing |
517
 
518
 
519
  ### Throughput
520
 
521
  | Metric | Value |
522
  |--------|------:|
523
+ | Download | 27 Mbps avg |
524
+ | Processing | 5.2K rows/s avg |
525
  | Upload | 184.1s per commit avg |
526
+ | ETA | 2026-04-13 21:19 UTC |
527
 
528
  ### Progress
529
 
 
535
  | Rows processed | 232.9M |
536
  | Data committed | 20.7 GB |
537
 
538
+ *Last update: 2026-03-31 19:35 UTC*
539
 
540
 
541
  # Dataset card for Arctic Shift Reddit Archive
 
719
 
720
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
721
 
722
+ *Last updated: 2026-03-31 19:35 UTC*
data/comments/2014/06/080.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d398c62a988e4c420a11bdb5baba9d908f53c99a8621e64d9185ea69c41397f1
3
+ size 42983590
data/comments/2014/06/081.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab017622fd20156100ae4d89504cf6c6ee4b7489aa1a8c39c3ce33d4f04de1b3
3
+ size 43585159
data/comments/2014/06/082.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c1c2d5bcf63f65f236a5c131ed3e0a3417dc3bc6ee0db6e4d359bd8bea03d25
3
+ size 47763869
data/comments/2014/06/083.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:554d0973b84677a4db267dec01515438bcde8d81f048cd6f9ab98c95d7804fb2
3
+ size 45843750
states.json CHANGED
@@ -1,14 +1,12 @@
1
  {
2
  "session_id": "2026-03-31T05:55:35Z",
3
  "started_at": "2026-03-31T05:55:35.567961451Z",
4
- "updated_at": "2026-03-31T19:14:46.045348497Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2014-06",
8
  "type": "comments",
9
- "phase": "processing",
10
- "shard": 20,
11
- "rows": 10000000
12
  },
13
  "hardware": {
14
  "hostname": "doge-01",
@@ -34,22 +32,30 @@
34
  "processing": [
35
  {
36
  "ym": "2014-06",
37
- "type": "comments",
38
- "shard": 73,
39
- "rows": 36500000,
40
- "rows_per_sec": 145200.22579122984,
41
  "phase": "processing"
42
  }
43
  ],
44
- "uploading": null,
 
 
 
 
 
 
 
 
45
  "queued_for_process": 0,
46
  "queued_for_upload": 0
47
  },
48
  "throughput": {
49
- "avg_download_mbps": 25.49082151600659,
50
- "avg_process_rows_per_sec": 5030.850245143566,
51
  "avg_upload_sec_per_commit": 184.0729807571818,
52
- "estimated_completion": "2026-04-12T19:39:16.857940719+08:00"
53
  },
54
  "stats": {
55
  "committed": 11,
 
1
  {
2
  "session_id": "2026-03-31T05:55:35Z",
3
  "started_at": "2026-03-31T05:55:35.567961451Z",
4
+ "updated_at": "2026-03-31T19:35:12.26560182Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2014-06",
8
  "type": "comments",
9
+ "phase": "committing"
 
 
10
  },
11
  "hardware": {
12
  "hostname": "doge-01",
 
32
  "processing": [
33
  {
34
  "ym": "2014-06",
35
+ "type": "submissions",
36
+ "shard": 4,
37
+ "rows": 2000000,
38
+ "rows_per_sec": 56708.7246227204,
39
  "phase": "processing"
40
  }
41
  ],
42
+ "uploading": [
43
+ {
44
+ "ym": "2014-06",
45
+ "type": "comments",
46
+ "rows": 41990650,
47
+ "shards": 84,
48
+ "phase": "committing"
49
+ }
50
+ ],
51
  "queued_for_process": 0,
52
  "queued_for_upload": 0
53
  },
54
  "throughput": {
55
+ "avg_download_mbps": 26.669467871891516,
56
+ "avg_process_rows_per_sec": 5173.8118652658495,
57
  "avg_upload_sec_per_commit": 184.0729807571818,
58
+ "estimated_completion": "2026-04-14T05:19:44.93686809+08:00"
59
  },
60
  "stats": {
61
  "committed": 11,
stats.csv CHANGED
@@ -202,7 +202,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
202
  2014,4,comments,85,42440735,3781001090,0,776.68,5763.55,307.00,2026-03-31T15:20:22Z
203
  2014,4,submissions,9,4115035,599342017,0,327.49,1076.47,56.88,2026-03-31T13:31:12Z
204
  2014,5,comments,86,42514094,3858304294,0,909.13,6281.74,338.86,2026-03-31T17:20:24Z
205
- 2014,5,submissions,9,4162070,619469667,0,341.73,983.69,0.00,2026-03-31T17:36:48Z
 
206
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
207
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
208
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
202
  2014,4,comments,85,42440735,3781001090,0,776.68,5763.55,307.00,2026-03-31T15:20:22Z
203
  2014,4,submissions,9,4115035,599342017,0,327.49,1076.47,56.88,2026-03-31T13:31:12Z
204
  2014,5,comments,86,42514094,3858304294,0,909.13,6281.74,338.86,2026-03-31T17:20:24Z
205
+ 2014,5,submissions,9,4162070,619469667,0,341.73,983.69,44.34,2026-03-31T17:36:48Z
206
+ 2014,6,comments,84,41990650,3779984141,0,467.22,6224.17,0.00,2026-03-31T19:28:30Z
207
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
208
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
209
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z