tamnd commited on
Commit
fe040b9
·
verified ·
1 Parent(s): 3497513

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 +21 -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.7B items** (1.4B comments, 1.3B submissions) in **274.6 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 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 47.9M
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 | 109 | 1.4B | 115.4 GB |
233
- | submissions | 138 | 1.3B | 159.2 GB |
234
- | **Total** | **109** | **2.7B** | **274.6 GB** |
235
 
236
  ### Monthly breakdown
237
 
238
  <details>
239
- <summary>Click to expand full monthly table (109 comment months + 138 submission months)</summary>
240
 
241
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
242
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -457,6 +457,7 @@ huggingface-cli download open-index/arctic \
457
  | 2014-11 | comments | - | 6m10s | 105m02s | 7m55s | 93 | 46,118,074 | 3.9 GB |
458
  | 2014-11 | submissions | - | 3m02s | 25m10s | 1m03s | 10 | 4,735,396 | 699.8 MB |
459
  | 2014-12 | comments | - | 9m01s | 114m21s | 6m39s | 98 | 48,807,699 | 4.1 GB |
 
460
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
461
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
462
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -518,13 +519,15 @@ ORDER BY year, month, type;
518
 
519
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
520
 
521
- **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 7h 7m / **Committed this session:** 6
522
 
523
  ### Active Workers
524
 
525
  | Stage | Month | Type | Progress |
526
  |-------|-------|------|----------|
527
- | Processing | 2014-12 | submissions | shard 8 · 4.0M rows · 87.5K rows/s |
 
 
528
 
529
 
530
  ### Throughput
@@ -532,9 +535,9 @@ ORDER BY year, month, type;
532
  | Metric | Value |
533
  |--------|------:|
534
  | Download | 29 Mbps avg |
535
- | Processing | 5.3K rows/s avg |
536
  | Upload | 256.5s per commit avg |
537
- | ETA | 2026-04-13 09:37 UTC |
538
 
539
  ### Progress
540
 
@@ -546,7 +549,7 @@ ORDER BY year, month, type;
546
  | Rows processed | 156.6M |
547
  | Data committed | 14.1 GB |
548
 
549
- *Last update: 2026-04-01 09:58 UTC*
550
 
551
 
552
  # Dataset card for Arctic Shift Reddit Archive
@@ -730,4 +733,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
730
 
731
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
732
 
733
- *Last updated: 2026-04-01 10:01 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.7B items** (1.4B comments, 1.3B submissions) in **275.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
 
 
110
  2011 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.0M
111
  2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29.3M
112
  2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.7M
113
+ 2014 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52.9M
114
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
115
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
116
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
 
230
  | Type | Months | Rows | Parquet Size |
231
  |------|-------:|-----:|-------------:|
232
  | comments | 109 | 1.4B | 115.4 GB |
233
+ | submissions | 139 | 1.3B | 159.9 GB |
234
+ | **Total** | **109** | **2.7B** | **275.3 GB** |
235
 
236
  ### Monthly breakdown
237
 
238
  <details>
239
+ <summary>Click to expand full monthly table (109 comment months + 139 submission months)</summary>
240
 
241
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
242
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
457
  | 2014-11 | comments | - | 6m10s | 105m02s | 7m55s | 93 | 46,118,074 | 3.9 GB |
458
  | 2014-11 | submissions | - | 3m02s | 25m10s | 1m03s | 10 | 4,735,396 | 699.8 MB |
459
  | 2014-12 | comments | - | 9m01s | 114m21s | 6m39s | 98 | 48,807,699 | 4.1 GB |
460
+ | 2014-12 | submissions | - | 3m21s | 23m30s | - | 10 | 4,984,013 | 747.8 MB |
461
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
462
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
463
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
519
 
520
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
521
 
522
+ **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 7h 13m / **Committed this session:** 6
523
 
524
  ### Active Workers
525
 
526
  | Stage | Month | Type | Progress |
527
  |-------|-------|------|----------|
528
+ | Downloading | 2015-03 | comments | connecting... |
529
+ | Processing | 2015-01 | submissions | starting... |
530
+ | Uploading | 2014-12 | submissions | 10 shards · 5.0M rows · committing |
531
 
532
 
533
  ### Throughput
 
535
  | Metric | Value |
536
  |--------|------:|
537
  | Download | 29 Mbps avg |
538
+ | Processing | 5.0K rows/s avg |
539
  | Upload | 256.5s per commit avg |
540
+ | ETA | 2026-04-13 14:16 UTC |
541
 
542
  ### Progress
543
 
 
549
  | Rows processed | 156.6M |
550
  | Data committed | 14.1 GB |
551
 
552
+ *Last update: 2026-04-01 10:04 UTC*
553
 
554
 
555
  # Dataset card for Arctic Shift Reddit Archive
 
733
 
734
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
735
 
736
+ *Last updated: 2026-04-01 10:04 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-01T09:58:25.086218641Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2014-12",
8
  "type": "submissions",
9
- "phase": "processing",
10
- "shard": 7,
11
- "rows": 3500000
12
  },
13
  "hardware": {
14
  "hostname": "doge-01",
@@ -30,26 +28,37 @@
30
  "sequential": false
31
  },
32
  "pipeline": {
33
- "downloading": null,
 
 
 
 
 
 
34
  "processing": [
35
  {
36
- "ym": "2014-12",
37
  "type": "submissions",
38
- "shard": 8,
39
- "rows": 4000000,
40
- "rows_per_sec": 87542.17335228172,
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.020644448036055,
50
- "avg_process_rows_per_sec": 5300.418717885183,
51
  "avg_upload_sec_per_commit": 256.47266728566666,
52
- "estimated_completion": "2026-04-13T17:37:45.44269533+08:00"
53
  },
54
  "stats": {
55
  "committed": 6,
 
1
  {
2
  "session_id": "2026-04-01T02:51:10Z",
3
  "started_at": "2026-04-01T02:51:10.410368992Z",
4
+ "updated_at": "2026-04-01T10:04:04.878138045Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2014-12",
8
  "type": "submissions",
9
+ "phase": "committing"
 
 
10
  },
11
  "hardware": {
12
  "hostname": "doge-01",
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
32
+ {
33
+ "ym": "2015-03",
34
+ "type": "comments",
35
+ "phase": "downloading"
36
+ }
37
+ ],
38
  "processing": [
39
  {
40
+ "ym": "2015-01",
41
  "type": "submissions",
 
 
 
42
  "phase": "processing"
43
  }
44
  ],
45
+ "uploading": [
46
+ {
47
+ "ym": "2014-12",
48
+ "type": "submissions",
49
+ "rows": 4984013,
50
+ "shards": 10,
51
+ "phase": "committing"
52
+ }
53
+ ],
54
  "queued_for_process": 0,
55
  "queued_for_upload": 0
56
  },
57
  "throughput": {
58
  "avg_download_mbps": 29.020644448036055,
59
+ "avg_process_rows_per_sec": 5048.1199707275155,
60
  "avg_upload_sec_per_commit": 256.47266728566666,
61
+ "estimated_completion": "2026-04-13T22:16:50.199967252+08:00"
62
  },
63
  "stats": {
64
  "committed": 6,
stats.csv CHANGED
@@ -215,7 +215,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
215
  2014,10,submissions,10,4831580,739139106,0,290.96,1301.12,62.38,2026-04-01T03:41:46Z
216
  2014,11,comments,93,46118074,4187919382,0,370.16,6301.76,475.45,2026-04-01T05:33:09Z
217
  2014,11,submissions,10,4735396,733798808,0,181.75,1509.90,63.37,2026-04-01T05:58:19Z
218
- 2014,12,comments,98,48807699,4445262198,0,541.06,6860.77,0.00,2026-04-01T09:40:34Z
 
219
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
220
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
221
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
215
  2014,10,submissions,10,4831580,739139106,0,290.96,1301.12,62.38,2026-04-01T03:41:46Z
216
  2014,11,comments,93,46118074,4187919382,0,370.16,6301.76,475.45,2026-04-01T05:33:09Z
217
  2014,11,submissions,10,4735396,733798808,0,181.75,1509.90,63.37,2026-04-01T05:58:19Z
218
+ 2014,12,comments,98,48807699,4445262198,0,541.06,6860.77,399.03,2026-04-01T09:40:34Z
219
+ 2014,12,submissions,10,4984013,784110471,0,200.55,1410.17,0.00,2026-04-01T10:04:04Z
220
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
221
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
222
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z