tamnd commited on
Commit
e8b686d
·
verified ·
1 Parent(s): 3ad6b44

Update charts/README (no data — 1 parquet(s) missing locally)

Browse files
Files changed (3) hide show
  1. README.md +14 -11
  2. states.json +23 -12
  3. 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 **4.6B items** (3.1B comments, 1.5B submissions) in **449.1 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
 
@@ -116,7 +116,7 @@ states.json live pipeline state (updated every ~5 min)
116
  2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52.9M
117
  2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 70.5M
118
  2016 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 90.6M
119
- 2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 28.2M
120
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
121
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
122
  2023 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.2M
@@ -235,13 +235,13 @@ huggingface-cli download open-index/arctic \
235
  | Type | Months | Rows | Parquet Size |
236
  |------|-------:|-----:|-------------:|
237
  | comments | 136 | 3.1B | 264.5 GB |
238
- | submissions | 165 | 1.5B | 184.6 GB |
239
- | **Total** | **136** | **4.6B** | **449.1 GB** |
240
 
241
  ### Monthly breakdown
242
 
243
  <details>
244
- <summary>Click to expand full monthly table (136 comment months + 165 submission months)</summary>
245
 
246
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
247
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -516,6 +516,7 @@ huggingface-cli download open-index/arctic \
516
  | 2017-02 | comments | - | 11m53s | 133m57s | 9m25s | 142 | 70,609,487 | 6.2 GB |
517
  | 2017-02 | submissions | - | 5m08s | 64m27s | 1m42s | 18 | 8,588,120 | 1.1 GB |
518
  | 2017-03 | comments | - | 47m39s | 152m26s | 10m39s | 160 | 79,723,106 | 6.9 GB |
 
519
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
520
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
521
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -577,13 +578,15 @@ ORDER BY year, month, type;
577
 
578
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 212 GB free). Auto-updated every ~5 minutes.
579
 
580
- **Started:** 2026-04-04 07:46 UTC / **Elapsed:** 15h 19m / **Committed this session:** 9
581
 
582
  ### Active Workers
583
 
584
  | Stage | Month | Type | Progress |
585
  |-------|-------|------|----------|
586
- | Processing | 2017-03 | submissions | shard 14 · 7.0M rows · 110.6K rows/s |
 
 
587
 
588
 
589
  ### Throughput
@@ -591,9 +594,9 @@ ORDER BY year, month, type;
591
  | Metric | Value |
592
  |--------|------:|
593
  | Download | 30 Mbps avg |
594
- | Processing | 10.7K rows/s avg |
595
  | Upload | 395.5s per commit avg |
596
- | ETA | 2026-04-19 14:13 UTC |
597
 
598
  ### Progress
599
 
@@ -605,7 +608,7 @@ ORDER BY year, month, type;
605
  | Rows processed | 408.6M |
606
  | Data committed | 36.9 GB |
607
 
608
- *Last update: 2026-04-04 23:06 UTC*
609
 
610
 
611
  # Dataset card for Arctic Shift Reddit Archive
@@ -789,4 +792,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
789
 
790
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
791
 
792
- *Last updated: 2026-04-04 23:06 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 **4.6B items** (3.1B comments, 1.5B submissions) in **450.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
 
 
116
  2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52.9M
117
  2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 70.5M
118
  2016 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 90.6M
119
+ 2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 37.8M
120
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
121
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
122
  2023 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.2M
 
235
  | Type | Months | Rows | Parquet Size |
236
  |------|-------:|-----:|-------------:|
237
  | comments | 136 | 3.1B | 264.5 GB |
238
+ | submissions | 166 | 1.5B | 185.8 GB |
239
+ | **Total** | **136** | **4.6B** | **450.3 GB** |
240
 
241
  ### Monthly breakdown
242
 
243
  <details>
244
+ <summary>Click to expand full monthly table (136 comment months + 166 submission months)</summary>
245
 
246
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
247
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
516
  | 2017-02 | comments | - | 11m53s | 133m57s | 9m25s | 142 | 70,609,487 | 6.2 GB |
517
  | 2017-02 | submissions | - | 5m08s | 64m27s | 1m42s | 18 | 8,588,120 | 1.1 GB |
518
  | 2017-03 | comments | - | 47m39s | 152m26s | 10m39s | 160 | 79,723,106 | 6.9 GB |
519
+ | 2017-03 | submissions | - | 9m17s | 59m07s | - | 20 | 9,616,340 | 1.2 GB |
520
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
521
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
522
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
578
 
579
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 212 GB free). Auto-updated every ~5 minutes.
580
 
581
+ **Started:** 2026-04-04 07:46 UTC / **Elapsed:** 15h 38m / **Committed this session:** 9
582
 
583
  ### Active Workers
584
 
585
  | Stage | Month | Type | Progress |
586
  |-------|-------|------|----------|
587
+ | Downloading | 2017-06 | comments | 188.0 MB / 6.0 GB (3%) |
588
+ | Processing | 2017-04 | comments | starting... |
589
+ | Uploading | 2017-03 | submissions | 20 shards · 9.6M rows · committing |
590
 
591
 
592
  ### Throughput
 
594
  | Metric | Value |
595
  |--------|------:|
596
  | Download | 30 Mbps avg |
597
+ | Processing | 9.9K rows/s avg |
598
  | Upload | 395.5s per commit avg |
599
+ | ETA | 2026-04-18 15:16 UTC |
600
 
601
  ### Progress
602
 
 
608
  | Rows processed | 408.6M |
609
  | Data committed | 36.9 GB |
610
 
611
+ *Last update: 2026-04-04 23:24 UTC*
612
 
613
 
614
  # Dataset card for Arctic Shift Reddit Archive
 
792
 
793
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
794
 
795
+ *Last updated: 2026-04-04 23:24 UTC*
states.json CHANGED
@@ -1,14 +1,12 @@
1
  {
2
  "session_id": "2026-04-04T07:46:59Z",
3
  "started_at": "2026-04-04T07:46:59.324586042Z",
4
- "updated_at": "2026-04-04T23:06:16.661894108Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2017-03",
8
  "type": "submissions",
9
- "phase": "processing",
10
- "shard": 4,
11
- "rows": 2000000
12
  },
13
  "hardware": {
14
  "hostname": "doge-01",
@@ -30,26 +28,39 @@
30
  "sequential": false
31
  },
32
  "pipeline": {
33
- "downloading": null,
 
 
 
 
 
 
 
 
34
  "processing": [
 
 
 
 
 
 
 
35
  {
36
  "ym": "2017-03",
37
  "type": "submissions",
38
- "shard": 14,
39
- "rows": 7000000,
40
- "rows_per_sec": 110607.03726050167,
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": 30.42388381114409,
50
- "avg_process_rows_per_sec": 10729.754475810028,
51
  "avg_upload_sec_per_commit": 395.537483399,
52
- "estimated_completion": "2026-04-19T22:13:47.297079442+08:00"
53
  },
54
  "stats": {
55
  "committed": 9,
 
1
  {
2
  "session_id": "2026-04-04T07:46:59Z",
3
  "started_at": "2026-04-04T07:46:59.324586042Z",
4
+ "updated_at": "2026-04-04T23:24:59.13113105Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2017-03",
8
  "type": "submissions",
9
+ "phase": "committing"
 
 
10
  },
11
  "hardware": {
12
  "hostname": "doge-01",
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
32
+ {
33
+ "ym": "2017-06",
34
+ "type": "comments",
35
+ "bytes_done": 197180823,
36
+ "bytes_total": 6480960272,
37
+ "phase": "downloading"
38
+ }
39
+ ],
40
  "processing": [
41
+ {
42
+ "ym": "2017-04",
43
+ "type": "comments",
44
+ "phase": "processing"
45
+ }
46
+ ],
47
+ "uploading": [
48
  {
49
  "ym": "2017-03",
50
  "type": "submissions",
51
+ "rows": 9616340,
52
+ "shards": 20,
53
+ "phase": "committing"
 
54
  }
55
  ],
 
56
  "queued_for_process": 0,
57
  "queued_for_upload": 0
58
  },
59
  "throughput": {
60
  "avg_download_mbps": 30.42388381114409,
61
+ "avg_process_rows_per_sec": 9927.87845427961,
62
  "avg_upload_sec_per_commit": 395.537483399,
63
+ "estimated_completion": "2026-04-18T23:16:52.019252077+08:00"
64
  },
65
  "stats": {
66
  "committed": 9,
stats.csv CHANGED
@@ -269,7 +269,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
269
  2017,1,submissions,19,9218513,1260109829,0,1388.54,3319.49,108.04,2026-04-04T19:52:15Z
270
  2017,2,comments,142,70609487,6627687299,0,712.79,8037.20,564.95,2026-04-04T17:47:10Z
271
  2017,2,submissions,18,8588120,1162040509,0,308.32,3866.76,102.19,2026-04-04T18:56:55Z
272
- 2017,3,comments,160,79723106,7458047483,0,2858.87,9145.60,0.00,2026-04-04T22:24:40Z
 
273
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
274
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
275
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
269
  2017,1,submissions,19,9218513,1260109829,0,1388.54,3319.49,108.04,2026-04-04T19:52:15Z
270
  2017,2,comments,142,70609487,6627687299,0,712.79,8037.20,564.95,2026-04-04T17:47:10Z
271
  2017,2,submissions,18,8588120,1162040509,0,308.32,3866.76,102.19,2026-04-04T18:56:55Z
272
+ 2017,3,comments,160,79723106,7458047483,0,2858.87,9145.60,638.98,2026-04-04T22:24:40Z
273
+ 2017,3,submissions,20,9616340,1281646734,0,557.43,3547.16,0.00,2026-04-04T23:23:48Z
274
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
275
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
276
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z