tamnd commited on
Commit
a460977
·
verified ·
1 Parent(s): 703c93b

Add comments/2018-05 (201 shards, 100.1M rows)

Browse files
Files changed (4) hide show
  1. README.md +13 -10
  2. data/comments/2018/05/200.parquet +3 -0
  3. states.json +26 -12
  4. stats.csv +2 -1
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 **5.8B items** (4.2B comments, 1.6B submissions) in **560.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
 
@@ -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 ███████████░░░░░░░░░░░░░░░░░░░ 372.6M
103
  ```
104
 
105
  **Submissions**
@@ -235,14 +235,14 @@ huggingface-cli download open-index/arctic \
235
 
236
  | Type | Months | Rows | Parquet Size |
237
  |------|-------:|-----:|-------------:|
238
- | comments | 149 | 4.2B | 360.4 GB |
239
  | submissions | 177 | 1.6B | 199.7 GB |
240
- | **Total** | **149** | **5.8B** | **560.2 GB** |
241
 
242
  ### Monthly breakdown
243
 
244
  <details>
245
- <summary>Click to expand full monthly table (149 comment months + 177 submission months)</summary>
246
 
247
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
248
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -544,6 +544,7 @@ huggingface-cli download open-index/arctic \
544
  | 2018-03 | submissions | - | 7m16s | 114m11s | 2m18s | 25 | 12,022,694 | 1.5 GB |
545
  | 2018-04 | comments | - | 30m31s | 341m14s | 13m52s | 197 | 98,101,232 | 8.2 GB |
546
  | 2018-04 | submissions | - | 7m02s | 161m17s | 2m02s | 24 | 11,997,150 | 1.4 GB |
 
547
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
548
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
549
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
@@ -603,13 +604,15 @@ ORDER BY year, month, type;
603
 
604
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 192 GB free). Auto-updated every ~5 minutes.
605
 
606
- **Started:** 2026-04-05 20:37 UTC / **Elapsed:** 68h 19m / **Committed this session:** 17
607
 
608
  ### Active Workers
609
 
610
  | Stage | Month | Type | Progress |
611
  |-------|-------|------|----------|
612
- | Processing | 2018-05 | comments | shard 191 · 95.5M rows · 131.4K rows/s |
 
 
613
 
614
 
615
  ### Throughput
@@ -619,7 +622,7 @@ ORDER BY year, month, type;
619
  | Download | 36 Mbps avg |
620
  | Processing | 4.5K rows/s avg |
621
  | Upload | 414.8s per commit avg |
622
- | ETA | 2026-05-03 21:58 UTC |
623
 
624
  ### Progress
625
 
@@ -631,7 +634,7 @@ ORDER BY year, month, type;
631
  | Rows processed | 882.8M |
632
  | Data committed | 78.8 GB |
633
 
634
- *Last update: 2026-04-08 16:56 UTC*
635
 
636
 
637
  # Dataset card for Arctic Shift Reddit Archive
@@ -815,4 +818,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
815
 
816
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
817
 
818
- *Last updated: 2026-04-08 16:57 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 **5.9B items** (4.3B comments, 1.6B submissions) in **568.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
 
 
99
  2015 ████████████████████░░░░░░░░░░ 667.8M
100
  2016 ████████████████████████░░░░░░ 799.9M
101
  2017 ██████████████████████████████ 972.9M
102
+ 2018 ██████████████░░░░░░░░░░░░░░░░ 472.7M
103
  ```
104
 
105
  **Submissions**
 
235
 
236
  | Type | Months | Rows | Parquet Size |
237
  |------|-------:|-----:|-------------:|
238
+ | comments | 150 | 4.3B | 369.0 GB |
239
  | submissions | 177 | 1.6B | 199.7 GB |
240
+ | **Total** | **150** | **5.9B** | **568.7 GB** |
241
 
242
  ### Monthly breakdown
243
 
244
  <details>
245
+ <summary>Click to expand full monthly table (150 comment months + 177 submission months)</summary>
246
 
247
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
248
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
544
  | 2018-03 | submissions | - | 7m16s | 114m11s | 2m18s | 25 | 12,022,694 | 1.5 GB |
545
  | 2018-04 | comments | - | 30m31s | 341m14s | 13m52s | 197 | 98,101,232 | 8.2 GB |
546
  | 2018-04 | submissions | - | 7m02s | 161m17s | 2m02s | 24 | 11,997,150 | 1.4 GB |
547
+ | 2018-05 | comments | - | 30m22s | 327m17s | - | 201 | 100,109,100 | 8.5 GB |
548
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
549
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
550
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
 
604
 
605
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 192 GB free). Auto-updated every ~5 minutes.
606
 
607
+ **Started:** 2026-04-05 20:37 UTC / **Elapsed:** 68h 48m / **Committed this session:** 17
608
 
609
  ### Active Workers
610
 
611
  | Stage | Month | Type | Progress |
612
  |-------|-------|------|----------|
613
+ | Downloading | 2018-07 | comments | 2.9 GB / 10.1 GB (28%) |
614
+ | Processing | 2018-05 | submissions | shard 2 · 1.0M rows · 62.3K rows/s |
615
+ | Uploading | 2018-05 | comments | 201 shards · 100.1M rows · committing |
616
 
617
 
618
  ### Throughput
 
622
  | Download | 36 Mbps avg |
623
  | Processing | 4.5K rows/s avg |
624
  | Upload | 414.8s per commit avg |
625
+ | ETA | 2026-05-06 06:46 UTC |
626
 
627
  ### Progress
628
 
 
634
  | Rows processed | 882.8M |
635
  | Data committed | 78.8 GB |
636
 
637
+ *Last update: 2026-04-08 17:25 UTC*
638
 
639
 
640
  # Dataset card for Arctic Shift Reddit Archive
 
818
 
819
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
820
 
821
+ *Last updated: 2026-04-08 17:25 UTC*
data/comments/2018/05/200.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6abeaa0a9ca0941cb923ce917296fdaa47408bed61c0ff7053c86789934144ff
3
+ size 9727003
states.json CHANGED
@@ -1,14 +1,12 @@
1
  {
2
  "session_id": "2026-04-05T20:37:29Z",
3
  "started_at": "2026-04-05T20:37:29.276842745Z",
4
- "updated_at": "2026-04-08T16:56:53.109575634Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2018-05",
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-05",
37
- "type": "comments",
38
- "shard": 191,
39
- "rows": 95500000,
40
- "rows_per_sec": 131366.5775318515,
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": 36.072543794365764,
50
- "avg_process_rows_per_sec": 4500.0432030254715,
51
  "avg_upload_sec_per_commit": 414.8367849208237,
52
- "estimated_completion": "2026-05-04T05:58:07.947995378+08:00"
53
  },
54
  "stats": {
55
  "committed": 17,
 
1
  {
2
  "session_id": "2026-04-05T20:37:29Z",
3
  "started_at": "2026-04-05T20:37:29.276842745Z",
4
+ "updated_at": "2026-04-08T17:25:29.202172285Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2018-05",
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-07",
34
+ "type": "comments",
35
+ "bytes_done": 3073722525,
36
+ "bytes_total": 10858184235,
37
+ "phase": "downloading"
38
+ }
39
+ ],
40
  "processing": [
41
  {
42
  "ym": "2018-05",
43
+ "type": "submissions",
44
+ "shard": 2,
45
+ "rows": 1000000,
46
+ "rows_per_sec": 62254.091180529096,
47
  "phase": "processing"
48
  }
49
  ],
50
+ "uploading": [
51
+ {
52
+ "ym": "2018-05",
53
+ "type": "comments",
54
+ "rows": 100109100,
55
+ "shards": 201,
56
+ "phase": "committing"
57
+ }
58
+ ],
59
  "queued_for_process": 0,
60
  "queued_for_upload": 0
61
  },
62
  "throughput": {
63
  "avg_download_mbps": 36.072543794365764,
64
+ "avg_process_rows_per_sec": 4533.265708708347,
65
  "avg_upload_sec_per_commit": 414.8367849208237,
66
+ "estimated_completion": "2026-05-06T14:46:47.862410446+08:00"
67
  },
68
  "stats": {
69
  "committed": 17,
stats.csv CHANGED
@@ -296,7 +296,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
296
  2018,3,comments,193,96490262,8858678614,0,1680.36,19581.31,775.72,2026-04-08T01:28:11Z
297
  2018,3,submissions,25,12022694,1563790467,0,436.50,6851.26,137.69,2026-04-08T03:22:23Z
298
  2018,4,comments,197,98101232,8856037402,0,1831.33,20473.64,832.33,2026-04-08T09:03:36Z
299
- 2018,4,submissions,24,11997150,1492832216,0,421.81,9676.91,0.00,2026-04-08T11:44:53Z
 
300
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
301
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
302
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z
 
296
  2018,3,comments,193,96490262,8858678614,0,1680.36,19581.31,775.72,2026-04-08T01:28:11Z
297
  2018,3,submissions,25,12022694,1563790467,0,436.50,6851.26,137.69,2026-04-08T03:22:23Z
298
  2018,4,comments,197,98101232,8856037402,0,1831.33,20473.64,832.33,2026-04-08T09:03:36Z
299
+ 2018,4,submissions,24,11997150,1492832216,0,421.81,9676.91,122.47,2026-04-08T11:44:53Z
300
+ 2018,5,comments,201,100109100,9147014784,0,1822.27,19636.75,0.00,2026-04-08T17:12:10Z
301
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
302
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
303
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z