tamnd commited on
Commit
2045ced
·
verified ·
1 Parent(s): ab8031a

Add submissions/2017-10 (21 shards, 10.3M rows)

Browse files
Files changed (4) hide show
  1. README.md +14 -11
  2. data/submissions/2017/10/020.parquet +3 -0
  3. states.json +23 -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 **5.2B items** (3.7B comments, 1.5B submissions) in **506.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
 
@@ -116,7 +116,7 @@ states.json live pipeline state (updated every ~5 min)
116
  2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52.9M
117
  2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 70.5M
118
  2016 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 90.6M
119
- 2017 █████░░░░░░░░░░░░░░░░░░░░░░░░ 96.3M
120
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
121
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
122
  2023 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.2M
@@ -235,13 +235,13 @@ huggingface-cli download open-index/arctic \
235
  | Type | Months | Rows | Parquet Size |
236
  |------|-------:|-----:|-------------:|
237
  | comments | 143 | 3.7B | 313.9 GB |
238
- | submissions | 172 | 1.5B | 193.0 GB |
239
- | **Total** | **143** | **5.2B** | **506.9 GB** |
240
 
241
  ### Monthly breakdown
242
 
243
  <details>
244
- <summary>Click to expand full monthly table (143 comment months + 172 submission months)</summary>
245
 
246
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
247
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -530,6 +530,7 @@ huggingface-cli download open-index/arctic \
530
  | 2017-09 | comments | - | - | 168m39s | 9m56s | 167 | 83,165,192 | 7.2 GB |
531
  | 2017-09 | submissions | - | - | 65m06s | 1m31s | 20 | 9,787,604 | 1.2 GB |
532
  | 2017-10 | comments | - | 42m54s | 188m22s | 9m49s | 172 | 85,828,912 | 7.3 GB |
 
533
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
534
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
535
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -591,13 +592,15 @@ ORDER BY year, month, type;
591
 
592
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 192 GB free). Auto-updated every ~5 minutes.
593
 
594
- **Started:** 2026-04-05 20:37 UTC / **Elapsed:** 13h 7m / **Committed this session:** 6
595
 
596
  ### Active Workers
597
 
598
  | Stage | Month | Type | Progress |
599
  |-------|-------|------|----------|
600
- | Processing | 2017-10 | submissions | shard 18 · 9.0M rows · 110.4K rows/s |
 
 
601
 
602
 
603
  ### Throughput
@@ -605,9 +608,9 @@ ORDER BY year, month, type;
605
  | Metric | Value |
606
  |--------|------:|
607
  | Download | 25 Mbps avg |
608
- | Processing | 5.3K rows/s avg |
609
  | Upload | 351.6s per commit avg |
610
- | ETA | 2026-04-24 10:00 UTC |
611
 
612
  ### Progress
613
 
@@ -619,7 +622,7 @@ ORDER BY year, month, type;
619
  | Rows processed | 283.9M |
620
  | Data committed | 25.5 GB |
621
 
622
- *Last update: 2026-04-06 09:44 UTC*
623
 
624
 
625
  # Dataset card for Arctic Shift Reddit Archive
@@ -803,4 +806,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
803
 
804
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
805
 
806
- *Last updated: 2026-04-06 09:47 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 **5.2B items** (3.7B comments, 1.6B submissions) in **508.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
 
 
116
  2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52.9M
117
  2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 70.5M
118
  2016 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 90.6M
119
+ 2017 █████░░░░░░░░░░░░░░░░░░░░░░░░ 106.6M
120
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
121
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
122
  2023 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39.2M
 
235
  | Type | Months | Rows | Parquet Size |
236
  |------|-------:|-----:|-------------:|
237
  | comments | 143 | 3.7B | 313.9 GB |
238
+ | submissions | 173 | 1.6B | 194.3 GB |
239
+ | **Total** | **143** | **5.2B** | **508.2 GB** |
240
 
241
  ### Monthly breakdown
242
 
243
  <details>
244
+ <summary>Click to expand full monthly table (143 comment months + 173 submission months)</summary>
245
 
246
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
247
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
530
  | 2017-09 | comments | - | - | 168m39s | 9m56s | 167 | 83,165,192 | 7.2 GB |
531
  | 2017-09 | submissions | - | - | 65m06s | 1m31s | 20 | 9,787,604 | 1.2 GB |
532
  | 2017-10 | comments | - | 42m54s | 188m22s | 9m49s | 172 | 85,828,912 | 7.3 GB |
533
+ | 2017-10 | submissions | - | 22m11s | 67m24s | - | 21 | 10,281,718 | 1.2 GB |
534
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
535
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
536
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
592
 
593
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 192 GB free). Auto-updated every ~5 minutes.
594
 
595
+ **Started:** 2026-04-05 20:37 UTC / **Elapsed:** 13h 17m / **Committed this session:** 6
596
 
597
  ### Active Workers
598
 
599
  | Stage | Month | Type | Progress |
600
  |-------|-------|------|----------|
601
+ | Downloading | 2018-01 | comments | 306.7 MB / 7.8 GB (3%) |
602
+ | Processing | 2017-11 | comments | starting... |
603
+ | Uploading | 2017-10 | submissions | 21 shards · 10.3M rows · committing |
604
 
605
 
606
  ### Throughput
 
608
  | Metric | Value |
609
  |--------|------:|
610
  | Download | 25 Mbps avg |
611
+ | Processing | 4.9K rows/s avg |
612
  | Upload | 351.6s per commit avg |
613
+ | ETA | 2026-04-22 12:43 UTC |
614
 
615
  ### Progress
616
 
 
622
  | Rows processed | 283.9M |
623
  | Data committed | 25.5 GB |
624
 
625
+ *Last update: 2026-04-06 09:54 UTC*
626
 
627
 
628
  # Dataset card for Arctic Shift Reddit Archive
 
806
 
807
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
808
 
809
+ *Last updated: 2026-04-06 09:54 UTC*
data/submissions/2017/10/020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af324bd13cdec2b2e70b2c20b414ce538c80c7439f0384f89e5c9808a60ea280
3
+ size 36100388
states.json CHANGED
@@ -1,14 +1,12 @@
1
  {
2
  "session_id": "2026-04-05T20:37:29Z",
3
  "started_at": "2026-04-05T20:37:29.276842745Z",
4
- "updated_at": "2026-04-06T09:44:07.003663685Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2017-10",
8
  "type": "submissions",
9
- "phase": "processing",
10
- "shard": 4,
11
- "rows": 2000000
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": "2017-10",
37
  "type": "submissions",
38
- "shard": 18,
39
- "rows": 9000000,
40
- "rows_per_sec": 110360.13915588935,
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": 24.95137489350403,
50
- "avg_process_rows_per_sec": 5292.84120221138,
51
  "avg_upload_sec_per_commit": 351.63077539233336,
52
- "estimated_completion": "2026-04-24T18:00:27.071035476+08:00"
53
  },
54
  "stats": {
55
  "committed": 6,
 
1
  {
2
  "session_id": "2026-04-05T20:37:29Z",
3
  "started_at": "2026-04-05T20:37:29.276842745Z",
4
+ "updated_at": "2026-04-06T09:54:29.026530124Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2017-10",
8
  "type": "submissions",
9
+ "phase": "committing"
 
 
10
  },
11
  "hardware": {
12
  "hostname": "doge-01",
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
32
+ {
33
+ "ym": "2018-01",
34
+ "type": "comments",
35
+ "bytes_done": 321578392,
36
+ "bytes_total": 8395027163,
37
+ "phase": "downloading"
38
+ }
39
+ ],
40
  "processing": [
41
+ {
42
+ "ym": "2017-11",
43
+ "type": "comments",
44
+ "phase": "processing"
45
+ }
46
+ ],
47
+ "uploading": [
48
  {
49
  "ym": "2017-10",
50
  "type": "submissions",
51
+ "rows": 10281718,
52
+ "shards": 21,
53
+ "phase": "committing"
 
54
  }
55
  ],
 
56
  "queued_for_process": 0,
57
  "queued_for_upload": 0
58
  },
59
  "throughput": {
60
  "avg_download_mbps": 24.95137489350403,
61
+ "avg_process_rows_per_sec": 4899.9058966534985,
62
  "avg_upload_sec_per_commit": 351.63077539233336,
63
+ "estimated_completion": "2026-04-22T20:43:31.758835786+08:00"
64
  },
65
  "stats": {
66
  "committed": 6,
stats.csv CHANGED
@@ -283,7 +283,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
283
  2017,8,submissions,21,10424133,1374696156,0,765.99,4309.54,126.50,2026-04-06T01:43:45Z
284
  2017,9,comments,167,83165192,7682288039,0,0.00,10118.71,595.58,2026-04-06T04:32:23Z
285
  2017,9,submissions,20,9787604,1290494532,0,0.00,3906.39,91.17,2026-04-06T05:37:30Z
286
- 2017,10,comments,172,85828912,7852900050,0,2573.75,11301.52,0.00,2026-04-06T08:45:51Z
 
287
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
288
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
289
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
283
  2017,8,submissions,21,10424133,1374696156,0,765.99,4309.54,126.50,2026-04-06T01:43:45Z
284
  2017,9,comments,167,83165192,7682288039,0,0.00,10118.71,595.58,2026-04-06T04:32:23Z
285
  2017,9,submissions,20,9787604,1290494532,0,0.00,3906.39,91.17,2026-04-06T05:37:30Z
286
+ 2017,10,comments,172,85828912,7852900050,0,2573.75,11301.52,589.25,2026-04-06T08:45:51Z
287
+ 2017,10,submissions,21,10281718,1341306336,0,1331.14,4044.27,0.00,2026-04-06T09:53:16Z
288
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
289
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
290
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z