tamnd commited on
Commit
7080992
·
verified ·
1 Parent(s): 5128b9c

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

Browse files
Files changed (3) hide show
  1. README.md +13 -11
  2. states.json +18 -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.5B items** (3.0B comments, 1.5B submissions) in **442.2 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
 
@@ -98,7 +98,7 @@ states.json live pipeline state (updated every ~5 min)
98
  2014 ███████████████████░░░░░░░░░░░ 531.8M
99
  2015 █████████████████████████░░░░░ 667.8M
100
  2016 ██████████████████████████████ 799.9M
101
- 2017 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 149.6M
102
  ```
103
 
104
  **Submissions**
@@ -234,14 +234,14 @@ huggingface-cli download open-index/arctic \
234
 
235
  | Type | Months | Rows | Parquet Size |
236
  |------|-------:|-----:|-------------:|
237
- | comments | 135 | 3.0B | 257.5 GB |
238
  | submissions | 165 | 1.5B | 184.6 GB |
239
- | **Total** | **135** | **4.5B** | **442.2 GB** |
240
 
241
  ### Monthly breakdown
242
 
243
  <details>
244
- <summary>Click to expand full monthly table (135 comment months + 165 submission months)</summary>
245
 
246
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
247
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -515,6 +515,7 @@ huggingface-cli download open-index/arctic \
515
  | 2017-01 | submissions | - | 23m09s | 55m19s | 1m48s | 19 | 9,218,513 | 1.2 GB |
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-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
519
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
520
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -576,13 +577,14 @@ ORDER BY year, month, type;
576
 
577
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 212 GB free). Auto-updated every ~5 minutes.
578
 
579
- **Started:** 2026-04-04 07:46 UTC / **Elapsed:** 14h 20m / **Committed this session:** 8
580
 
581
  ### Active Workers
582
 
583
  | Stage | Month | Type | Progress |
584
  |-------|-------|------|----------|
585
- | Processing | 2017-03 | comments | shard 141 · 70.5M rows · 205.4K rows/s |
 
586
 
587
 
588
  ### Throughput
@@ -590,9 +592,9 @@ ORDER BY year, month, type;
590
  | Metric | Value |
591
  |--------|------:|
592
  | Download | 30 Mbps avg |
593
- | Processing | 11.0K rows/s avg |
594
  | Upload | 365.1s per commit avg |
595
- | ETA | 2026-04-17 11:08 UTC |
596
 
597
  ### Progress
598
 
@@ -604,7 +606,7 @@ ORDER BY year, month, type;
604
  | Rows processed | 328.9M |
605
  | Data committed | 29.9 GB |
606
 
607
- *Last update: 2026-04-04 22:06 UTC*
608
 
609
 
610
  # Dataset card for Arctic Shift Reddit Archive
@@ -788,4 +790,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
788
 
789
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
790
 
791
- *Last updated: 2026-04-04 22: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 **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
 
 
98
  2014 ███████████████████░░░░░░░░░░░ 531.8M
99
  2015 █████████████████████████░░░░░ 667.8M
100
  2016 ██████████████████████████████ 799.9M
101
+ 2017 ████████░░░░░░░░░░░░░░░░░░░░░░ 229.3M
102
  ```
103
 
104
  **Submissions**
 
234
 
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
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
515
  | 2017-01 | submissions | - | 23m09s | 55m19s | 1m48s | 19 | 9,218,513 | 1.2 GB |
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 | - | 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
 
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:** 14h 45m / **Committed this session:** 8
581
 
582
  ### Active Workers
583
 
584
  | Stage | Month | Type | Progress |
585
  |-------|-------|------|----------|
586
+ | Processing | 2017-03 | submissions | shard 4 · 2.0M rows · 94.6K rows/s |
587
+ | Uploading | 2017-03 | comments | 160 shards · 79.7M rows · committing |
588
 
589
 
590
  ### Throughput
 
592
  | Metric | Value |
593
  |--------|------:|
594
  | Download | 30 Mbps avg |
595
+ | Processing | 10.7K rows/s avg |
596
  | Upload | 365.1s per commit avg |
597
+ | ETA | 2026-04-19 12:52 UTC |
598
 
599
  ### Progress
600
 
 
606
  | Rows processed | 328.9M |
607
  | Data committed | 29.9 GB |
608
 
609
+ *Last update: 2026-04-04 22:32 UTC*
610
 
611
 
612
  # Dataset card for Arctic Shift Reddit Archive
 
790
 
791
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
792
 
793
+ *Last updated: 2026-04-04 22:34 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-04T22:06:50.017160275Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2017-03",
8
  "type": "comments",
9
- "phase": "processing",
10
- "shard": 42,
11
- "rows": 21000000
12
  },
13
  "hardware": {
14
  "hostname": "doge-01",
@@ -34,22 +32,30 @@
34
  "processing": [
35
  {
36
  "ym": "2017-03",
37
- "type": "comments",
38
- "shard": 141,
39
- "rows": 70500000,
40
- "rows_per_sec": 205448.11046710194,
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": 29.90918922317194,
50
- "avg_process_rows_per_sec": 10981.33682615091,
51
  "avg_upload_sec_per_commit": 365.107368518875,
52
- "estimated_completion": "2026-04-17T19:08:00.321187314+08:00"
53
  },
54
  "stats": {
55
  "committed": 8,
 
1
  {
2
  "session_id": "2026-04-04T07:46:59Z",
3
  "started_at": "2026-04-04T07:46:59.324586042Z",
4
+ "updated_at": "2026-04-04T22:32:26.955823882Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2017-03",
8
  "type": "comments",
9
+ "phase": "committing"
 
 
10
  },
11
  "hardware": {
12
  "hostname": "doge-01",
 
32
  "processing": [
33
  {
34
  "ym": "2017-03",
35
+ "type": "submissions",
36
+ "shard": 4,
37
+ "rows": 2000000,
38
+ "rows_per_sec": 94607.25836422583,
39
  "phase": "processing"
40
  }
41
  ],
42
+ "uploading": [
43
+ {
44
+ "ym": "2017-03",
45
+ "type": "comments",
46
+ "rows": 79723106,
47
+ "shards": 160,
48
+ "phase": "committing"
49
+ }
50
+ ],
51
  "queued_for_process": 0,
52
  "queued_for_upload": 0
53
  },
54
  "throughput": {
55
+ "avg_download_mbps": 30.42388381114409,
56
+ "avg_process_rows_per_sec": 10729.754475810028,
57
  "avg_upload_sec_per_commit": 365.107368518875,
58
+ "estimated_completion": "2026-04-19T20:52:59.164798731+08:00"
59
  },
60
  "stats": {
61
  "committed": 8,
stats.csv CHANGED
@@ -266,9 +266,10 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
266
  2016,12,comments,146,72942967,6771191486,0,3188.65,8495.64,590.57,2026-04-04T15:33:13Z
267
  2016,12,submissions,18,8921474,1203010841,0,337.18,385.27,101.47,2026-04-04T10:26:35Z
268
  2017,1,comments,158,78946585,7401009573,0,775.20,9115.75,622.52,2026-04-04T13:11:37Z
269
- 2017,1,submissions,19,9218513,1260109829,0,1388.54,3319.49,0.00,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,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
273
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
274
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
266
  2016,12,comments,146,72942967,6771191486,0,3188.65,8495.64,590.57,2026-04-04T15:33:13Z
267
  2016,12,submissions,18,8921474,1203010841,0,337.18,385.27,101.47,2026-04-04T10:26:35Z
268
  2017,1,comments,158,78946585,7401009573,0,775.20,9115.75,622.52,2026-04-04T13:11:37Z
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