tamnd commited on
Commit
b5e3812
·
verified ·
1 Parent(s): b1ca898

Add comments/2014-10 (95 shards, 47.5M 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 **2.6B items** (1.3B comments, 1.3B submissions) in **266.4 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,10 +92,10 @@ 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 ██████████████████████████████ 435.5M
99
  ```
100
 
101
  **Submissions**
@@ -229,14 +229,14 @@ huggingface-cli download open-index/arctic \
229
 
230
  | Type | Months | Rows | Parquet Size |
231
  |------|-------:|-----:|-------------:|
232
- | comments | 107 | 1.3B | 107.2 GB |
233
  | submissions | 138 | 1.3B | 159.2 GB |
234
- | **Total** | **107** | **2.6B** | **266.4 GB** |
235
 
236
  ### Monthly breakdown
237
 
238
  <details>
239
- <summary>Click to expand full monthly table (107 comment months + 138 submission months)</summary>
240
 
241
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
242
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -452,6 +452,7 @@ huggingface-cli download open-index/arctic \
452
  | 2014-08 | submissions | - | 2m30s | 21m14s | 1m03s | 10 | 4,596,551 | 672.6 MB |
453
  | 2014-09 | comments | - | 12m04s | 102m58s | - | 90 | 44,992,201 | 3.8 GB |
454
  | 2014-09 | submissions | - | - | 23m54s | 1m14s | 10 | 4,567,136 | 662.5 MB |
 
455
  | 2014-10 | submissions | - | 4m51s | 21m41s | 1m02s | 10 | 4,831,580 | 704.9 MB |
456
  | 2014-11 | comments | - | 6m10s | 105m02s | 7m55s | 93 | 46,118,074 | 3.9 GB |
457
  | 2014-11 | submissions | - | 3m02s | 25m10s | 1m03s | 10 | 4,735,396 | 699.8 MB |
@@ -516,13 +517,15 @@ ORDER BY year, month, type;
516
 
517
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
518
 
519
- **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 4h 40m / **Committed this session:** 4
520
 
521
  ### Active Workers
522
 
523
  | Stage | Month | Type | Progress |
524
  |-------|-------|------|----------|
525
- | Processing | 2014-10 | comments | shard 82 · 41.0M rows · 186.3K rows/s |
 
 
526
 
527
 
528
  ### Throughput
@@ -530,9 +533,9 @@ ORDER BY year, month, type;
530
  | Metric | Value |
531
  |--------|------:|
532
  | Download | 32 Mbps avg |
533
- | Processing | 4.3K rows/s avg |
534
  | Upload | 168.9s per commit avg |
535
- | ETA | 2026-04-09 18:08 UTC |
536
 
537
  ### Progress
538
 
@@ -544,7 +547,7 @@ ORDER BY year, month, type;
544
  | Rows processed | 60.3M |
545
  | Data committed | 5.9 GB |
546
 
547
- *Last update: 2026-04-01 07:30 UTC*
548
 
549
 
550
  # Dataset card for Arctic Shift Reddit Archive
@@ -728,4 +731,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
728
 
729
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
730
 
731
- *Last updated: 2026-04-01 07:31 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 **2.6B items** (1.3B comments, 1.3B submissions) in **270.4 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 ██████████████████████████████ 483.0M
99
  ```
100
 
101
  **Submissions**
 
229
 
230
  | Type | Months | Rows | Parquet Size |
231
  |------|-------:|-----:|-------------:|
232
+ | comments | 108 | 1.3B | 111.3 GB |
233
  | submissions | 138 | 1.3B | 159.2 GB |
234
+ | **Total** | **108** | **2.6B** | **270.4 GB** |
235
 
236
  ### Monthly breakdown
237
 
238
  <details>
239
+ <summary>Click to expand full monthly table (108 comment months + 138 submission months)</summary>
240
 
241
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
242
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
452
  | 2014-08 | submissions | - | 2m30s | 21m14s | 1m03s | 10 | 4,596,551 | 672.6 MB |
453
  | 2014-09 | comments | - | 12m04s | 102m58s | - | 90 | 44,992,201 | 3.8 GB |
454
  | 2014-09 | submissions | - | - | 23m54s | 1m14s | 10 | 4,567,136 | 662.5 MB |
455
+ | 2014-10 | comments | - | 31m14s | 107m55s | - | 95 | 47,497,520 | 4.0 GB |
456
  | 2014-10 | submissions | - | 4m51s | 21m41s | 1m02s | 10 | 4,831,580 | 704.9 MB |
457
  | 2014-11 | comments | - | 6m10s | 105m02s | 7m55s | 93 | 46,118,074 | 3.9 GB |
458
  | 2014-11 | submissions | - | 3m02s | 25m10s | 1m03s | 10 | 4,735,396 | 699.8 MB |
 
517
 
518
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
519
 
520
+ **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 5h 2m / **Committed this session:** 4
521
 
522
  ### Active Workers
523
 
524
  | Stage | Month | Type | Progress |
525
  |-------|-------|------|----------|
526
+ | Downloading | 2015-02 | comments | 1.5 GB / 4.5 GB (33%) |
527
+ | Processing | 2014-12 | comments | shard 10 · 5.0M rows · 154.1K rows/s |
528
+ | Uploading | 2014-10 | comments | 95 shards · 47.5M rows · committing |
529
 
530
 
531
  ### Throughput
 
533
  | Metric | Value |
534
  |--------|------:|
535
  | Download | 32 Mbps avg |
536
+ | Processing | 4.9K rows/s avg |
537
  | Upload | 168.9s per commit avg |
538
+ | ETA | 2026-04-13 20:58 UTC |
539
 
540
  ### Progress
541
 
 
547
  | Rows processed | 60.3M |
548
  | Data committed | 5.9 GB |
549
 
550
+ *Last update: 2026-04-01 07:53 UTC*
551
 
552
 
553
  # Dataset card for Arctic Shift Reddit Archive
 
731
 
732
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
733
 
734
+ *Last updated: 2026-04-01 07:53 UTC*
data/comments/2014/10/090.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd1afc28175cb9300b97c28003ad6cc61c1c28c41bc641ad06155a8ece56b6c2
3
+ size 48189230
data/comments/2014/10/091.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b06140b90f8b6a265c00a0afe3b5578988c885ff9acd1db27809d3efc6b4dae
3
+ size 45726517
data/comments/2014/10/092.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df391d214aef170a73c0c6b447c52b9059fff6d1bf3d09c71c76f2405880d15f
3
+ size 42665185
data/comments/2014/10/093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31f34ca533b635ae43fa7c7efb4846583473209ce6ab7bafed2ac348409dfb82
3
+ size 46747945
data/comments/2014/10/094.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aed94b13db233c579bf660b5b3e976db85d382efbdffde326a7c25716168d2f7
3
+ size 44809874
states.json CHANGED
@@ -1,14 +1,12 @@
1
  {
2
  "session_id": "2026-04-01T02:51:10Z",
3
  "started_at": "2026-04-01T02:51:10.410368992Z",
4
- "updated_at": "2026-04-01T07:30:43.502352114Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2014-10",
8
  "type": "comments",
9
- "phase": "processing",
10
- "shard": 15,
11
- "rows": 7500000
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": "2014-10",
37
  "type": "comments",
38
- "shard": 82,
39
- "rows": 41000000,
40
- "rows_per_sec": 186341.1503720457,
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": 31.535806643296123,
50
- "avg_process_rows_per_sec": 4338.194376607694,
51
  "avg_upload_sec_per_commit": 168.8533053755,
52
- "estimated_completion": "2026-04-10T02:08:04.372945081+08:00"
53
  },
54
  "stats": {
55
  "committed": 4,
 
1
  {
2
  "session_id": "2026-04-01T02:51:10Z",
3
  "started_at": "2026-04-01T02:51:10.410368992Z",
4
+ "updated_at": "2026-04-01T07:53:10.414836523Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2014-10",
8
  "type": "comments",
9
+ "phase": "committing"
 
 
10
  },
11
  "hardware": {
12
  "hostname": "doge-01",
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
32
+ {
33
+ "ym": "2015-02",
34
+ "type": "comments",
35
+ "bytes_done": 1589915021,
36
+ "bytes_total": 4803063373,
37
+ "phase": "downloading"
38
+ }
39
+ ],
40
  "processing": [
41
  {
42
+ "ym": "2014-12",
43
  "type": "comments",
44
+ "shard": 10,
45
+ "rows": 5000000,
46
+ "rows_per_sec": 154125.56975136994,
47
  "phase": "processing"
48
  }
49
  ],
50
+ "uploading": [
51
+ {
52
+ "ym": "2014-10",
53
+ "type": "comments",
54
+ "rows": 47497520,
55
+ "shards": 95,
56
+ "phase": "committing"
57
+ }
58
+ ],
59
  "queued_for_process": 0,
60
  "queued_for_upload": 0
61
  },
62
  "throughput": {
63
  "avg_download_mbps": 31.535806643296123,
64
+ "avg_process_rows_per_sec": 4937.698154071595,
65
  "avg_upload_sec_per_commit": 168.8533053755,
66
+ "estimated_completion": "2026-04-14T04:58:33.29531264+08:00"
67
  },
68
  "stats": {
69
  "committed": 4,
stats.csv CHANGED
@@ -211,9 +211,10 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
211
  2014,8,submissions,10,4596551,705239172,0,150.14,1274.48,63.28,2026-04-01T00:49:10Z
212
  2014,9,comments,90,44992201,4079617133,0,724.45,6177.90,0.00,2026-04-01T02:44:25Z
213
  2014,9,submissions,10,4567136,694698744,0,0.00,1434.02,74.21,2026-04-01T03:15:04Z
 
214
  2014,10,submissions,10,4831580,739139106,0,290.96,1301.12,62.38,2026-04-01T03:41:46Z
215
  2014,11,comments,93,46118074,4187919382,0,370.16,6301.76,475.45,2026-04-01T05:33:09Z
216
- 2014,11,submissions,10,4735396,733798808,0,181.75,1509.90,0.00,2026-04-01T05:58:19Z
217
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
218
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
219
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
211
  2014,8,submissions,10,4596551,705239172,0,150.14,1274.48,63.28,2026-04-01T00:49:10Z
212
  2014,9,comments,90,44992201,4079617133,0,724.45,6177.90,0.00,2026-04-01T02:44:25Z
213
  2014,9,submissions,10,4567136,694698744,0,0.00,1434.02,74.21,2026-04-01T03:15:04Z
214
+ 2014,10,comments,95,47497520,4311031816,0,1874.36,6474.83,0.00,2026-04-01T07:46:13Z
215
  2014,10,submissions,10,4831580,739139106,0,290.96,1301.12,62.38,2026-04-01T03:41:46Z
216
  2014,11,comments,93,46118074,4187919382,0,370.16,6301.76,475.45,2026-04-01T05:33:09Z
217
+ 2014,11,submissions,10,4735396,733798808,0,181.75,1509.90,63.37,2026-04-01T05:58:19Z
218
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
219
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
220
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z