tamnd commited on
Commit
458a076
·
verified ·
1 Parent(s): bc87bca

Progress: pipeline running (9 committed)

Browse files
Files changed (2) hide show
  1. README.md +21 -20
  2. states.json +20 -19
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.8B items** (1.5B comments, 1.3B submissions) in **284.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
 
@@ -112,7 +112,7 @@ states.json live pipeline state (updated every ~5 min)
112
  2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29.3M
113
  2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.7M
114
  2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52.9M
115
- 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.5M
116
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
117
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
118
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
@@ -232,13 +232,13 @@ huggingface-cli download open-index/arctic \
232
  | Type | Months | Rows | Parquet Size |
233
  |------|-------:|-----:|-------------:|
234
  | comments | 111 | 1.5B | 124.2 GB |
235
- | submissions | 140 | 1.3B | 160.7 GB |
236
- | **Total** | **111** | **2.8B** | **284.9 GB** |
237
 
238
  ### Monthly breakdown
239
 
240
  <details>
241
- <summary>Click to expand full monthly table (111 comment months + 140 submission months)</summary>
242
 
243
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
244
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -462,7 +462,8 @@ huggingface-cli download open-index/arctic \
462
  | 2014-12 | submissions | - | 3m21s | 23m30s | 58.9s | 10 | 4,984,013 | 747.8 MB |
463
  | 2015-01 | comments | - | 10m58s | 118m04s | 6m41s | 108 | 53,851,542 | 4.6 GB |
464
  | 2015-01 | submissions | - | 1m58s | 2m38s | 1m26s | 11 | 5,465,910 | 829.3 MB |
465
- | 2015-02 | comments | - | 16m42s | 105m49s | - | 97 | 48,342,747 | 4.2 GB |
 
466
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
467
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
468
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -524,37 +525,37 @@ ORDER BY year, month, type;
524
 
525
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
526
 
527
- **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 11h 30m / **Committed this session:** 9
528
 
529
  ### Active Workers
530
 
531
  | Stage | Month | Type | Progress |
532
  |-------|-------|------|----------|
533
- | Downloading | 2015-04 | submissions | 0 B / 1.5 GB (0%) |
534
- | Processing | 2015-02 | submissions | shard 1 · 500.0K rows · 99.8K rows/s |
535
- | Uploading | 2015-02 | comments | 97 shards · 48.3M rows · committing |
536
 
537
 
538
  ### Throughput
539
 
540
  | Metric | Value |
541
  |--------|------:|
542
- | Download | 33 Mbps avg |
543
- | Processing | 8.5K rows/s avg |
544
- | Upload | 231.6s per commit avg |
545
- | ETA | 2026-04-14 08:49 UTC |
546
 
547
  ### Progress
548
 
549
- `███████████████░░░░░░░░░░░░░░` 250 / 490 (51.0%)
550
 
551
  | Metric | This Session |
552
  |--------|-------------:|
553
- | Months committed | 9 |
554
- | Rows processed | 220.9M |
555
- | Data committed | 20.2 GB |
556
 
557
- *Last update: 2026-04-01 14:21 UTC*
558
 
559
 
560
  # Dataset card for Arctic Shift Reddit Archive
@@ -738,4 +739,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
738
 
739
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
740
 
741
- *Last updated: 2026-04-01 14:21 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.8B items** (1.5B comments, 1.3B submissions) in **285.7 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
 
 
112
  2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29.3M
113
  2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.7M
114
  2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52.9M
115
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.5M
116
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
117
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
118
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
 
232
  | Type | Months | Rows | Parquet Size |
233
  |------|-------:|-----:|-------------:|
234
  | comments | 111 | 1.5B | 124.2 GB |
235
+ | submissions | 141 | 1.3B | 161.4 GB |
236
+ | **Total** | **111** | **2.8B** | **285.7 GB** |
237
 
238
  ### Monthly breakdown
239
 
240
  <details>
241
+ <summary>Click to expand full monthly table (111 comment months + 141 submission months)</summary>
242
 
243
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
244
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
462
  | 2014-12 | submissions | - | 3m21s | 23m30s | 58.9s | 10 | 4,984,013 | 747.8 MB |
463
  | 2015-01 | comments | - | 10m58s | 118m04s | 6m41s | 108 | 53,851,542 | 4.6 GB |
464
  | 2015-01 | submissions | - | 1m58s | 2m38s | 1m26s | 11 | 5,465,910 | 829.3 MB |
465
+ | 2015-02 | comments | - | 16m42s | 105m49s | 6m42s | 97 | 48,342,747 | 4.2 GB |
466
+ | 2015-02 | submissions | - | 16m47s | 2m36s | - | 11 | 5,069,813 | 765.1 MB |
467
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
468
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
469
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
525
 
526
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
527
 
528
+ **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 11h 36m / **Committed this session:** 10
529
 
530
  ### Active Workers
531
 
532
  | Stage | Month | Type | Progress |
533
  |-------|-------|------|----------|
534
+ | Downloading | 2015-05 | comments | 1.4 GB / 5.1 GB (27%) |
535
+ | Processing | 2015-03 | submissions | shard 2 · 1.0M rows · 79.0K rows/s |
536
+ | Uploading | 2015-02 | submissions | 11 shards · 5.1M rows · committing |
537
 
538
 
539
  ### Throughput
540
 
541
  | Metric | Value |
542
  |--------|------:|
543
+ | Download | 34 Mbps avg |
544
+ | Processing | 10.7K rows/s avg |
545
+ | Upload | 248.6s per commit avg |
546
+ | ETA | 2026-04-14 11:55 UTC |
547
 
548
  ### Progress
549
 
550
+ `███████████████░░░░░░░░░░░░��░░` 251 / 490 (51.2%)
551
 
552
  | Metric | This Session |
553
  |--------|-------------:|
554
+ | Months committed | 10 |
555
+ | Rows processed | 269.2M |
556
+ | Data committed | 24.5 GB |
557
 
558
+ *Last update: 2026-04-01 14:27 UTC*
559
 
560
 
561
  # Dataset card for Arctic Shift Reddit Archive
 
739
 
740
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
741
 
742
+ *Last updated: 2026-04-01 14:27 UTC*
states.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "session_id": "2026-04-01T02:51:10Z",
3
  "started_at": "2026-04-01T02:51:10.410368992Z",
4
- "updated_at": "2026-04-01T14:21:10.217593605Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2015-02",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -30,28 +30,29 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2015-04",
34
- "type": "submissions",
35
- "bytes_total": 1631942933,
 
36
  "phase": "downloading"
37
  }
38
  ],
39
  "processing": [
40
  {
41
- "ym": "2015-02",
42
  "type": "submissions",
43
- "shard": 1,
44
- "rows": 500000,
45
- "rows_per_sec": 99841.07724643723,
46
  "phase": "processing"
47
  }
48
  ],
49
  "uploading": [
50
  {
51
  "ym": "2015-02",
52
- "type": "comments",
53
- "rows": 48342747,
54
- "shards": 97,
55
  "phase": "committing"
56
  }
57
  ],
@@ -59,17 +60,17 @@
59
  "queued_for_upload": 0
60
  },
61
  "throughput": {
62
- "avg_download_mbps": 33.32072434337676,
63
- "avg_process_rows_per_sec": 8503.991095025734,
64
- "avg_upload_sec_per_commit": 231.5587487748889,
65
- "estimated_completion": "2026-04-14T16:49:21.43594022+08:00"
66
  },
67
  "stats": {
68
- "committed": 9,
69
  "skipped": 241,
70
  "retries": 0,
71
- "total_rows": 220858870,
72
- "total_bytes": 21731685226,
73
  "total_months": 490
74
  }
75
  }
 
1
  {
2
  "session_id": "2026-04-01T02:51:10Z",
3
  "started_at": "2026-04-01T02:51:10.410368992Z",
4
+ "updated_at": "2026-04-01T14:27:28.493139629Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2015-02",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2015-05",
34
+ "type": "comments",
35
+ "bytes_done": 1512173138,
36
+ "bytes_total": 5459532839,
37
  "phase": "downloading"
38
  }
39
  ],
40
  "processing": [
41
  {
42
+ "ym": "2015-03",
43
  "type": "submissions",
44
+ "shard": 2,
45
+ "rows": 1000000,
46
+ "rows_per_sec": 78999.19679209845,
47
  "phase": "processing"
48
  }
49
  ],
50
  "uploading": [
51
  {
52
  "ym": "2015-02",
53
+ "type": "submissions",
54
+ "rows": 5069813,
55
+ "shards": 11,
56
  "phase": "committing"
57
  }
58
  ],
 
60
  "queued_for_upload": 0
61
  },
62
  "throughput": {
63
+ "avg_download_mbps": 34.082239232243296,
64
+ "avg_process_rows_per_sec": 10679.797587941763,
65
+ "avg_upload_sec_per_commit": 248.64097327150003,
66
+ "estimated_completion": "2026-04-14T19:55:30.691466691+08:00"
67
  },
68
  "stats": {
69
+ "committed": 10,
70
  "skipped": 241,
71
  "retries": 0,
72
+ "total_rows": 269201617,
73
+ "total_bytes": 26268738540,
74
  "total_months": 490
75
  }
76
  }