tamnd commited on
Commit
1c57f2c
·
verified ·
1 Parent(s): 7274e8e

Add comments/2015-11 (115 shards, 57.1M 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 **3.4B items** (2.0B comments, 1.4B submissions) in **338.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
 
@@ -92,11 +92,11 @@ states.json live pipeline state (updated every ~5 min)
92
  2008 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
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 ██████████████████████████████ 610.6M
100
  ```
101
 
102
  **Submissions**
@@ -231,14 +231,14 @@ huggingface-cli download open-index/arctic \
231
 
232
  | Type | Months | Rows | Parquet Size |
233
  |------|-------:|-----:|-------------:|
234
- | comments | 120 | 2.0B | 168.8 GB |
235
  | submissions | 150 | 1.4B | 169.5 GB |
236
- | **Total** | **120** | **3.4B** | **338.3 GB** |
237
 
238
  ### Monthly breakdown
239
 
240
  <details>
241
- <summary>Click to expand full monthly table (120 comment months + 150 submission months)</summary>
242
 
243
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
244
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -480,6 +480,7 @@ huggingface-cli download open-index/arctic \
480
  | 2015-09 | submissions | - | 10m42s | 3m41s | 1m35s | 13 | 6,176,407 | 872.8 MB |
481
  | 2015-10 | comments | - | - | 108m04s | 8m15s | 119 | 59,494,045 | 5.2 GB |
482
  | 2015-10 | submissions | - | 8m35s | 3m36s | 1m15s | 13 | 6,310,673 | 886.1 MB |
 
483
  | 2015-11 | submissions | - | 2m51s | 3m21s | 1m20s | 13 | 6,113,675 | 841.8 MB |
484
  | 2015-12 | comments | - | 14m28s | 115m39s | 7m47s | 118 | 58,523,312 | 5.2 GB |
485
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
@@ -543,23 +544,25 @@ ORDER BY year, month, type;
543
 
544
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 215 GB free). Auto-updated every ~5 minutes.
545
 
546
- **Started:** 2026-04-02 14:32 UTC / **Elapsed:** 5h 50m / **Committed this session:** 4
547
 
548
  ### Active Workers
549
 
550
  | Stage | Month | Type | Progress |
551
  |-------|-------|------|----------|
552
- | Processing | 2015-11 | comments | shard 111 · 55.5M rows · 217.8K rows/s |
 
 
553
 
554
 
555
  ### Throughput
556
 
557
  | Metric | Value |
558
  |--------|------:|
559
- | Download | 46 Mbps avg |
560
- | Processing | 19.3K rows/s avg |
561
  | Upload | 279.3s per commit avg |
562
- | ETA | 2026-04-12 21:59 UTC |
563
 
564
  ### Progress
565
 
@@ -571,7 +574,7 @@ ORDER BY year, month, type;
571
  | Rows processed | 130.4M |
572
  | Data committed | 12.1 GB |
573
 
574
- *Last update: 2026-04-02 20:22 UTC*
575
 
576
 
577
  # Dataset card for Arctic Shift Reddit Archive
@@ -755,4 +758,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
755
 
756
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
757
 
758
- *Last updated: 2026-04-02 20:22 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 **3.4B items** (2.1B comments, 1.4B submissions) in **343.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
 
 
92
  2008 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
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
  ```
101
 
102
  **Submissions**
 
231
 
232
  | Type | Months | Rows | Parquet Size |
233
  |------|-------:|-----:|-------------:|
234
+ | comments | 121 | 2.1B | 173.8 GB |
235
  | submissions | 150 | 1.4B | 169.5 GB |
236
+ | **Total** | **121** | **3.4B** | **343.3 GB** |
237
 
238
  ### Monthly breakdown
239
 
240
  <details>
241
+ <summary>Click to expand full monthly table (121 comment months + 150 submission months)</summary>
242
 
243
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
244
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
480
  | 2015-09 | submissions | - | 10m42s | 3m41s | 1m35s | 13 | 6,176,407 | 872.8 MB |
481
  | 2015-10 | comments | - | - | 108m04s | 8m15s | 119 | 59,494,045 | 5.2 GB |
482
  | 2015-10 | submissions | - | 8m35s | 3m36s | 1m15s | 13 | 6,310,673 | 886.1 MB |
483
+ | 2015-11 | comments | - | 18m40s | 104m24s | - | 115 | 57,117,500 | 5.0 GB |
484
  | 2015-11 | submissions | - | 2m51s | 3m21s | 1m20s | 13 | 6,113,675 | 841.8 MB |
485
  | 2015-12 | comments | - | 14m28s | 115m39s | 7m47s | 118 | 58,523,312 | 5.2 GB |
486
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
 
544
 
545
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 215 GB free). Auto-updated every ~5 minutes.
546
 
547
+ **Started:** 2026-04-02 14:32 UTC / **Elapsed:** 6h 0m / **Committed this session:** 4
548
 
549
  ### Active Workers
550
 
551
  | Stage | Month | Type | Progress |
552
  |-------|-------|------|----------|
553
+ | Downloading | 2016-03 | comments | 1.7 GB / 5.7 GB (29%) |
554
+ | Processing | 2016-01 | submissions | starting... |
555
+ | Uploading | 2015-11 | comments | 115 shards · 57.1M rows · committing |
556
 
557
 
558
  ### Throughput
559
 
560
  | Metric | Value |
561
  |--------|------:|
562
+ | Download | 47 Mbps avg |
563
+ | Processing | 19.0K rows/s avg |
564
  | Upload | 279.3s per commit avg |
565
+ | ETA | 2026-04-16 12:02 UTC |
566
 
567
  ### Progress
568
 
 
574
  | Rows processed | 130.4M |
575
  | Data committed | 12.1 GB |
576
 
577
+ *Last update: 2026-04-02 20:32 UTC*
578
 
579
 
580
  # Dataset card for Arctic Shift Reddit Archive
 
758
 
759
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
760
 
761
+ *Last updated: 2026-04-02 20:32 UTC*
data/comments/2015/11/110.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e53a237a5cd2b425f2faf876c1b87b1e239aedc39ca35eae4e4095853baf12a6
3
+ size 44014073
data/comments/2015/11/111.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7793228ff4b6492b786aad9f56d03c31a88ce167a9e8c45cf94eac440bb092d2
3
+ size 47925220
data/comments/2015/11/112.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d09a6e7185ff96b42eb47d952fbbcc00da5b8925395517d714021b5dee2455f
3
+ size 51280482
data/comments/2015/11/113.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdb1ea8ca0d540603693e18e4779f749ac0413a4535883a43fd9600f4e4c1326
3
+ size 50373409
data/comments/2015/11/114.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:329c1902c846f1fea45e256bb8a337b107bb7196cbcfa480303a33a5647cd705
3
+ size 11533691
states.json CHANGED
@@ -1,14 +1,12 @@
1
  {
2
  "session_id": "2026-04-02T14:32:38Z",
3
  "started_at": "2026-04-02T14:32:38.804396381Z",
4
- "updated_at": "2026-04-02T20:22:17.121983459Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2015-11",
8
  "type": "comments",
9
- "phase": "processing",
10
- "shard": 22,
11
- "rows": 11000000
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": "2015-11",
37
  "type": "comments",
38
- "shard": 111,
39
- "rows": 55500000,
40
- "rows_per_sec": 217828.85565484883,
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": 45.64760312752492,
50
- "avg_process_rows_per_sec": 19320.245471875896,
51
  "avg_upload_sec_per_commit": 279.30338370125,
52
- "estimated_completion": "2026-04-13T05:59:47.991560961+08:00"
53
  },
54
  "stats": {
55
  "committed": 4,
 
1
  {
2
  "session_id": "2026-04-02T14:32:38Z",
3
  "started_at": "2026-04-02T14:32:38.804396381Z",
4
+ "updated_at": "2026-04-02T20:32:38.478465484Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2015-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": "2016-03",
34
+ "type": "comments",
35
+ "bytes_done": 1817709850,
36
+ "bytes_total": 6100434064,
37
+ "phase": "downloading"
38
+ }
39
+ ],
40
  "processing": [
41
+ {
42
+ "ym": "2016-01",
43
+ "type": "submissions",
44
+ "phase": "processing"
45
+ }
46
+ ],
47
+ "uploading": [
48
  {
49
  "ym": "2015-11",
50
  "type": "comments",
51
+ "rows": 57117500,
52
+ "shards": 115,
53
+ "phase": "committing"
 
54
  }
55
  ],
 
56
  "queued_for_process": 0,
57
  "queued_for_upload": 0
58
  },
59
  "throughput": {
60
+ "avg_download_mbps": 46.72544992957086,
61
+ "avg_process_rows_per_sec": 19046.982456732458,
62
  "avg_upload_sec_per_commit": 279.30338370125,
63
+ "estimated_completion": "2026-04-16T20:02:53.571349243+08:00"
64
  },
65
  "stats": {
66
  "committed": 4,
stats.csv CHANGED
@@ -237,8 +237,9 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
237
  2015,9,submissions,13,6176407,915174532,0,642.23,221.14,94.55,2026-04-02T13:40:24Z
238
  2015,10,comments,119,59494045,5582720397,0,0.00,6484.06,495.40,2026-04-02T16:20:42Z
239
  2015,10,submissions,13,6310673,929171699,0,515.19,216.10,74.85,2026-04-02T16:28:59Z
 
240
  2015,11,submissions,13,6113675,882655000,0,170.57,200.65,80.02,2026-04-02T16:30:40Z
241
- 2015,12,comments,118,58523312,5556614073,0,868.08,6939.27,0.00,2026-04-02T18:40:58Z
242
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
243
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
244
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
237
  2015,9,submissions,13,6176407,915174532,0,642.23,221.14,94.55,2026-04-02T13:40:24Z
238
  2015,10,comments,119,59494045,5582720397,0,0.00,6484.06,495.40,2026-04-02T16:20:42Z
239
  2015,10,submissions,13,6310673,929171699,0,515.19,216.10,74.85,2026-04-02T16:28:59Z
240
+ 2015,11,comments,115,57117500,5403233731,0,1120.01,6264.08,0.00,2026-04-02T20:25:22Z
241
  2015,11,submissions,13,6113675,882655000,0,170.57,200.65,80.02,2026-04-02T16:30:40Z
242
+ 2015,12,comments,118,58523312,5556614073,0,868.08,6939.27,466.95,2026-04-02T18:40:58Z
243
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
244
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
245
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z