tamnd commited on
Commit
a5fbd53
·
verified ·
1 Parent(s): a0b0e11

Add comments/2019-10 (292 shards, 145.9M 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 **8.2B items** (6.3B comments, 1.9B submissions) in **761.1 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,14 +93,14 @@ 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 ███████████████████░░░░░░░░░░░ 799.9M
101
- 2017 ███████████████████████░░░░░░░ 972.9M
102
- 2018 ██████████████████████████████ 1.2B
103
- 2019 █████████████████████████████ 1.2B
104
  ```
105
 
106
  **Submissions**
@@ -236,14 +236,14 @@ huggingface-cli download open-index/arctic \
236
 
237
  | Type | Months | Rows | Parquet Size |
238
  |------|-------:|-----:|-------------:|
239
- | comments | 166 | 6.3B | 529.0 GB |
240
  | submissions | 194 | 1.9B | 232.2 GB |
241
- | **Total** | **166** | **8.2B** | **761.1 GB** |
242
 
243
  ### Monthly breakdown
244
 
245
  <details>
246
- <summary>Click to expand full monthly table (166 comment months + 194 submission months)</summary>
247
 
248
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
249
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -579,6 +579,7 @@ huggingface-cli download open-index/arctic \
579
  | 2019-08 | submissions | - | 11m37s | 29m10s | 3m50s | 44 | 21,927,461 | 2.4 GB |
580
  | 2019-09 | comments | - | 24m01s | 64m47s | 20m28s | 276 | 137,540,219 | 10.9 GB |
581
  | 2019-09 | submissions | - | 10m19s | 28m13s | 3m25s | 42 | 20,713,273 | 2.1 GB |
 
582
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
583
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
584
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
@@ -638,13 +639,14 @@ ORDER BY year, month, type;
638
 
639
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 187 GB free). Auto-updated every ~5 minutes.
640
 
641
- **Started:** 2026-04-09 04:39 UTC / **Elapsed:** 49h 50m / **Committed this session:** 30
642
 
643
  ### Active Workers
644
 
645
  | Stage | Month | Type | Progress |
646
  |-------|-------|------|----------|
647
- | Processing | 2019-10 | comments | shard 254 · 126.5M rows · 169.1K rows/s |
 
648
 
649
 
650
  ### Throughput
@@ -652,9 +654,9 @@ ORDER BY year, month, type;
652
  | Metric | Value |
653
  |--------|------:|
654
  | Download | 70 Mbps avg |
655
- | Processing | 25.9K rows/s avg |
656
  | Upload | 630.9s per commit avg |
657
- | ETA | 2026-04-20 03:15 UTC |
658
 
659
  ### Progress
660
 
@@ -666,7 +668,7 @@ ORDER BY year, month, type;
666
  | Rows processed | 2.2B |
667
  | Data committed | 181.2 GB |
668
 
669
- *Last update: 2026-04-11 06:29 UTC*
670
 
671
 
672
  # Dataset card for Arctic Shift Reddit Archive
@@ -850,4 +852,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
850
 
851
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
852
 
853
- *Last updated: 2026-04-11 06:29 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 **8.3B items** (6.5B comments, 1.9B submissions) in **772.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
 
 
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 █████████████████░░░░░░░░░░░░░ 799.9M
101
+ 2017 █████████████████████░░░░░░░░░ 972.9M
102
+ 2018 ██████████████████████████░░░░ 1.2B
103
+ 2019 █████████████████████████████ 1.4B
104
  ```
105
 
106
  **Submissions**
 
236
 
237
  | Type | Months | Rows | Parquet Size |
238
  |------|-------:|-----:|-------------:|
239
+ | comments | 167 | 6.5B | 540.4 GB |
240
  | submissions | 194 | 1.9B | 232.2 GB |
241
+ | **Total** | **167** | **8.3B** | **772.6 GB** |
242
 
243
  ### Monthly breakdown
244
 
245
  <details>
246
+ <summary>Click to expand full monthly table (167 comment months + 194 submission months)</summary>
247
 
248
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
249
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
579
  | 2019-08 | submissions | - | 11m37s | 29m10s | 3m50s | 44 | 21,927,461 | 2.4 GB |
580
  | 2019-09 | comments | - | 24m01s | 64m47s | 20m28s | 276 | 137,540,219 | 10.9 GB |
581
  | 2019-09 | submissions | - | 10m19s | 28m13s | 3m25s | 42 | 20,713,273 | 2.1 GB |
582
+ | 2019-10 | comments | - | 27m47s | 69m14s | - | 292 | 145,909,884 | 11.5 GB |
583
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
584
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
585
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
 
639
 
640
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 187 GB free). Auto-updated every ~5 minutes.
641
 
642
+ **Started:** 2026-04-09 04:39 UTC / **Elapsed:** 50h 18m / **Committed this session:** 30
643
 
644
  ### Active Workers
645
 
646
  | Stage | Month | Type | Progress |
647
  |-------|-------|------|----------|
648
+ | Processing | 2019-10 | submissions | shard 28 · 14.0M rows · 85.6K rows/s |
649
+ | Uploading | 2019-10 | comments | 292 shards · 145.9M rows · committing |
650
 
651
 
652
  ### Throughput
 
654
  | Metric | Value |
655
  |--------|------:|
656
  | Download | 70 Mbps avg |
657
+ | Processing | 25.7K rows/s avg |
658
  | Upload | 630.9s per commit avg |
659
+ | ETA | 2026-04-20 08:21 UTC |
660
 
661
  ### Progress
662
 
 
668
  | Rows processed | 2.2B |
669
  | Data committed | 181.2 GB |
670
 
671
+ *Last update: 2026-04-11 06:56 UTC*
672
 
673
 
674
  # Dataset card for Arctic Shift Reddit Archive
 
852
 
853
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
854
 
855
+ *Last updated: 2026-04-11 06:57 UTC*
data/comments/2019/10/290.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10ec0533674addd0b812a8fe77bf2101e71d807f102ef9477bf331f2945e52e9
3
+ size 40941057
data/comments/2019/10/291.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecfd7f6a27c5c960cf9941789c717422c360282c16416cd9b4de06281df87a63
3
+ size 33072314
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-11T06:29:07.810898095Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2019-10",
8
  "type": "comments",
9
- "phase": "processing",
10
- "shard": 90,
11
- "rows": 45000000
12
  },
13
  "hardware": {
14
  "hostname": "doge-01",
@@ -34,22 +32,30 @@
34
  "processing": [
35
  {
36
  "ym": "2019-10",
37
- "type": "comments",
38
- "shard": 254,
39
- "rows": 126500000,
40
- "rows_per_sec": 169118.70718938773,
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": 70.19427986572467,
50
- "avg_process_rows_per_sec": 25871.937449802143,
51
  "avg_upload_sec_per_commit": 630.922884332,
52
- "estimated_completion": "2026-04-20T11:15:40.827104123+08:00"
53
  },
54
  "stats": {
55
  "committed": 30,
 
1
  {
2
  "session_id": "2026-04-09T04:39:09Z",
3
  "started_at": "2026-04-09T04:39:09.035829799Z",
4
+ "updated_at": "2026-04-11T06:56:59.436019723Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2019-10",
8
  "type": "comments",
9
+ "phase": "committing"
 
 
10
  },
11
  "hardware": {
12
  "hostname": "doge-01",
 
32
  "processing": [
33
  {
34
  "ym": "2019-10",
35
+ "type": "submissions",
36
+ "shard": 28,
37
+ "rows": 14000000,
38
+ "rows_per_sec": 85583.4865010008,
39
  "phase": "processing"
40
  }
41
  ],
42
+ "uploading": [
43
+ {
44
+ "ym": "2019-10",
45
+ "type": "comments",
46
+ "rows": 145909884,
47
+ "shards": 292,
48
+ "phase": "committing"
49
+ }
50
+ ],
51
  "queued_for_process": 0,
52
  "queued_for_upload": 0
53
  },
54
  "throughput": {
55
+ "avg_download_mbps": 69.98630442457309,
56
+ "avg_process_rows_per_sec": 25652.19060689205,
57
  "avg_upload_sec_per_commit": 630.922884332,
58
+ "estimated_completion": "2026-04-20T16:21:38.670244937+08:00"
59
  },
60
  "stats": {
61
  "committed": 30,
stats.csv CHANGED
@@ -330,7 +330,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
330
  2019,8,comments,294,146854393,12392648612,0,2547.04,3926.56,1208.55,2026-04-11T03:26:12Z
331
  2019,8,submissions,44,21927461,2572729852,0,697.30,1750.20,229.66,2026-04-11T03:55:22Z
332
  2019,9,comments,276,137540219,11669127973,0,1440.95,3886.99,1228.08,2026-04-11T05:00:09Z
333
- 2019,9,submissions,42,20713273,2251533317,0,618.81,1692.55,0.00,2026-04-11T05:28:22Z
 
334
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
335
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
336
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z
 
330
  2019,8,comments,294,146854393,12392648612,0,2547.04,3926.56,1208.55,2026-04-11T03:26:12Z
331
  2019,8,submissions,44,21927461,2572729852,0,697.30,1750.20,229.66,2026-04-11T03:55:22Z
332
  2019,9,comments,276,137540219,11669127973,0,1440.95,3886.99,1228.08,2026-04-11T05:00:09Z
333
+ 2019,9,submissions,42,20713273,2251533317,0,618.81,1692.55,204.95,2026-04-11T05:28:22Z
334
+ 2019,10,comments,292,145909884,12310755087,0,1667.44,4154.07,0.00,2026-04-11T06:37:36Z
335
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
336
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
337
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z