tamnd commited on
Commit
b63b1d5
·
verified ·
1 Parent(s): b2002a7

Add submissions/2015-08 (13 shards, 6.2M 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.2B items** (1.8B comments, 1.3B submissions) in **319.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
 
@@ -112,7 +112,7 @@ states.json live pipeline state (updated every ~5 min)
112
  2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29.3M
113
  2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.7M
114
  2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52.9M
115
- 2015 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.4M
116
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
117
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
118
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
@@ -232,13 +232,13 @@ huggingface-cli download open-index/arctic \
232
  | Type | Months | Rows | Parquet Size |
233
  |------|-------:|-----:|-------------:|
234
  | comments | 117 | 1.8B | 153.6 GB |
235
- | submissions | 146 | 1.3B | 166.0 GB |
236
- | **Total** | **117** | **3.2B** | **319.6 GB** |
237
 
238
  ### Monthly breakdown
239
 
240
  <details>
241
- <summary>Click to expand full monthly table (117 comment months + 146 submission months)</summary>
242
 
243
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
244
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -474,7 +474,8 @@ huggingface-cli download open-index/arctic \
474
  | 2015-06 | submissions | - | 7m18s | 3m44s | 2m16s | 12 | 5,948,530 | 1.1 GB |
475
  | 2015-07 | comments | - | 14m10s | 146m45s | 9m56s | 117 | 58,451,788 | 5.1 GB |
476
  | 2015-07 | submissions | - | 31m07s | 3m48s | 1m29s | 12 | 5,945,498 | 957.4 MB |
477
- | 2015-08 | comments | - | 16m21s | 122m42s | - | 117 | 58,075,327 | 5.1 GB |
 
478
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
479
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
480
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -536,14 +537,15 @@ ORDER BY year, month, type;
536
 
537
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
538
 
539
- **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 32h 16m / **Committed this session:** 21
540
 
541
  ### Active Workers
542
 
543
  | Stage | Month | Type | Progress |
544
  |-------|-------|------|----------|
545
- | Processing | 2015-08 | submissions | shard 8 · 4.0M rows · 64.1K rows/s |
546
- | Uploading | 2015-08 | comments | 117 shards · 58.1M rows · committing |
 
547
 
548
 
549
  ### Throughput
@@ -551,21 +553,21 @@ ORDER BY year, month, type;
551
  | Metric | Value |
552
  |--------|------:|
553
  | Download | 44 Mbps avg |
554
- | Processing | 14.7K rows/s avg |
555
- | Upload | 280.1s per commit avg |
556
- | ETA | 2026-04-17 00:38 UTC |
557
 
558
  ### Progress
559
 
560
- `████████████████░░░░░░░░░░░░░░` 262 / 490 (53.5%)
561
 
562
  | Metric | This Session |
563
  |--------|-------------:|
564
- | Months committed | 21 |
565
- | Rows processed | 579.9M |
566
- | Data committed | 54.0 GB |
567
 
568
- *Last update: 2026-04-02 11:06 UTC*
569
 
570
 
571
  # Dataset card for Arctic Shift Reddit Archive
@@ -749,4 +751,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
749
 
750
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
751
 
752
- *Last updated: 2026-04-02 11:07 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.2B items** (1.8B comments, 1.3B submissions) in **320.5 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
 
 
112
  2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29.3M
113
  2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.7M
114
  2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52.9M
115
+ 2015 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 45.6M
116
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
117
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
118
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
 
232
  | Type | Months | Rows | Parquet Size |
233
  |------|-------:|-----:|-------------:|
234
  | comments | 117 | 1.8B | 153.6 GB |
235
+ | submissions | 147 | 1.3B | 167.0 GB |
236
+ | **Total** | **117** | **3.2B** | **320.5 GB** |
237
 
238
  ### Monthly breakdown
239
 
240
  <details>
241
+ <summary>Click to expand full monthly table (117 comment months + 147 submission months)</summary>
242
 
243
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
244
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
474
  | 2015-06 | submissions | - | 7m18s | 3m44s | 2m16s | 12 | 5,948,530 | 1.1 GB |
475
  | 2015-07 | comments | - | 14m10s | 146m45s | 9m56s | 117 | 58,451,788 | 5.1 GB |
476
  | 2015-07 | submissions | - | 31m07s | 3m48s | 1m29s | 12 | 5,945,498 | 957.4 MB |
477
+ | 2015-08 | comments | - | 16m21s | 122m42s | 9m18s | 117 | 58,075,327 | 5.1 GB |
478
+ | 2015-08 | submissions | - | 5m14s | 4m48s | - | 13 | 6,173,540 | 1000.2 MB |
479
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
480
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
481
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
537
 
538
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
539
 
540
+ **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 32h 18m / **Committed this session:** 22
541
 
542
  ### Active Workers
543
 
544
  | Stage | Month | Type | Progress |
545
  |-------|-------|------|----------|
546
+ | Downloading | 2015-11 | comments | 0 B / 5.0 GB (0%) |
547
+ | Processing | 2015-09 | comments | starting... |
548
+ | Uploading | 2015-08 | submissions | 13 shards · 6.2M rows · committing |
549
 
550
 
551
  ### Throughput
 
553
  | Metric | Value |
554
  |--------|------:|
555
  | Download | 44 Mbps avg |
556
+ | Processing | 15.5K rows/s avg |
557
+ | Upload | 304.9s per commit avg |
558
+ | ETA | 2026-04-16 08:18 UTC |
559
 
560
  ### Progress
561
 
562
+ `████████████████░░░░░░░░░░░░░░` 263 / 490 (53.7%)
563
 
564
  | Metric | This Session |
565
  |--------|-------------:|
566
+ | Months committed | 22 |
567
+ | Rows processed | 638.0M |
568
+ | Data committed | 59.1 GB |
569
 
570
+ *Last update: 2026-04-02 11:09 UTC*
571
 
572
 
573
  # Dataset card for Arctic Shift Reddit Archive
 
751
 
752
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
753
 
754
+ *Last updated: 2026-04-02 11:09 UTC*
data/submissions/2015/08/010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffb384775c66df56a13a35102514f744294fa68fd50901c1e23fec7dbe2a431e
3
+ size 77191531
data/submissions/2015/08/011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a72547b3d2d870cb96ed94733802c2fdb1f80134128958412ff727224301a4b
3
+ size 75594454
data/submissions/2015/08/012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c0b8ee708dcf328e87e32fc02248e6ab082d1fa0deb3d5ccf4d79a23d8c5489
3
+ size 27128031
states.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "session_id": "2026-04-01T02:51:10Z",
3
  "started_at": "2026-04-01T02:51:10.410368992Z",
4
- "updated_at": "2026-04-02T11:06:59.581423914Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2015-08",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -28,23 +28,27 @@
28
  "sequential": false
29
  },
30
  "pipeline": {
31
- "downloading": null,
 
 
 
 
 
 
 
32
  "processing": [
33
  {
34
- "ym": "2015-08",
35
- "type": "submissions",
36
- "shard": 8,
37
- "rows": 4000000,
38
- "rows_per_sec": 64098.87133371535,
39
  "phase": "processing"
40
  }
41
  ],
42
  "uploading": [
43
  {
44
  "ym": "2015-08",
45
- "type": "comments",
46
- "rows": 58075327,
47
- "shards": 117,
48
  "phase": "committing"
49
  }
50
  ],
@@ -53,16 +57,16 @@
53
  },
54
  "throughput": {
55
  "avg_download_mbps": 43.72843732637087,
56
- "avg_process_rows_per_sec": 14749.924673776579,
57
- "avg_upload_sec_per_commit": 280.11380612515,
58
- "estimated_completion": "2026-04-17T08:38:17.463716954+08:00"
59
  },
60
  "stats": {
61
- "committed": 21,
62
  "skipped": 241,
63
  "retries": 0,
64
- "total_rows": 579924706,
65
- "total_bytes": 57959260999,
66
  "total_months": 490
67
  }
68
  }
 
1
  {
2
  "session_id": "2026-04-01T02:51:10Z",
3
  "started_at": "2026-04-01T02:51:10.410368992Z",
4
+ "updated_at": "2026-04-02T11:09:09.7767653Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2015-08",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
32
+ {
33
+ "ym": "2015-11",
34
+ "type": "comments",
35
+ "bytes_total": 5350372874,
36
+ "phase": "downloading"
37
+ }
38
+ ],
39
  "processing": [
40
  {
41
+ "ym": "2015-09",
42
+ "type": "comments",
 
 
 
43
  "phase": "processing"
44
  }
45
  ],
46
  "uploading": [
47
  {
48
  "ym": "2015-08",
49
+ "type": "submissions",
50
+ "rows": 6173540,
51
+ "shards": 13,
52
  "phase": "committing"
53
  }
54
  ],
 
57
  },
58
  "throughput": {
59
  "avg_download_mbps": 43.72843732637087,
60
+ "avg_process_rows_per_sec": 15454.27081349928,
61
+ "avg_upload_sec_per_commit": 304.9100713012,
62
+ "estimated_completion": "2026-04-16T16:18:15.430557334+08:00"
63
  },
64
  "stats": {
65
+ "committed": 22,
66
  "skipped": 241,
67
  "retries": 0,
68
+ "total_rows": 638000033,
69
+ "total_bytes": 63437207884,
70
  "total_months": 490
71
  }
72
  }
stats.csv CHANGED
@@ -231,7 +231,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
231
  2015,6,submissions,12,5948530,1135528005,0,437.82,224.21,135.78,2026-04-02T02:53:54Z
232
  2015,7,comments,117,58451788,5526068180,0,849.90,8804.66,595.71,2026-04-02T08:03:55Z
233
  2015,7,submissions,12,5945498,1003914780,0,1867.18,227.52,89.29,2026-04-02T08:39:02Z
234
- 2015,8,comments,117,58075327,5477946885,0,980.54,7361.52,0.00,2026-04-02T10:58:15Z
 
235
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
236
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
237
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
231
  2015,6,submissions,12,5948530,1135528005,0,437.82,224.21,135.78,2026-04-02T02:53:54Z
232
  2015,7,comments,117,58451788,5526068180,0,849.90,8804.66,595.71,2026-04-02T08:03:55Z
233
  2015,7,submissions,12,5945498,1003914780,0,1867.18,227.52,89.29,2026-04-02T08:39:02Z
234
+ 2015,8,comments,117,58075327,5477946885,0,980.54,7361.52,558.30,2026-04-02T10:58:15Z
235
+ 2015,8,submissions,13,6173540,1048812061,0,314.18,288.41,0.00,2026-04-02T11:08:30Z
236
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
237
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
238
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z