tamnd commited on
Commit
4c490da
·
verified ·
1 Parent(s): 92d0c91

Add comments/2016-11 (143 shards, 71.0M 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 **4.2B items** (2.7B comments, 1.4B submissions) in **412.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
 
@@ -93,11 +93,11 @@ states.json live pipeline state (updated every ~5 min)
93
  2009 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.9M
94
  2010 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 48.5M
95
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 123.3M
96
- 2012 ██████████░░░░░░░░░░░░░░░░░░░ 260.3M
97
- 2013 ██████████████████░░░░░░░░░░░░ 402.2M
98
- 2014 ███████████████████████░░░░░░░ 531.8M
99
- 2015 ██████████████████████████████ 667.8M
100
- 2016 █████████████████████████████ 655.9M
101
  ```
102
 
103
  **Submissions**
@@ -233,14 +233,14 @@ huggingface-cli download open-index/arctic \
233
 
234
  | Type | Months | Rows | Parquet Size |
235
  |------|-------:|-----:|-------------:|
236
- | comments | 131 | 2.7B | 232.0 GB |
237
  | submissions | 161 | 1.4B | 180.2 GB |
238
- | **Total** | **131** | **4.2B** | **412.2 GB** |
239
 
240
  ### Monthly breakdown
241
 
242
  <details>
243
- <summary>Click to expand full monthly table (131 comment months + 161 submission months)</summary>
244
 
245
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
246
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -506,6 +506,7 @@ huggingface-cli download open-index/arctic \
506
  | 2016-09 | submissions | - | 4m55s | 5m15s | 1m31s | 15 | 7,437,862 | 1023.9 MB |
507
  | 2016-10 | comments | - | 10m53s | 157m55s | 10m34s | 144 | 71,826,553 | 6.1 GB |
508
  | 2016-10 | submissions | - | 17m24s | 5m19s | 1m46s | 17 | 8,286,759 | 1.1 GB |
 
509
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
510
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
511
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -567,13 +568,16 @@ ORDER BY year, month, type;
567
 
568
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 212 GB free). Auto-updated every ~5 minutes.
569
 
570
- **Started:** 2026-04-04 07:46 UTC / **Elapsed:** 2h 9m / **Committed this session:** 0
571
 
572
  ### Active Workers
573
 
574
  | Stage | Month | Type | Progress |
575
  |-------|-------|------|----------|
576
- | Processing | 2016-11 | comments | shard 129 · 64.5M rows · 163.6K rows/s |
 
 
 
577
 
578
 
579
  ### Throughput
@@ -581,6 +585,7 @@ ORDER BY year, month, type;
581
  | Metric | Value |
582
  |--------|------:|
583
  | Download | 25 Mbps avg |
 
584
 
585
  ### Progress
586
 
@@ -592,7 +597,7 @@ ORDER BY year, month, type;
592
  | Rows processed | 0 |
593
  | Data committed | 0 B |
594
 
595
- *Last update: 2026-04-04 09:56 UTC*
596
 
597
 
598
  # Dataset card for Arctic Shift Reddit Archive
@@ -776,4 +781,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
776
 
777
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
778
 
779
- *Last updated: 2026-04-04 09:56 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.2B items** (2.8B comments, 1.4B submissions) in **418.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
 
 
93
  2009 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.9M
94
  2010 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 48.5M
95
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 123.3M
96
+ 2012 ██████████░░░░░░░░░░░░░░░░░░░ 260.3M
97
+ 2013 ████████████████░░░░░░░░░░░░░░ 402.2M
98
+ 2014 █████████████████████░░░░░░░░░ 531.8M
99
+ 2015 ███████████████████████████░░░ 667.8M
100
+ 2016 █████████████████████████████ 727.0M
101
  ```
102
 
103
  **Submissions**
 
233
 
234
  | Type | Months | Rows | Parquet Size |
235
  |------|-------:|-----:|-------------:|
236
+ | comments | 132 | 2.8B | 238.2 GB |
237
  | submissions | 161 | 1.4B | 180.2 GB |
238
+ | **Total** | **132** | **4.2B** | **418.3 GB** |
239
 
240
  ### Monthly breakdown
241
 
242
  <details>
243
+ <summary>Click to expand full monthly table (132 comment months + 161 submission months)</summary>
244
 
245
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
246
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
506
  | 2016-09 | submissions | - | 4m55s | 5m15s | 1m31s | 15 | 7,437,862 | 1023.9 MB |
507
  | 2016-10 | comments | - | 10m53s | 157m55s | 10m34s | 144 | 71,826,553 | 6.1 GB |
508
  | 2016-10 | submissions | - | 17m24s | 5m19s | 1m46s | 17 | 8,286,759 | 1.1 GB |
509
+ | 2016-11 | comments | - | - | 141m41s | - | 143 | 71,022,319 | 6.1 GB |
510
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
511
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
512
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
568
 
569
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 212 GB free). Auto-updated every ~5 minutes.
570
 
571
+ **Started:** 2026-04-04 07:46 UTC / **Elapsed:** 2h 33m / **Committed this session:** 0
572
 
573
  ### Active Workers
574
 
575
  | Stage | Month | Type | Progress |
576
  |-------|-------|------|----------|
577
+ | Downloading | 2017-01 | submissions | 832.1 MB / 2.1 GB (37%) |
578
+ | Downloading | 2017-02 | comments | 2.4 GB / 6.2 GB (39%) |
579
+ | Processing | 2016-12 | submissions | starting... |
580
+ | Uploading | 2016-11 | comments | 143 shards · 71.0M rows · committing |
581
 
582
 
583
  ### Throughput
 
585
  | Metric | Value |
586
  |--------|------:|
587
  | Download | 25 Mbps avg |
588
+ | Processing | 16.8K rows/s avg |
589
 
590
  ### Progress
591
 
 
597
  | Rows processed | 0 |
598
  | Data committed | 0 B |
599
 
600
+ *Last update: 2026-04-04 10:19 UTC*
601
 
602
 
603
  # Dataset card for Arctic Shift Reddit Archive
 
781
 
782
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
783
 
784
+ *Last updated: 2026-04-04 10:19 UTC*
data/comments/2016/11/140.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a31c495fff650f9d41cea92999923ef559addf8bd5ea4f3b4a931124d18dc18b
3
+ size 49907890
data/comments/2016/11/141.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b89f3b21acdbfb5da0d53bc80e4a6d64474ffad296c18b87fc90453fa7e47294
3
+ size 47985071
data/comments/2016/11/142.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db13e0c08d6c0d9ed10c0b8b0db1d98194cb2ed57b36456d7e4379e0ea0ff907
3
+ size 2169871
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-04T09:56:08.708007581Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2016-11",
8
  "type": "comments",
9
- "phase": "processing",
10
- "shard": 50,
11
- "rows": 25000000
12
  },
13
  "hardware": {
14
  "hostname": "doge-01",
@@ -30,24 +28,44 @@
30
  "sequential": false
31
  },
32
  "pipeline": {
33
- "downloading": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  "processing": [
 
 
 
 
 
 
 
35
  {
36
  "ym": "2016-11",
37
  "type": "comments",
38
- "shard": 129,
39
- "rows": 64500000,
40
- "rows_per_sec": 163603.3623276142,
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": 24.836391517964458,
50
- "avg_process_rows_per_sec": 0,
51
  "avg_upload_sec_per_commit": 0
52
  },
53
  "stats": {
 
1
  {
2
  "session_id": "2026-04-04T07:46:59Z",
3
  "started_at": "2026-04-04T07:46:59.324586042Z",
4
+ "updated_at": "2026-04-04T10:19:59.117813808Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2016-11",
8
  "type": "comments",
9
+ "phase": "committing"
 
 
10
  },
11
  "hardware": {
12
  "hostname": "doge-01",
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
32
+ {
33
+ "ym": "2017-01",
34
+ "type": "submissions",
35
+ "bytes_done": 872468394,
36
+ "bytes_total": 2306318142,
37
+ "phase": "downloading"
38
+ },
39
+ {
40
+ "ym": "2017-02",
41
+ "type": "comments",
42
+ "bytes_done": 2616961342,
43
+ "bytes_total": 6604013266,
44
+ "phase": "downloading"
45
+ }
46
+ ],
47
  "processing": [
48
+ {
49
+ "ym": "2016-12",
50
+ "type": "submissions",
51
+ "phase": "processing"
52
+ }
53
+ ],
54
+ "uploading": [
55
  {
56
  "ym": "2016-11",
57
  "type": "comments",
58
+ "rows": 71022319,
59
+ "shards": 143,
60
+ "phase": "committing"
 
61
  }
62
  ],
 
63
  "queued_for_process": 0,
64
  "queued_for_upload": 0
65
  },
66
  "throughput": {
67
  "avg_download_mbps": 24.836391517964458,
68
+ "avg_process_rows_per_sec": 16832.144515694883,
69
  "avg_upload_sec_per_commit": 0
70
  },
71
  "stats": {
stats.csv CHANGED
@@ -260,7 +260,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
260
  2016,9,comments,135,67024973,6268958879,0,789.79,8712.59,658.72,2026-04-04T04:07:08Z
261
  2016,9,submissions,15,7437862,1073628133,0,295.35,314.67,91.02,2026-04-04T04:18:08Z
262
  2016,10,comments,144,71826553,6542361207,0,653.45,9475.05,633.87,2026-04-04T07:06:29Z
263
- 2016,10,submissions,17,8286759,1146506724,0,1044.15,319.29,0.00,2026-04-04T07:29:23Z
 
264
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
265
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
266
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
260
  2016,9,comments,135,67024973,6268958879,0,789.79,8712.59,658.72,2026-04-04T04:07:08Z
261
  2016,9,submissions,15,7437862,1073628133,0,295.35,314.67,91.02,2026-04-04T04:18:08Z
262
  2016,10,comments,144,71826553,6542361207,0,653.45,9475.05,633.87,2026-04-04T07:06:29Z
263
+ 2016,10,submissions,17,8286759,1146506724,0,1044.15,319.29,106.26,2026-04-04T07:29:23Z
264
+ 2016,11,comments,143,71022319,6564029081,0,0.00,8500.86,0.00,2026-04-04T10:08:40Z
265
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
266
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
267
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z