tamnd commited on
Commit
acf5dba
·
verified ·
1 Parent(s): 5c1b891

Add submissions/2015-01 (11 shards, 5.5M rows)

Browse files
Files changed (4) hide show
  1. README.md +21 -18
  2. data/submissions/2015/01/010.parquet +3 -0
  3. states.json +21 -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 **2.7B items** (1.4B comments, 1.3B submissions) in **275.3 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
 
@@ -111,6 +111,7 @@ states.json live pipeline state (updated every ~5 min)
111
  2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29.3M
112
  2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.7M
113
  2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52.9M
 
114
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
115
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
116
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
@@ -230,13 +231,13 @@ huggingface-cli download open-index/arctic \
230
  | Type | Months | Rows | Parquet Size |
231
  |------|-------:|-----:|-------------:|
232
  | comments | 109 | 1.4B | 115.4 GB |
233
- | submissions | 139 | 1.3B | 159.9 GB |
234
- | **Total** | **109** | **2.7B** | **275.3 GB** |
235
 
236
  ### Monthly breakdown
237
 
238
  <details>
239
- <summary>Click to expand full monthly table (109 comment months + 139 submission months)</summary>
240
 
241
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
242
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -457,7 +458,8 @@ huggingface-cli download open-index/arctic \
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 |
459
  | 2014-12 | comments | - | 9m01s | 114m21s | 6m39s | 98 | 48,807,699 | 4.1 GB |
460
- | 2014-12 | submissions | - | 3m21s | 23m30s | - | 10 | 4,984,013 | 747.8 MB |
 
461
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
462
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
463
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -519,15 +521,16 @@ ORDER BY year, month, type;
519
 
520
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
521
 
522
- **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 7h 13m / **Committed this session:** 6
523
 
524
  ### Active Workers
525
 
526
  | Stage | Month | Type | Progress |
527
  |-------|-------|------|----------|
528
- | Downloading | 2015-03 | comments | connecting... |
529
- | Processing | 2015-01 | submissions | starting... |
530
- | Uploading | 2014-12 | submissions | 10 shards · 5.0M rows · committing |
 
531
 
532
 
533
  ### Throughput
@@ -535,21 +538,21 @@ ORDER BY year, month, type;
535
  | Metric | Value |
536
  |--------|------:|
537
  | Download | 29 Mbps avg |
538
- | Processing | 5.0K rows/s avg |
539
- | Upload | 256.5s per commit avg |
540
- | ETA | 2026-04-13 14:16 UTC |
541
 
542
  ### Progress
543
 
544
- `███████████████░░░░░░░░░░░░░░░` 247 / 490 (50.4%)
545
 
546
  | Metric | This Session |
547
  |--------|-------------:|
548
- | Months committed | 6 |
549
- | Rows processed | 156.6M |
550
- | Data committed | 14.1 GB |
551
 
552
- *Last update: 2026-04-01 10:04 UTC*
553
 
554
 
555
  # Dataset card for Arctic Shift Reddit Archive
@@ -733,4 +736,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
733
 
734
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
735
 
736
- *Last updated: 2026-04-01 10:04 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.7B items** (1.4B comments, 1.3B submissions) in **276.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
 
 
111
  2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29.3M
112
  2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.7M
113
  2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52.9M
114
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.5M
115
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
116
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
117
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
 
231
  | Type | Months | Rows | Parquet Size |
232
  |------|-------:|-----:|-------------:|
233
  | comments | 109 | 1.4B | 115.4 GB |
234
+ | submissions | 140 | 1.3B | 160.7 GB |
235
+ | **Total** | **109** | **2.7B** | **276.1 GB** |
236
 
237
  ### Monthly breakdown
238
 
239
  <details>
240
+ <summary>Click to expand full monthly table (109 comment months + 140 submission months)</summary>
241
 
242
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
243
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
458
  | 2014-11 | comments | - | 6m10s | 105m02s | 7m55s | 93 | 46,118,074 | 3.9 GB |
459
  | 2014-11 | submissions | - | 3m02s | 25m10s | 1m03s | 10 | 4,735,396 | 699.8 MB |
460
  | 2014-12 | comments | - | 9m01s | 114m21s | 6m39s | 98 | 48,807,699 | 4.1 GB |
461
+ | 2014-12 | submissions | - | 3m21s | 23m30s | 58.9s | 10 | 4,984,013 | 747.8 MB |
462
+ | 2015-01 | submissions | - | 1m58s | 2m38s | - | 11 | 5,465,910 | 829.3 MB |
463
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
464
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
465
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
521
 
522
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
523
 
524
+ **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 7h 19m / **Committed this session:** 7
525
 
526
  ### Active Workers
527
 
528
  | Stage | Month | Type | Progress |
529
  |-------|-------|------|----------|
530
+ | Downloading | 2015-03 | comments | 2.1 GB / 5.0 GB (40%) |
531
+ | Downloading | 2015-03 | submissions | 506.9 MB / 1.3 GB (37%) |
532
+ | Processing | 2015-01 | comments | starting... |
533
+ | Uploading | 2015-01 | submissions | 11 shards · 5.5M rows · committing |
534
 
535
 
536
  ### Throughput
 
538
  | Metric | Value |
539
  |--------|------:|
540
  | Download | 29 Mbps avg |
541
+ | Processing | 8.7K rows/s avg |
542
+ | Upload | 228.2s per commit avg |
543
+ | ETA | 2026-04-11 22:20 UTC |
544
 
545
  ### Progress
546
 
547
+ `███████████████░░░░░░░░░░░░░░░` 248 / 490 (50.6%)
548
 
549
  | Metric | This Session |
550
  |--------|-------------:|
551
+ | Months committed | 7 |
552
+ | Rows processed | 161.5M |
553
+ | Data committed | 14.8 GB |
554
 
555
+ *Last update: 2026-04-01 10:10 UTC*
556
 
557
 
558
  # Dataset card for Arctic Shift Reddit Archive
 
736
 
737
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
738
 
739
+ *Last updated: 2026-04-01 10:10 UTC*
data/submissions/2015/01/010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c237620fb0e75dab3d9ed2f7ff967ffc18c3a1d619968fd545f4d420e66344b
3
+ size 73399526
states.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "session_id": "2026-04-01T02:51:10Z",
3
  "started_at": "2026-04-01T02:51:10.410368992Z",
4
- "updated_at": "2026-04-01T10:04:04.878138045Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2014-12",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
@@ -32,22 +32,31 @@
32
  {
33
  "ym": "2015-03",
34
  "type": "comments",
 
 
 
 
 
 
 
 
 
35
  "phase": "downloading"
36
  }
37
  ],
38
  "processing": [
39
  {
40
  "ym": "2015-01",
41
- "type": "submissions",
42
  "phase": "processing"
43
  }
44
  ],
45
  "uploading": [
46
  {
47
- "ym": "2014-12",
48
  "type": "submissions",
49
- "rows": 4984013,
50
- "shards": 10,
51
  "phase": "committing"
52
  }
53
  ],
@@ -56,16 +65,16 @@
56
  },
57
  "throughput": {
58
  "avg_download_mbps": 29.020644448036055,
59
- "avg_process_rows_per_sec": 5048.1199707275155,
60
- "avg_upload_sec_per_commit": 256.47266728566666,
61
- "estimated_completion": "2026-04-13T22:16:50.199967252+08:00"
62
  },
63
  "stats": {
64
- "committed": 6,
65
  "skipped": 241,
66
  "retries": 0,
67
- "total_rows": 156557405,
68
- "total_bytes": 15111850054,
69
  "total_months": 490
70
  }
71
  }
 
1
  {
2
  "session_id": "2026-04-01T02:51:10Z",
3
  "started_at": "2026-04-01T02:51:10.410368992Z",
4
+ "updated_at": "2026-04-01T10:10:10.33177102Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2015-01",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
 
32
  {
33
  "ym": "2015-03",
34
  "type": "comments",
35
+ "bytes_done": 2208513856,
36
+ "bytes_total": 5422321446,
37
+ "phase": "downloading"
38
+ },
39
+ {
40
+ "ym": "2015-03",
41
+ "type": "submissions",
42
+ "bytes_done": 531490296,
43
+ "bytes_total": 1428612065,
44
  "phase": "downloading"
45
  }
46
  ],
47
  "processing": [
48
  {
49
  "ym": "2015-01",
50
+ "type": "comments",
51
  "phase": "processing"
52
  }
53
  ],
54
  "uploading": [
55
  {
56
+ "ym": "2015-01",
57
  "type": "submissions",
58
+ "rows": 5465910,
59
+ "shards": 11,
60
  "phase": "committing"
61
  }
62
  ],
 
65
  },
66
  "throughput": {
67
  "avg_download_mbps": 29.020644448036055,
68
+ "avg_process_rows_per_sec": 8727.962774050815,
69
+ "avg_upload_sec_per_commit": 228.24361455342859,
70
+ "estimated_completion": "2026-04-12T06:20:12.981451635+08:00"
71
  },
72
  "stats": {
73
+ "committed": 7,
74
  "skipped": 241,
75
  "retries": 0,
76
+ "total_rows": 161541418,
77
+ "total_bytes": 15895960525,
78
  "total_months": 490
79
  }
80
  }
stats.csv CHANGED
@@ -216,7 +216,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
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
  2014,12,comments,98,48807699,4445262198,0,541.06,6860.77,399.03,2026-04-01T09:40:34Z
219
- 2014,12,submissions,10,4984013,784110471,0,200.55,1410.17,0.00,2026-04-01T10:04:04Z
 
220
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
221
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
222
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
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
  2014,12,comments,98,48807699,4445262198,0,541.06,6860.77,399.03,2026-04-01T09:40:34Z
219
+ 2014,12,submissions,10,4984013,784110471,0,200.55,1410.17,58.87,2026-04-01T10:04:04Z
220
+ 2015,1,submissions,11,5465910,869549570,0,117.92,158.49,0.00,2026-04-01T10:08:51Z
221
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
222
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
223
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z