tamnd commited on
Commit
1946e04
·
verified ·
1 Parent(s): 41e5504

Add comments/2018-08 (215 shards, 107.3M rows)

Browse files
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 **6.2B items** (4.5B comments, 1.6B submissions) in **590.5 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
 
@@ -99,7 +99,7 @@ states.json live pipeline state (updated every ~5 min)
99
  2015 ████████████████████░░░░░░░░░░ 667.8M
100
  2016 ████████████████████████░░░░░░ 799.9M
101
  2017 ██████████████████████████████ 972.9M
102
- 2018 ████████████████████░░░░░░░░░░ 680.9M
103
  ```
104
 
105
  **Submissions**
@@ -235,14 +235,14 @@ huggingface-cli download open-index/arctic \
235
 
236
  | Type | Months | Rows | Parquet Size |
237
  |------|-------:|-----:|-------------:|
238
- | comments | 152 | 4.5B | 386.3 GB |
239
  | submissions | 180 | 1.6B | 204.2 GB |
240
- | **Total** | **152** | **6.2B** | **590.5 GB** |
241
 
242
  ### Monthly breakdown
243
 
244
  <details>
245
- <summary>Click to expand full monthly table (152 comment months + 180 submission months)</summary>
246
 
247
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
248
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -550,6 +550,7 @@ huggingface-cli download open-index/arctic \
550
  | 2018-06 | submissions | - | 7m08s | 136m47s | - | 24 | 11,904,498 | 1.4 GB |
551
  | 2018-07 | comments | - | - | 462m36s | 15m55s | 217 | 108,151,359 | 8.9 GB |
552
  | 2018-07 | submissions | - | - | 178m35s | 2m19s | 27 | 13,305,762 | 1.6 GB |
 
553
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
554
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
555
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
@@ -609,13 +610,15 @@ ORDER BY year, month, type;
609
 
610
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 187 GB free). Auto-updated every ~5 minutes.
611
 
612
- **Started:** 2026-04-09 04:39 UTC / **Elapsed:** 17h 59m / **Committed this session:** 2
613
 
614
  ### Active Workers
615
 
616
  | Stage | Month | Type | Progress |
617
  |-------|-------|------|----------|
618
- | Processing | 2018-08 | comments | shard 207 · 103.5M rows · 176.7K rows/s |
 
 
619
 
620
 
621
  ### Throughput
@@ -623,9 +626,9 @@ ORDER BY year, month, type;
623
  | Metric | Value |
624
  |--------|------:|
625
  | Download | 29 Mbps avg |
626
- | Processing | 2.6K rows/s avg |
627
  | Upload | 547.1s per commit avg |
628
- | ETA | 2026-05-15 15:28 UTC |
629
 
630
  ### Progress
631
 
@@ -637,7 +640,7 @@ ORDER BY year, month, type;
637
  | Rows processed | 121.5M |
638
  | Data committed | 10.5 GB |
639
 
640
- *Last update: 2026-04-09 22:38 UTC*
641
 
642
 
643
  # Dataset card for Arctic Shift Reddit Archive
@@ -821,4 +824,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
821
 
822
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
823
 
824
- *Last updated: 2026-04-09 22:39 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 **6.3B items** (4.6B comments, 1.6B submissions) in **599.4 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
 
 
99
  2015 ████████████████████░░░░░░░░░░ 667.8M
100
  2016 ████████████████████████░░░░░░ 799.9M
101
  2017 ██████████████████████████████ 972.9M
102
+ 2018 ████████████████████████░░░░░░ 788.2M
103
  ```
104
 
105
  **Submissions**
 
235
 
236
  | Type | Months | Rows | Parquet Size |
237
  |------|-------:|-----:|-------------:|
238
+ | comments | 153 | 4.6B | 395.2 GB |
239
  | submissions | 180 | 1.6B | 204.2 GB |
240
+ | **Total** | **153** | **6.3B** | **599.4 GB** |
241
 
242
  ### Monthly breakdown
243
 
244
  <details>
245
+ <summary>Click to expand full monthly table (153 comment months + 180 submission months)</summary>
246
 
247
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
248
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
550
  | 2018-06 | submissions | - | 7m08s | 136m47s | - | 24 | 11,904,498 | 1.4 GB |
551
  | 2018-07 | comments | - | - | 462m36s | 15m55s | 217 | 108,151,359 | 8.9 GB |
552
  | 2018-07 | submissions | - | - | 178m35s | 2m19s | 27 | 13,305,762 | 1.6 GB |
553
+ | 2018-08 | comments | - | - | 454m35s | - | 215 | 107,330,940 | 8.9 GB |
554
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
555
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
556
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
 
610
 
611
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 187 GB free). Auto-updated every ~5 minutes.
612
 
613
+ **Started:** 2026-04-09 04:39 UTC / **Elapsed:** 18h 28m / **Committed this session:** 2
614
 
615
  ### Active Workers
616
 
617
  | Stage | Month | Type | Progress |
618
  |-------|-------|------|----------|
619
+ | Downloading | 2018-10 | comments | 4.3 GB / 13.8 GB (31%) |
620
+ | Processing | 2018-08 | submissions | shard 3 · 1.5M rows · 79.1K rows/s |
621
+ | Uploading | 2018-08 | comments | 215 shards · 107.3M rows · committing |
622
 
623
 
624
  ### Throughput
 
626
  | Metric | Value |
627
  |--------|------:|
628
  | Download | 29 Mbps avg |
629
+ | Processing | 3.0K rows/s avg |
630
  | Upload | 547.1s per commit avg |
631
+ | ETA | 2026-06-09 01:41 UTC |
632
 
633
  ### Progress
634
 
 
640
  | Rows processed | 121.5M |
641
  | Data committed | 10.5 GB |
642
 
643
+ *Last update: 2026-04-09 23:07 UTC*
644
 
645
 
646
  # Dataset card for Arctic Shift Reddit Archive
 
824
 
825
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
826
 
827
+ *Last updated: 2026-04-09 23:07 UTC*
data/comments/2018/08/210.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec046a18cceddd294906ca47f8b67442979f5966995e824a48b67f6baaa72790
3
+ size 45230216
data/comments/2018/08/211.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79f9fa7ca2a898616eb2d587f4f243e2e05d56f934d3d402f44b4251808d3989
3
+ size 46478095
data/comments/2018/08/212.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d78ea5736a984b57937faa31e2b6645117e679ee69e2f02d36098c75ecb940e
3
+ size 45862789
data/comments/2018/08/213.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a18b3e3bd3add1872acd9a9a811f4c1d25f2725f4cb2096301b1f29745dd6ac6
3
+ size 44688347
data/comments/2018/08/214.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17d9907a8445bf548d7539d7bfb783cabd6b56688fb8b3af27e7553bb0470cc4
3
+ size 28538899
states.json CHANGED
@@ -1,14 +1,12 @@
1
  {
2
  "session_id": "2026-04-09T04:39:09Z",
3
  "started_at": "2026-04-09T04:39:09.035829799Z",
4
- "updated_at": "2026-04-09T22:38:27.384375978Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2018-08",
8
  "type": "comments",
9
- "phase": "processing",
10
- "shard": 8,
11
- "rows": 4000000
12
  },
13
  "hardware": {
14
  "hostname": "doge-01",
@@ -30,26 +28,42 @@
30
  "sequential": false
31
  },
32
  "pipeline": {
33
- "downloading": null,
 
 
 
 
 
 
 
 
34
  "processing": [
35
  {
36
  "ym": "2018-08",
37
- "type": "comments",
38
- "shard": 207,
39
- "rows": 103500000,
40
- "rows_per_sec": 176693.76432930547,
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.111313647298136,
50
- "avg_process_rows_per_sec": 2569.126673493502,
51
  "avg_upload_sec_per_commit": 547.13081541,
52
- "estimated_completion": "2026-05-15T23:28:55.114269214+08:00"
53
  },
54
  "stats": {
55
  "committed": 2,
 
1
  {
2
  "session_id": "2026-04-09T04:39:09Z",
3
  "started_at": "2026-04-09T04:39:09.035829799Z",
4
+ "updated_at": "2026-04-09T23:07:08.737913197Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2018-08",
8
  "type": "comments",
9
+ "phase": "committing"
 
 
10
  },
11
  "hardware": {
12
  "hostname": "doge-01",
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
32
+ {
33
+ "ym": "2018-10",
34
+ "type": "comments",
35
+ "bytes_done": 4610436038,
36
+ "bytes_total": 14828417771,
37
+ "phase": "downloading"
38
+ }
39
+ ],
40
  "processing": [
41
  {
42
  "ym": "2018-08",
43
+ "type": "submissions",
44
+ "shard": 3,
45
+ "rows": 1500000,
46
+ "rows_per_sec": 79090.28956948087,
47
  "phase": "processing"
48
  }
49
  ],
50
+ "uploading": [
51
+ {
52
+ "ym": "2018-08",
53
+ "type": "comments",
54
+ "rows": 107330940,
55
+ "shards": 215,
56
+ "phase": "committing"
57
+ }
58
+ ],
59
  "queued_for_process": 0,
60
  "queued_for_upload": 0
61
  },
62
  "throughput": {
63
  "avg_download_mbps": 29.111313647298136,
64
+ "avg_process_rows_per_sec": 3024.4415988158275,
65
  "avg_upload_sec_per_commit": 547.13081541,
66
+ "estimated_completion": "2026-06-09T09:41:33.336000318+08:00"
67
  },
68
  "stats": {
69
  "committed": 2,
stats.csv CHANGED
@@ -302,7 +302,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
302
  2018,6,comments,201,100009462,9023049762,0,1806.31,23487.38,757.97,2026-04-09T02:20:09Z
303
  2018,6,submissions,24,11904498,1529729418,0,427.71,8207.47,0.00,2026-04-09T04:36:57Z
304
  2018,7,comments,217,108151359,9576078702,0,0.00,27756.28,955.44,2026-04-09T12:21:45Z
305
- 2018,7,submissions,27,13305762,1684735776,0,0.00,10715.00,0.00,2026-04-09T15:20:20Z
 
306
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
307
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
308
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z
 
302
  2018,6,comments,201,100009462,9023049762,0,1806.31,23487.38,757.97,2026-04-09T02:20:09Z
303
  2018,6,submissions,24,11904498,1529729418,0,427.71,8207.47,0.00,2026-04-09T04:36:57Z
304
  2018,7,comments,217,108151359,9576078702,0,0.00,27756.28,955.44,2026-04-09T12:21:45Z
305
+ 2018,7,submissions,27,13305762,1684735776,0,0.00,10715.00,138.83,2026-04-09T15:20:20Z
306
+ 2018,8,comments,215,107330940,9589799930,0,0.00,27275.47,0.00,2026-04-09T22:54:55Z
307
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
308
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
309
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z