tamnd commited on
Commit
aed7d57
·
verified ·
1 Parent(s): 97cc1d5

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 **2.5B items** (1.3B comments, 1.3B submissions) in **261.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
 
@@ -110,7 +110,7 @@ states.json live pipeline state (updated every ~5 min)
110
  2011 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.0M
111
  2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29.3M
112
  2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.7M
113
- 2014 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 38.3M
114
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
115
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
116
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
@@ -230,13 +230,13 @@ huggingface-cli download open-index/arctic \
230
  | Type | Months | Rows | Parquet Size |
231
  |------|-------:|-----:|-------------:|
232
  | comments | 106 | 1.3B | 103.3 GB |
233
- | submissions | 136 | 1.3B | 157.8 GB |
234
- | **Total** | **106** | **2.5B** | **261.1 GB** |
235
 
236
  ### Monthly breakdown
237
 
238
  <details>
239
- <summary>Click to expand full monthly table (106 comment months + 136 submission months)</summary>
240
 
241
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
242
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -452,6 +452,7 @@ huggingface-cli download open-index/arctic \
452
  | 2014-08 | submissions | - | 2m30s | 21m14s | 1m03s | 10 | 4,596,551 | 672.6 MB |
453
  | 2014-09 | comments | - | 12m04s | 102m58s | - | 90 | 44,992,201 | 3.8 GB |
454
  | 2014-09 | submissions | - | - | 23m54s | 1m14s | 10 | 4,567,136 | 662.5 MB |
 
455
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
456
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
457
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -513,13 +514,15 @@ ORDER BY year, month, type;
513
 
514
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
515
 
516
- **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 40m / **Committed this session:** 1
517
 
518
  ### Active Workers
519
 
520
  | Stage | Month | Type | Progress |
521
  |-------|-------|------|----------|
522
- | Processing | 2014-10 | submissions | shard 6 · 3.0M rows · 82.3K rows/s |
 
 
523
 
524
 
525
  ### Throughput
@@ -527,9 +530,9 @@ ORDER BY year, month, type;
527
  | Metric | Value |
528
  |--------|------:|
529
  | Download | 34 Mbps avg |
530
- | Processing | 3.2K rows/s avg |
531
  | Upload | 74.2s per commit avg |
532
- | ETA | 2026-04-06 19:27 UTC |
533
 
534
  ### Progress
535
 
@@ -541,7 +544,7 @@ ORDER BY year, month, type;
541
  | Rows processed | 4.6M |
542
  | Data committed | 662.5 MB |
543
 
544
- *Last update: 2026-04-01 03:30 UTC*
545
 
546
 
547
  # Dataset card for Arctic Shift Reddit Archive
@@ -725,4 +728,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
725
 
726
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
727
 
728
- *Last updated: 2026-04-01 03:31 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.5B items** (1.3B comments, 1.3B submissions) in **261.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
 
 
110
  2011 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.0M
111
  2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29.3M
112
  2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.7M
113
+ 2014 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 43.2M
114
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
115
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
116
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
 
230
  | Type | Months | Rows | Parquet Size |
231
  |------|-------:|-----:|-------------:|
232
  | comments | 106 | 1.3B | 103.3 GB |
233
+ | submissions | 137 | 1.3B | 158.5 GB |
234
+ | **Total** | **106** | **2.5B** | **261.8 GB** |
235
 
236
  ### Monthly breakdown
237
 
238
  <details>
239
+ <summary>Click to expand full monthly table (106 comment months + 137 submission months)</summary>
240
 
241
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
242
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
452
  | 2014-08 | submissions | - | 2m30s | 21m14s | 1m03s | 10 | 4,596,551 | 672.6 MB |
453
  | 2014-09 | comments | - | 12m04s | 102m58s | - | 90 | 44,992,201 | 3.8 GB |
454
  | 2014-09 | submissions | - | - | 23m54s | 1m14s | 10 | 4,567,136 | 662.5 MB |
455
+ | 2014-10 | submissions | - | 4m51s | 21m41s | - | 10 | 4,831,580 | 704.9 MB |
456
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
457
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
458
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
514
 
515
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
516
 
517
+ **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 51m / **Committed this session:** 1
518
 
519
  ### Active Workers
520
 
521
  | Stage | Month | Type | Progress |
522
  |-------|-------|------|----------|
523
+ | Downloading | 2014-12 | submissions | 1.9 MB / 946.3 MB (0%) |
524
+ | Processing | 2014-11 | comments | starting... |
525
+ | Uploading | 2014-10 | submissions | 10 shards · 4.8M rows · committing |
526
 
527
 
528
  ### Throughput
 
530
  | Metric | Value |
531
  |--------|------:|
532
  | Download | 34 Mbps avg |
533
+ | Processing | 3.4K rows/s avg |
534
  | Upload | 74.2s per commit avg |
535
+ | ETA | 2026-04-09 20:52 UTC |
536
 
537
  ### Progress
538
 
 
544
  | Rows processed | 4.6M |
545
  | Data committed | 662.5 MB |
546
 
547
+ *Last update: 2026-04-01 03:42 UTC*
548
 
549
 
550
  # Dataset card for Arctic Shift Reddit Archive
 
728
 
729
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
730
 
731
+ *Last updated: 2026-04-01 03:42 UTC*
states.json CHANGED
@@ -1,14 +1,12 @@
1
  {
2
  "session_id": "2026-04-01T02:51:10Z",
3
  "started_at": "2026-04-01T02:51:10.410368992Z",
4
- "updated_at": "2026-04-01T03:30:47.210567845Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2014-10",
8
  "type": "submissions",
9
- "phase": "processing",
10
- "shard": 3,
11
- "rows": 1500000
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": "2014-10",
37
  "type": "submissions",
38
- "shard": 6,
39
- "rows": 3000000,
40
- "rows_per_sec": 82323.10615933017,
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": 33.79116354784638,
50
- "avg_process_rows_per_sec": 3184.8428661473213,
51
  "avg_upload_sec_per_commit": 74.209789285,
52
- "estimated_completion": "2026-04-07T03:27:52.430188354+08:00"
53
  },
54
  "stats": {
55
  "committed": 1,
 
1
  {
2
  "session_id": "2026-04-01T02:51:10Z",
3
  "started_at": "2026-04-01T02:51:10.410368992Z",
4
+ "updated_at": "2026-04-01T03:42:09.986285537Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2014-10",
8
  "type": "submissions",
9
+ "phase": "committing"
 
 
10
  },
11
  "hardware": {
12
  "hostname": "doge-01",
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
32
+ {
33
+ "ym": "2014-12",
34
+ "type": "submissions",
35
+ "bytes_done": 1982464,
36
+ "bytes_total": 992312321,
37
+ "phase": "downloading"
38
+ }
39
+ ],
40
  "processing": [
41
+ {
42
+ "ym": "2014-11",
43
+ "type": "comments",
44
+ "phase": "processing"
45
+ }
46
+ ],
47
+ "uploading": [
48
  {
49
  "ym": "2014-10",
50
  "type": "submissions",
51
+ "rows": 4831580,
52
+ "shards": 10,
53
+ "phase": "committing"
 
54
  }
55
  ],
 
56
  "queued_for_process": 0,
57
  "queued_for_upload": 0
58
  },
59
  "throughput": {
60
  "avg_download_mbps": 33.79116354784638,
61
+ "avg_process_rows_per_sec": 3449.127144690978,
62
  "avg_upload_sec_per_commit": 74.209789285,
63
+ "estimated_completion": "2026-04-10T04:52:06.568853096+08:00"
64
  },
65
  "stats": {
66
  "committed": 1,
stats.csv CHANGED
@@ -210,7 +210,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
210
  2014,8,comments,94,46990813,4236894053,0,448.59,6779.51,426.07,2026-04-01T00:27:56Z
211
  2014,8,submissions,10,4596551,705239172,0,150.14,1274.48,63.28,2026-04-01T00:49:10Z
212
  2014,9,comments,90,44992201,4079617133,0,724.45,6177.90,0.00,2026-04-01T02:44:25Z
213
- 2014,9,submissions,10,4567136,694698744,0,0.00,1434.02,0.00,2026-04-01T03:15:04Z
 
214
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
215
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
216
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
210
  2014,8,comments,94,46990813,4236894053,0,448.59,6779.51,426.07,2026-04-01T00:27:56Z
211
  2014,8,submissions,10,4596551,705239172,0,150.14,1274.48,63.28,2026-04-01T00:49:10Z
212
  2014,9,comments,90,44992201,4079617133,0,724.45,6177.90,0.00,2026-04-01T02:44:25Z
213
+ 2014,9,submissions,10,4567136,694698744,0,0.00,1434.02,74.21,2026-04-01T03:15:04Z
214
+ 2014,10,submissions,10,4831580,739139106,0,290.96,1301.12,0.00,2026-04-01T03:41:46Z
215
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
216
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
217
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z