tamnd commited on
Commit
d90aa17
·
verified ·
1 Parent(s): 0a84fa0

Add comments/2016-01 (124 shards, 62.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 **3.4B items** (2.1B comments, 1.4B submissions) in **345.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
 
@@ -97,6 +97,7 @@ states.json live pipeline state (updated every ~5 min)
97
  2013 ██████████████████░░░░░░░░░░░░ 402.2M
98
  2014 ███████████████████████░░░░░░░ 531.8M
99
  2015 ██████████████████████████████ 667.8M
 
100
  ```
101
 
102
  **Submissions**
@@ -232,14 +233,14 @@ huggingface-cli download open-index/arctic \
232
 
233
  | Type | Months | Rows | Parquet Size |
234
  |------|-------:|-----:|-------------:|
235
- | comments | 121 | 2.1B | 173.8 GB |
236
  | submissions | 152 | 1.4B | 171.3 GB |
237
- | **Total** | **121** | **3.4B** | **345.1 GB** |
238
 
239
  ### Monthly breakdown
240
 
241
  <details>
242
- <summary>Click to expand full monthly table (121 comment months + 152 submission months)</summary>
243
 
244
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
245
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -485,6 +486,7 @@ huggingface-cli download open-index/arctic \
485
  | 2015-11 | submissions | - | 2m51s | 3m21s | 1m20s | 13 | 6,113,675 | 841.8 MB |
486
  | 2015-12 | comments | - | 14m28s | 115m39s | 7m47s | 118 | 58,523,312 | 5.2 GB |
487
  | 2015-12 | submissions | - | 4m02s | 3m47s | 1m17s | 13 | 6,322,479 | 869.0 MB |
 
488
  | 2016-01 | submissions | - | 6m46s | 3m47s | 1m36s | 14 | 6,877,510 | 969.4 MB |
489
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
490
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
@@ -547,13 +549,15 @@ ORDER BY year, month, type;
547
 
548
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 215 GB free). Auto-updated every ~5 minutes.
549
 
550
- **Started:** 2026-04-02 14:32 UTC / **Elapsed:** 8h 0m / **Committed this session:** 7
551
 
552
  ### Active Workers
553
 
554
  | Stage | Month | Type | Progress |
555
  |-------|-------|------|----------|
556
- | Processing | 2016-01 | comments | shard 117 · 58.5M rows · 173.6K rows/s |
 
 
557
 
558
 
559
  ### Throughput
@@ -561,9 +565,9 @@ ORDER BY year, month, type;
561
  | Metric | Value |
562
  |--------|------:|
563
  | Download | 49 Mbps avg |
564
- | Processing | 20.7K rows/s avg |
565
  | Upload | 250.7s per commit avg |
566
- | ETA | 2026-04-10 20:45 UTC |
567
 
568
  ### Progress
569
 
@@ -575,7 +579,7 @@ ORDER BY year, month, type;
575
  | Rows processed | 200.8M |
576
  | Data committed | 18.9 GB |
577
 
578
- *Last update: 2026-04-02 22:32 UTC*
579
 
580
 
581
  # Dataset card for Arctic Shift Reddit Archive
@@ -759,4 +763,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
759
 
760
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
761
 
762
- *Last updated: 2026-04-02 22:32 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.5B items** (2.1B comments, 1.4B submissions) in **350.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
 
 
97
  2013 ██████████████████░░░░░░░░░░░░ 402.2M
98
  2014 ███████████████████████░░░░░░░ 531.8M
99
  2015 ██████████████████████████████ 667.8M
100
+ 2016 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 62.0M
101
  ```
102
 
103
  **Submissions**
 
233
 
234
  | Type | Months | Rows | Parquet Size |
235
  |------|-------:|-----:|-------------:|
236
+ | comments | 122 | 2.1B | 179.4 GB |
237
  | submissions | 152 | 1.4B | 171.3 GB |
238
+ | **Total** | **122** | **3.5B** | **350.7 GB** |
239
 
240
  ### Monthly breakdown
241
 
242
  <details>
243
+ <summary>Click to expand full monthly table (122 comment months + 152 submission months)</summary>
244
 
245
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
246
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
486
  | 2015-11 | submissions | - | 2m51s | 3m21s | 1m20s | 13 | 6,113,675 | 841.8 MB |
487
  | 2015-12 | comments | - | 14m28s | 115m39s | 7m47s | 118 | 58,523,312 | 5.2 GB |
488
  | 2015-12 | submissions | - | 4m02s | 3m47s | 1m17s | 13 | 6,322,479 | 869.0 MB |
489
+ | 2016-01 | comments | - | 17m33s | 120m16s | - | 124 | 61,991,732 | 5.6 GB |
490
  | 2016-01 | submissions | - | 6m46s | 3m47s | 1m36s | 14 | 6,877,510 | 969.4 MB |
491
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
492
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
 
549
 
550
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 215 GB free). Auto-updated every ~5 minutes.
551
 
552
+ **Started:** 2026-04-02 14:32 UTC / **Elapsed:** 8h 17m / **Committed this session:** 7
553
 
554
  ### Active Workers
555
 
556
  | Stage | Month | Type | Progress |
557
  |-------|-------|------|----------|
558
+ | Downloading | 2016-04 | comments | 4.0 GB / 5.7 GB (70%) |
559
+ | Processing | 2016-02 | comments | starting... |
560
+ | Uploading | 2016-01 | comments | 124 shards · 62.0M rows · committing |
561
 
562
 
563
  ### Throughput
 
565
  | Metric | Value |
566
  |--------|------:|
567
  | Download | 49 Mbps avg |
568
+ | Processing | 19.1K rows/s avg |
569
  | Upload | 250.7s per commit avg |
570
+ | ETA | 2026-04-13 10:32 UTC |
571
 
572
  ### Progress
573
 
 
579
  | Rows processed | 200.8M |
580
  | Data committed | 18.9 GB |
581
 
582
+ *Last update: 2026-04-02 22:49 UTC*
583
 
584
 
585
  # Dataset card for Arctic Shift Reddit Archive
 
763
 
764
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
765
 
766
+ *Last updated: 2026-04-02 22:49 UTC*
data/comments/2016/01/120.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cc0264bb20cbc74428d369f65e0c8238da9445c97a4089ac844777ce6039dbc
3
+ size 47725516
data/comments/2016/01/121.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f2f72b6c5355b1b70b3b50fc485bd531ed86c72fa7e3e88032def5f9bcda2b9
3
+ size 50520655
data/comments/2016/01/122.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17bc44c3c2d448a7aff6a6daeead89354ee714772f4e6d954fe2bf5ee58b1e70
3
+ size 51407478
data/comments/2016/01/123.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9767bb12ebcd75ad537007a5007e00448eae021fd417804012402e960f5f27ad
3
+ size 48179274
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-02T22:32:36.683692323Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2016-01",
8
  "type": "comments",
9
- "phase": "processing",
10
- "shard": 11,
11
- "rows": 5500000
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": "2016-01",
37
  "type": "comments",
38
- "shard": 117,
39
- "rows": 58500000,
40
- "rows_per_sec": 173558.84440748917,
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": 49.415084627824946,
50
- "avg_process_rows_per_sec": 20656.610656586214,
51
  "avg_upload_sec_per_commit": 250.67771673157145,
52
- "estimated_completion": "2026-04-11T04:45:47.165352606+08:00"
53
  },
54
  "stats": {
55
  "committed": 7,
 
1
  {
2
  "session_id": "2026-04-02T14:32:38Z",
3
  "started_at": "2026-04-02T14:32:38.804396381Z",
4
+ "updated_at": "2026-04-02T22:49:38.615095326Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2016-01",
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-04",
34
+ "type": "comments",
35
+ "bytes_done": 4276375690,
36
+ "bytes_total": 6091485569,
37
+ "phase": "downloading"
38
+ }
39
+ ],
40
  "processing": [
41
  {
42
+ "ym": "2016-02",
43
  "type": "comments",
 
 
 
44
  "phase": "processing"
45
  }
46
  ],
47
+ "uploading": [
48
+ {
49
+ "ym": "2016-01",
50
+ "type": "comments",
51
+ "rows": 61991732,
52
+ "shards": 124,
53
+ "phase": "committing"
54
+ }
55
+ ],
56
  "queued_for_process": 0,
57
  "queued_for_upload": 0
58
  },
59
  "throughput": {
60
  "avg_download_mbps": 49.415084627824946,
61
+ "avg_process_rows_per_sec": 19148.33497455779,
62
  "avg_upload_sec_per_commit": 250.67771673157145,
63
+ "estimated_completion": "2026-04-13T18:32:48.018952631+08:00"
64
  },
65
  "stats": {
66
  "committed": 7,
stats.csv CHANGED
@@ -241,7 +241,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
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
  2015,12,submissions,13,6322479,911195846,0,242.36,226.75,77.28,2026-04-02T20:33:08Z
244
- 2016,1,submissions,14,6877510,1016497128,0,406.28,226.87,0.00,2026-04-02T20:39:52Z
 
245
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
246
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
247
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
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
  2015,12,submissions,13,6322479,911195846,0,242.36,226.75,77.28,2026-04-02T20:33:08Z
244
+ 2016,1,comments,124,61991732,5984597461,0,1052.56,7216.39,0.00,2026-04-02T22:40:09Z
245
+ 2016,1,submissions,14,6877510,1016497128,0,406.28,226.87,95.51,2026-04-02T20:39:52Z
246
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
247
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
248
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z