tamnd commited on
Commit
ca3ff8e
·
verified ·
1 Parent(s): 0c5a905

Add comments/2020-11 (373 shards, 186.1M 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 **10.7B items** (8.5B comments, 2.2B submissions) in **966.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
 
@@ -92,16 +92,16 @@ 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 ████████░░░░░░░░░░░░░░░░░░░░░░ 531.8M
99
- 2015 ██████████░░░░░░░░░░░░░░░░░░░ 667.8M
100
- 2016 ████████████░░░░░░░░░░░░░░░░░ 799.9M
101
- 2017 ████████████████░░░░░░░░░░░░░░ 972.9M
102
- 2018 ████████████████████░░░░░░░░░░ 1.2B
103
- 2019 ███████████████████████████░░░ 1.7B
104
- 2020 ██████████████████████████████ 1.8B
105
  ```
106
 
107
  **Submissions**
@@ -238,14 +238,14 @@ huggingface-cli download open-index/arctic \
238
 
239
  | Type | Months | Rows | Parquet Size |
240
  |------|-------:|-----:|-------------:|
241
- | comments | 179 | 8.5B | 703.2 GB |
242
  | submissions | 206 | 2.2B | 263.6 GB |
243
- | **Total** | **179** | **10.7B** | **966.9 GB** |
244
 
245
  ### Monthly breakdown
246
 
247
  <details>
248
- <summary>Click to expand full monthly table (179 comment months + 206 submission months)</summary>
249
 
250
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
251
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -607,6 +607,7 @@ huggingface-cli download open-index/arctic \
607
  | 2020-09 | submissions | - | 27m57s | 395m55s | 5m22s | 56 | 27,814,712 | 2.7 GB |
608
  | 2020-10 | comments | - | 68m57s | 1123m44s | 34m16s | 374 | 186,583,890 | 14.6 GB |
609
  | 2020-10 | submissions | - | - | 529m21s | 6m01s | 58 | 28,659,441 | 2.8 GB |
 
610
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
611
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
612
  | 2024-02 | submissions | 15.2 GB | 111m14s | 119m06s | 23m35s | 79 | 39,030,731 | 4.4 GB |
@@ -665,13 +666,15 @@ ORDER BY year, month, type;
665
 
666
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 45 GB free). Auto-updated every ~5 minutes.
667
 
668
- **Started:** 2026-04-21 07:49 UTC / **Elapsed:** 49h 20m / **Committed this session:** 2
669
 
670
  ### Active Workers
671
 
672
  | Stage | Month | Type | Progress |
673
  |-------|-------|------|----------|
674
- | Processing | 2020-11 | comments | shard 366 · 183.0M rows · 110.5K rows/s |
 
 
675
 
676
 
677
  ### Throughput
@@ -679,9 +682,9 @@ ORDER BY year, month, type;
679
  | Metric | Value |
680
  |--------|------:|
681
  | Download | 41 Mbps avg |
682
- | Processing | 1.8K rows/s avg |
683
  | Upload | 1208.4s per commit avg |
684
- | ETA | 2026-06-25 00:45 UTC |
685
 
686
  ### Progress
687
 
@@ -693,7 +696,7 @@ ORDER BY year, month, type;
693
  | Rows processed | 215.2M |
694
  | Data committed | 17.4 GB |
695
 
696
- *Last update: 2026-04-23 09:08 UTC*
697
 
698
 
699
  # Dataset card for Arctic Shift Reddit Archive
@@ -877,4 +880,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
877
 
878
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
879
 
880
- *Last updated: 2026-04-23 09:09 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 **10.9B items** (8.7B comments, 2.2B submissions) in **981.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
 
 
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 ████████░░░░░░░░░░░░░░░░░░░░░░ 531.8M
99
+ 2015 ██████████░░░░░░░░░░░░░░░░░░░ 667.8M
100
+ 2016 ████████████░░░░░░░░░░░░░░░░░ 799.9M
101
+ 2017 ██████████████░░░░░░░░░░░░░░░░ 972.9M
102
+ 2018 ██████████████████░░░░░░░░░░░░ 1.2B
103
+ 2019 █████████████████████████░░░░░ 1.7B
104
+ 2020 ██████████████████████████████ 2.0B
105
  ```
106
 
107
  **Submissions**
 
238
 
239
  | Type | Months | Rows | Parquet Size |
240
  |------|-------:|-----:|-------------:|
241
+ | comments | 180 | 8.7B | 717.6 GB |
242
  | submissions | 206 | 2.2B | 263.6 GB |
243
+ | **Total** | **180** | **10.9B** | **981.2 GB** |
244
 
245
  ### Monthly breakdown
246
 
247
  <details>
248
+ <summary>Click to expand full monthly table (180 comment months + 206 submission months)</summary>
249
 
250
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
251
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
607
  | 2020-09 | submissions | - | 27m57s | 395m55s | 5m22s | 56 | 27,814,712 | 2.7 GB |
608
  | 2020-10 | comments | - | 68m57s | 1123m44s | 34m16s | 374 | 186,583,890 | 14.6 GB |
609
  | 2020-10 | submissions | - | - | 529m21s | 6m01s | 58 | 28,659,441 | 2.8 GB |
610
+ | 2020-11 | comments | - | 44m30s | 1212m44s | - | 373 | 186,083,723 | 14.3 GB |
611
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
612
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
613
  | 2024-02 | submissions | 15.2 GB | 111m14s | 119m06s | 23m35s | 79 | 39,030,731 | 4.4 GB |
 
666
 
667
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 45 GB free). Auto-updated every ~5 minutes.
668
 
669
+ **Started:** 2026-04-21 07:49 UTC / **Elapsed:** 49h 40m / **Committed this session:** 2
670
 
671
  ### Active Workers
672
 
673
  | Stage | Month | Type | Progress |
674
  |-------|-------|------|----------|
675
+ | Downloading | 2021-01 | comments | connecting... |
676
+ | Processing | 2020-11 | submissions | shard 1 · 500.0K rows · 49.9K rows/s |
677
+ | Uploading | 2020-11 | comments | 373 shards · 186.1M rows · committing |
678
 
679
 
680
  ### Throughput
 
682
  | Metric | Value |
683
  |--------|------:|
684
  | Download | 41 Mbps avg |
685
+ | Processing | 2.1K rows/s avg |
686
  | Upload | 1208.4s per commit avg |
687
+ | ETA | 2026-08-10 00:28 UTC |
688
 
689
  ### Progress
690
 
 
696
  | Rows processed | 215.2M |
697
  | Data committed | 17.4 GB |
698
 
699
+ *Last update: 2026-04-23 09:28 UTC*
700
 
701
 
702
  # Dataset card for Arctic Shift Reddit Archive
 
880
 
881
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
882
 
883
+ *Last updated: 2026-04-23 09:29 UTC*
data/comments/2020/11/370.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6805ff6f7555f6cd0d36855798688fa1b065b19efcc8edca8a37356862c003b9
3
+ size 43065513
data/comments/2020/11/371.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6330b892a42ce0f415ba03bcb758b7a3d9adab17573845e3921fcfd4d43ab056
3
+ size 43055795
data/comments/2020/11/372.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c70bfde489a185a5a788ffca4488a990f836e91653faa0d63ab4935f74ec29f2
3
+ size 7126294
states.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
  "session_id": "2026-04-21T07:49:04Z",
3
  "started_at": "2026-04-21T07:49:04.220133346Z",
4
- "updated_at": "2026-04-23T09:08:52.120734131Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2020-11",
8
  "type": "comments",
9
- "phase": "processing"
10
  },
11
  "hardware": {
12
  "hostname": "doge-01",
@@ -28,26 +28,40 @@
28
  "sequential": false
29
  },
30
  "pipeline": {
31
- "downloading": null,
 
 
 
 
 
 
32
  "processing": [
33
  {
34
  "ym": "2020-11",
35
- "type": "comments",
36
- "shard": 366,
37
- "rows": 183000000,
38
- "rows_per_sec": 110476.70223289396,
39
  "phase": "processing"
40
  }
41
  ],
42
- "uploading": null,
 
 
 
 
 
 
 
 
43
  "queued_for_process": 0,
44
  "queued_for_upload": 0
45
  },
46
  "throughput": {
47
  "avg_download_mbps": 40.63438484722891,
48
- "avg_process_rows_per_sec": 1834.8364424659023,
49
  "avg_upload_sec_per_commit": 1208.4112619060002,
50
- "estimated_completion": "2026-06-25T08:45:17.36748597+08:00"
51
  },
52
  "stats": {
53
  "committed": 2,
 
1
  {
2
  "session_id": "2026-04-21T07:49:04Z",
3
  "started_at": "2026-04-21T07:49:04.220133346Z",
4
+ "updated_at": "2026-04-23T09:28:57.149906195Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2020-11",
8
  "type": "comments",
9
+ "phase": "committing"
10
  },
11
  "hardware": {
12
  "hostname": "doge-01",
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
32
+ {
33
+ "ym": "2021-01",
34
+ "type": "comments",
35
+ "phase": "downloading"
36
+ }
37
+ ],
38
  "processing": [
39
  {
40
  "ym": "2020-11",
41
+ "type": "submissions",
42
+ "shard": 1,
43
+ "rows": 500000,
44
+ "rows_per_sec": 49880.091611707605,
45
  "phase": "processing"
46
  }
47
  ],
48
+ "uploading": [
49
+ {
50
+ "ym": "2020-11",
51
+ "type": "comments",
52
+ "rows": 186083723,
53
+ "shards": 373,
54
+ "phase": "committing"
55
+ }
56
+ ],
57
  "queued_for_process": 0,
58
  "queued_for_upload": 0
59
  },
60
  "throughput": {
61
  "avg_download_mbps": 40.63438484722891,
62
+ "avg_process_rows_per_sec": 2075.680740769324,
63
  "avg_upload_sec_per_commit": 1208.4112619060002,
64
+ "estimated_completion": "2026-08-10T08:28:49.107512342+08:00"
65
  },
66
  "stats": {
67
  "committed": 2,
stats.csv CHANGED
@@ -356,7 +356,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
356
  2020,9,comments,366,182549761,15427140732,0,6324.23,57293.08,1547.39,2026-04-19T12:10:30Z
357
  2020,9,submissions,56,27814712,2901416398,0,1677.16,23754.64,321.80,2026-04-19T18:46:24Z
358
  2020,10,comments,374,186583890,15692520048,0,4136.94,67424.00,2056.22,2026-04-22T03:41:45Z
359
- 2020,10,submissions,58,28659441,2983937807,0,0.00,31760.84,0.00,2026-04-22T12:31:06Z
 
360
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
361
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z
362
  2024,2,submissions,79,39030731,4768610108,16302547460,6673.78,7146.26,1414.79,2026-03-19T21:01:15Z
 
356
  2020,9,comments,366,182549761,15427140732,0,6324.23,57293.08,1547.39,2026-04-19T12:10:30Z
357
  2020,9,submissions,56,27814712,2901416398,0,1677.16,23754.64,321.80,2026-04-19T18:46:24Z
358
  2020,10,comments,374,186583890,15692520048,0,4136.94,67424.00,2056.22,2026-04-22T03:41:45Z
359
+ 2020,10,submissions,58,28659441,2983937807,0,0.00,31760.84,360.60,2026-04-22T12:31:06Z
360
+ 2020,11,comments,373,186083723,15385557819,0,2670.49,72763.73,0.00,2026-04-23T09:28:30Z
361
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
362
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z
363
  2024,2,submissions,79,39030731,4768610108,16302547460,6673.78,7146.26,1414.79,2026-03-19T21:01:15Z