tamnd commited on
Commit
c5e283a
·
verified ·
1 Parent(s): a3be660

Add comments/2016-05 (131 shards, 65.2M rows)

Browse files
Files changed (4) hide show
  1. README.md +14 -11
  2. data/comments/2016/05/130.parquet +3 -0
  3. states.json +23 -10
  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 **3.7B items** (2.3B comments, 1.4B submissions) in **370.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
 
@@ -97,7 +97,7 @@ states.json live pipeline state (updated every ~5 min)
97
  2013 ██████████████████░░░░░░░░░░░░ 402.2M
98
  2014 ███████████████████████░░░░░░░ 531.8M
99
  2015 ██████████████████████████████ 667.8M
100
- 2016 ███████████░░░░░░░░░░░░░░░░░░░ 249.4M
101
  ```
102
 
103
  **Submissions**
@@ -233,14 +233,14 @@ huggingface-cli download open-index/arctic \
233
 
234
  | Type | Months | Rows | Parquet Size |
235
  |------|-------:|-----:|-------------:|
236
- | comments | 125 | 2.3B | 196.1 GB |
237
  | submissions | 155 | 1.4B | 174.1 GB |
238
- | **Total** | **125** | **3.7B** | **370.2 GB** |
239
 
240
  ### Monthly breakdown
241
 
242
  <details>
243
- <summary>Click to expand full monthly table (125 comment months + 155 submission months)</summary>
244
 
245
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
246
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -494,6 +494,7 @@ huggingface-cli download open-index/arctic \
494
  | 2016-03 | submissions | - | 4m37s | 4m44s | 1m39s | 14 | 6,901,239 | 957.1 MB |
495
  | 2016-04 | comments | - | 10m27s | 122m10s | 9m28s | 129 | 64,271,256 | 5.6 GB |
496
  | 2016-04 | submissions | - | 4m20s | 3m58s | 2m02s | 14 | 6,922,510 | 966.4 MB |
 
497
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
498
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
499
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -555,13 +556,15 @@ ORDER BY year, month, type;
555
 
556
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 215 GB free). Auto-updated every ~5 minutes.
557
 
558
- **Started:** 2026-04-02 14:32 UTC / **Elapsed:** 25h 9m / **Committed this session:** 14
559
 
560
  ### Active Workers
561
 
562
  | Stage | Month | Type | Progress |
563
  |-------|-------|------|----------|
564
- | Processing | 2016-05 | comments | shard 119 · 189.5M rows · 202.4K rows/s |
 
 
565
 
566
 
567
  ### Throughput
@@ -569,9 +572,9 @@ ORDER BY year, month, type;
569
  | Metric | Value |
570
  |--------|------:|
571
  | Download | 50 Mbps avg |
572
- | Processing | 18.6K rows/s avg |
573
  | Upload | 304.1s per commit avg |
574
- | ETA | 2026-04-14 12:28 UTC |
575
 
576
  ### Progress
577
 
@@ -583,7 +586,7 @@ ORDER BY year, month, type;
583
  | Rows processed | 471.1M |
584
  | Data committed | 44.0 GB |
585
 
586
- *Last update: 2026-04-03 15:42 UTC*
587
 
588
 
589
  # Dataset card for Arctic Shift Reddit Archive
@@ -767,4 +770,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
767
 
768
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
769
 
770
- *Last updated: 2026-04-03 15:42 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.8B items** (2.4B comments, 1.4B submissions) in **375.9 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
 
 
97
  2013 ██████████████████░░░░░░░░░░░░ 402.2M
98
  2014 ███████████████████████░░░░░░░ 531.8M
99
  2015 ██████████████████████████████ 667.8M
100
+ 2016 ██████████████░░░░░░░░░░░░░░░░ 314.6M
101
  ```
102
 
103
  **Submissions**
 
233
 
234
  | Type | Months | Rows | Parquet Size |
235
  |------|-------:|-----:|-------------:|
236
+ | comments | 126 | 2.4B | 201.8 GB |
237
  | submissions | 155 | 1.4B | 174.1 GB |
238
+ | **Total** | **126** | **3.8B** | **375.9 GB** |
239
 
240
  ### Monthly breakdown
241
 
242
  <details>
243
+ <summary>Click to expand full monthly table (126 comment months + 155 submission months)</summary>
244
 
245
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
246
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
494
  | 2016-03 | submissions | - | 4m37s | 4m44s | 1m39s | 14 | 6,901,239 | 957.1 MB |
495
  | 2016-04 | comments | - | 10m27s | 122m10s | 9m28s | 129 | 64,271,256 | 5.6 GB |
496
  | 2016-04 | submissions | - | 4m20s | 3m58s | 2m02s | 14 | 6,922,510 | 966.4 MB |
497
+ | 2016-05 | comments | - | 36m30s | 114m38s | - | 131 | 65,212,004 | 5.7 GB |
498
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
499
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
500
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
556
 
557
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 215 GB free). Auto-updated every ~5 minutes.
558
 
559
+ **Started:** 2026-04-02 14:32 UTC / **Elapsed:** 25h 28m / **Committed this session:** 14
560
 
561
  ### Active Workers
562
 
563
  | Stage | Month | Type | Progress |
564
  |-------|-------|------|----------|
565
+ | Downloading | 2016-07 | submissions | 597.4 MB / 1.9 GB (30%) |
566
+ | Processing | 2016-05 | submissions | starting... |
567
+ | Uploading | 2016-05 | comments | 131 shards · 65.2M rows · committing |
568
 
569
 
570
  ### Throughput
 
572
  | Metric | Value |
573
  |--------|------:|
574
  | Download | 50 Mbps avg |
575
+ | Processing | 18.0K rows/s avg |
576
  | Upload | 304.1s per commit avg |
577
+ | ETA | 2026-04-19 11:56 UTC |
578
 
579
  ### Progress
580
 
 
586
  | Rows processed | 471.1M |
587
  | Data committed | 44.0 GB |
588
 
589
+ *Last update: 2026-04-03 16:00 UTC*
590
 
591
 
592
  # Dataset card for Arctic Shift Reddit Archive
 
770
 
771
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
772
 
773
+ *Last updated: 2026-04-03 16:00 UTC*
data/comments/2016/05/130.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e87abd76f67b9d9650a1a4dd0ffbd13ddbf5eca20510e7fea9e0efebf72fac5f
3
+ size 20443552
states.json CHANGED
@@ -1,12 +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-03T15:42:07.055298957Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2016-05",
8
  "type": "comments",
9
- "phase": "processing"
10
  },
11
  "hardware": {
12
  "hostname": "doge-01",
@@ -28,26 +28,39 @@
28
  "sequential": false
29
  },
30
  "pipeline": {
31
- "downloading": null,
 
 
 
 
 
 
 
 
32
  "processing": [
33
  {
34
  "ym": "2016-05",
35
- "type": "comments",
36
- "shard": 119,
37
- "rows": 189500000,
38
- "rows_per_sec": 202421.97463516388,
39
  "phase": "processing"
40
  }
41
  ],
42
- "uploading": null,
 
 
 
 
 
 
 
 
43
  "queued_for_process": 0,
44
  "queued_for_upload": 0
45
  },
46
  "throughput": {
47
  "avg_download_mbps": 49.5381264074334,
48
- "avg_process_rows_per_sec": 18602.38878213258,
49
  "avg_upload_sec_per_commit": 304.09520940399995,
50
- "estimated_completion": "2026-04-14T20:28:12.112771538+08:00"
51
  },
52
  "stats": {
53
  "committed": 14,
 
1
  {
2
  "session_id": "2026-04-02T14:32:38Z",
3
  "started_at": "2026-04-02T14:32:38.804396381Z",
4
+ "updated_at": "2026-04-03T16:00:38.587299483Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2016-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": "2016-07",
34
+ "type": "submissions",
35
+ "bytes_done": 626438853,
36
+ "bytes_total": 2083387782,
37
+ "phase": "downloading"
38
+ }
39
+ ],
40
  "processing": [
41
  {
42
  "ym": "2016-05",
43
+ "type": "submissions",
 
 
 
44
  "phase": "processing"
45
  }
46
  ],
47
+ "uploading": [
48
+ {
49
+ "ym": "2016-05",
50
+ "type": "comments",
51
+ "rows": 65212004,
52
+ "shards": 131,
53
+ "phase": "committing"
54
+ }
55
+ ],
56
  "queued_for_process": 0,
57
  "queued_for_upload": 0
58
  },
59
  "throughput": {
60
  "avg_download_mbps": 49.5381264074334,
61
+ "avg_process_rows_per_sec": 17994.294540129824,
62
  "avg_upload_sec_per_commit": 304.09520940399995,
63
+ "estimated_completion": "2026-04-19T19:56:27.46585691+08:00"
64
  },
65
  "stats": {
66
  "committed": 14,
stats.csv CHANGED
@@ -248,7 +248,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
248
  2016,3,comments,128,63918864,6110027330,0,1122.29,7392.27,500.74,2026-04-03T05:40:36Z
249
  2016,3,submissions,14,6901239,1003613977,0,276.71,283.50,98.68,2026-04-03T05:50:06Z
250
  2016,4,comments,129,64271256,6044217134,0,627.39,7330.37,568.04,2026-04-03T08:02:57Z
251
- 2016,4,submissions,14,6922510,1013345395,0,260.20,237.87,0.00,2026-04-03T08:12:26Z
 
252
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
253
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
254
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
248
  2016,3,comments,128,63918864,6110027330,0,1122.29,7392.27,500.74,2026-04-03T05:40:36Z
249
  2016,3,submissions,14,6901239,1003613977,0,276.71,283.50,98.68,2026-04-03T05:50:06Z
250
  2016,4,comments,129,64271256,6044217134,0,627.39,7330.37,568.04,2026-04-03T08:02:57Z
251
+ 2016,4,submissions,14,6922510,1013345395,0,260.20,237.87,122.44,2026-04-03T08:12:26Z
252
+ 2016,5,comments,131,65212004,6148420000,0,2189.89,6878.20,0.00,2026-04-03T15:52:53Z
253
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
254
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
255
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z