tamnd commited on
Commit
cfbd03c
·
verified ·
1 Parent(s): 1a16a6f

Add comments/2013-02 (55 shards, 27.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 **1.8B items** (522.2M comments, 1.2B submissions) in **194.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
 
@@ -94,7 +94,7 @@ states.json live pipeline state (updated every ~5 min)
94
  2010 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 48.5M
95
  2011 ██████████████░░░░░░░░░░░░░░░░ 123.3M
96
  2012 ██████████████████████████████ 260.3M
97
- 2013 ███████░░░░░░░░░░░░░░░░░░░░░░░ 61.1M
98
  ```
99
 
100
  **Submissions**
@@ -227,28 +227,27 @@ huggingface-cli download open-index/arctic \
227
 
228
  | Type | Months | Rows | Parquet Size |
229
  |------|-------:|-----:|-------------:|
230
- | comments | 87 | 522.2M | 42.9 GB |
231
  | submissions | 125 | 1.2B | 151.5 GB |
232
- | **Total** | **87** | **1.8B** | **194.4 GB** |
233
 
234
  ### Coverage
235
 
236
- Processing **212** of **486** (month, type) pairs from **2005-12** through **2026-02**.
237
 
238
  | Metric | Size |
239
  |--------|-----:|
240
  | Total .zst archive | 3.6 TB |
241
- | Processed (.zst) | 506.9 GB |
242
  | Remaining (.zst) | 3.1 TB |
243
 
244
- ### Remaining months (274 pairs)
245
 
246
  <details>
247
  <summary>Click to expand remaining months table</summary>
248
 
249
  | Month | Type | .zst Size |
250
  |-------|------|----------:|
251
- | 2013-02 | comments | 2.4 GB |
252
  | 2013-04 | comments | 2.9 GB |
253
  | 2013-05 | comments | 2.9 GB |
254
  | 2013-06 | comments | 2.8 GB |
@@ -528,7 +527,7 @@ Processing **212** of **486** (month, type) pairs from **2005-12** through **202
528
  ### Monthly breakdown
529
 
530
  <details>
531
- <summary>Click to expand full monthly table (87 comment months + 125 submission months)</summary>
532
 
533
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
534
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -704,6 +703,7 @@ Processing **212** of **486** (month, type) pairs from **2005-12** through **202
704
  | 2012-12 | submissions | 444.0 MB | 1m17s | 13m35s | 1m27s | 6 | 2,735,743 | 324.8 MB |
705
  | 2013-01 | comments | 2.6 GB | 34m20s | 246m41s | 7m59s | 61 | 30,365,867 | 2.5 GB |
706
  | 2013-01 | submissions | 522.7 MB | 8m49s | 28m60s | 2m57s | 7 | 3,134,862 | 371.4 MB |
 
707
  | 2013-02 | submissions | 476.8 MB | 3m38s | 16m45s | 1m13s | 6 | 2,886,631 | 346.7 MB |
708
  | 2013-03 | comments | 2.7 GB | 14m04s | 173m12s | - | 62 | 30,771,274 | 2.5 GB |
709
  | 2013-03 | submissions | 534.8 MB | 2m12s | 19m46s | 2m06s | 7 | 3,201,525 | 392.5 MB |
@@ -775,14 +775,16 @@ ORDER BY year, month, type;
775
 
776
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 54 GB free). Auto-updated every ~5 minutes.
777
 
778
- **Started:** 2026-03-26 00:16 UTC / **Elapsed:** 6h 49m / **Committed this session:** 2
779
 
780
  ### Active Workers
781
 
782
  | Stage | Month | Type | Progress |
783
  |-------|-------|------|----------|
784
- | Processing | 2013-02 | comments | shard 52 · 26.0M rows · 62.3K rows/s |
785
- | Processing | 2013-04 | comments | starting... |
 
 
786
 
787
 
788
  ### Throughput
@@ -790,9 +792,9 @@ ORDER BY year, month, type;
790
  | Metric | Value |
791
  |--------|------:|
792
  | Download | 11 Mbps avg |
793
- | Processing | 2.6K rows/s avg |
794
  | Upload | 437.7s per commit avg |
795
- | ETA | 2026-04-26 05:23 UTC |
796
 
797
  ### Progress
798
 
@@ -804,7 +806,7 @@ ORDER BY year, month, type;
804
  | Rows processed | 56.4M |
805
  | Data committed | 4.6 GB |
806
 
807
- *Last update: 2026-03-26 07:05 UTC*
808
 
809
 
810
  # Dataset card for Arctic Shift Reddit Archive
@@ -988,4 +990,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
988
 
989
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
990
 
991
- *Last updated: 2026-03-26 07:06 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 **1.8B items** (549.4M comments, 1.2B submissions) in **196.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
 
 
94
  2010 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 48.5M
95
  2011 ██████████████░░░░░░░░░░░░░░░░ 123.3M
96
  2012 ██████████████████████████████ 260.3M
97
+ 2013 ██████████░░░░░░░░░░░░░░░░░░░░ 88.4M
98
  ```
99
 
100
  **Submissions**
 
227
 
228
  | Type | Months | Rows | Parquet Size |
229
  |------|-------:|-----:|-------------:|
230
+ | comments | 88 | 549.4M | 45.2 GB |
231
  | submissions | 125 | 1.2B | 151.5 GB |
232
+ | **Total** | **88** | **1.8B** | **196.6 GB** |
233
 
234
  ### Coverage
235
 
236
+ Processing **213** of **486** (month, type) pairs from **2005-12** through **2026-02**.
237
 
238
  | Metric | Size |
239
  |--------|-----:|
240
  | Total .zst archive | 3.6 TB |
241
+ | Processed (.zst) | 509.2 GB |
242
  | Remaining (.zst) | 3.1 TB |
243
 
244
+ ### Remaining months (273 pairs)
245
 
246
  <details>
247
  <summary>Click to expand remaining months table</summary>
248
 
249
  | Month | Type | .zst Size |
250
  |-------|------|----------:|
 
251
  | 2013-04 | comments | 2.9 GB |
252
  | 2013-05 | comments | 2.9 GB |
253
  | 2013-06 | comments | 2.8 GB |
 
527
  ### Monthly breakdown
528
 
529
  <details>
530
+ <summary>Click to expand full monthly table (88 comment months + 125 submission months)</summary>
531
 
532
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
533
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
703
  | 2012-12 | submissions | 444.0 MB | 1m17s | 13m35s | 1m27s | 6 | 2,735,743 | 324.8 MB |
704
  | 2013-01 | comments | 2.6 GB | 34m20s | 246m41s | 7m59s | 61 | 30,365,867 | 2.5 GB |
705
  | 2013-01 | submissions | 522.7 MB | 8m49s | 28m60s | 2m57s | 7 | 3,134,862 | 371.4 MB |
706
+ | 2013-02 | comments | 2.4 GB | - | 279m03s | - | 55 | 27,213,960 | 2.2 GB |
707
  | 2013-02 | submissions | 476.8 MB | 3m38s | 16m45s | 1m13s | 6 | 2,886,631 | 346.7 MB |
708
  | 2013-03 | comments | 2.7 GB | 14m04s | 173m12s | - | 62 | 30,771,274 | 2.5 GB |
709
  | 2013-03 | submissions | 534.8 MB | 2m12s | 19m46s | 2m06s | 7 | 3,201,525 | 392.5 MB |
 
775
 
776
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 54 GB free). Auto-updated every ~5 minutes.
777
 
778
+ **Started:** 2026-03-26 00:16 UTC / **Elapsed:** 7h 4m / **Committed this session:** 2
779
 
780
  ### Active Workers
781
 
782
  | Stage | Month | Type | Progress |
783
  |-------|-------|------|----------|
784
+ | Downloading | 2013-09 | comments | 757.9 MB / 2.8 GB (26%) |
785
+ | Processing | 2013-04 | comments | shard 9 · 4.5M rows · 40.1K rows/s |
786
+ | Processing | 2013-05 | comments | starting... |
787
+ | Uploading | 2013-02 | comments | 55 shards · 27.2M rows · committing |
788
 
789
 
790
  ### Throughput
 
792
  | Metric | Value |
793
  |--------|------:|
794
  | Download | 11 Mbps avg |
795
+ | Processing | 2.3K rows/s avg |
796
  | Upload | 437.7s per commit avg |
797
+ | ETA | 2026-05-05 00:07 UTC |
798
 
799
  ### Progress
800
 
 
806
  | Rows processed | 56.4M |
807
  | Data committed | 4.6 GB |
808
 
809
+ *Last update: 2026-03-26 07:20 UTC*
810
 
811
 
812
  # Dataset card for Arctic Shift Reddit Archive
 
990
 
991
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
992
 
993
+ *Last updated: 2026-03-26 07:20 UTC*
data/comments/2013/02/050.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1d23fc4015904249fbdce0a5296290984b41253635e3bc3a7ffc41834538869
3
+ size 43164746
data/comments/2013/02/051.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ca0248650d5c451fce5b4b55a07ebae14a1dbb9cb0df3af7793b5f1350d14f3
3
+ size 45997848
data/comments/2013/02/052.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d20c9a2faf03cb96735e23ad0de8f8eb726a891f6a05b6ac969aeb45b5e112ec
3
+ size 41912104
data/comments/2013/02/053.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:268c6f2a97991c9e8c091f992e99c846471089be3fbe96f2a50fc8e23b8d4f13
3
+ size 45318973
data/comments/2013/02/054.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa190c5a1d287eab1a99125d6b7ce5d9c3873997bb22c2fb1fb696b38ee44f44
3
+ size 18839230
states.json CHANGED
@@ -1,14 +1,12 @@
1
  {
2
  "session_id": "2026-03-26T00:16:57Z",
3
  "started_at": "2026-03-26T00:16:57.722166757Z",
4
- "updated_at": "2026-03-26T07:05:52.685123761Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2013-02",
8
  "type": "comments",
9
- "phase": "processing",
10
- "shard": 19,
11
- "rows": 9500000
12
  },
13
  "hardware": {
14
  "hostname": "vmi3112167",
@@ -30,31 +28,47 @@
30
  "sequential": false
31
  },
32
  "pipeline": {
33
- "downloading": null,
 
 
 
 
 
 
 
 
34
  "processing": [
35
  {
36
- "ym": "2013-02",
37
  "type": "comments",
38
- "shard": 52,
39
- "rows": 26000000,
40
- "rows_per_sec": 62337.142073493735,
41
  "phase": "processing"
42
  },
43
  {
44
- "ym": "2013-04",
45
  "type": "comments",
46
  "phase": "processing"
47
  }
48
  ],
49
- "uploading": null,
 
 
 
 
 
 
 
 
50
  "queued_for_process": 0,
51
  "queued_for_upload": 0
52
  },
53
  "throughput": {
54
  "avg_download_mbps": 10.514047518578975,
55
- "avg_process_rows_per_sec": 2632.5155819095944,
56
  "avg_upload_sec_per_commit": 437.705052271,
57
- "estimated_completion": "2026-04-26T07:23:31.633940409+02:00"
58
  },
59
  "stats": {
60
  "committed": 2,
 
1
  {
2
  "session_id": "2026-03-26T00:16:57Z",
3
  "started_at": "2026-03-26T00:16:57.722166757Z",
4
+ "updated_at": "2026-03-26T07:20:57.534443302Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2013-02",
8
  "type": "comments",
9
+ "phase": "committing"
 
 
10
  },
11
  "hardware": {
12
  "hostname": "vmi3112167",
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
32
+ {
33
+ "ym": "2013-09",
34
+ "type": "comments",
35
+ "bytes_done": 794681578,
36
+ "bytes_total": 3022669824,
37
+ "phase": "downloading"
38
+ }
39
+ ],
40
  "processing": [
41
  {
42
+ "ym": "2013-04",
43
  "type": "comments",
44
+ "shard": 9,
45
+ "rows": 4500000,
46
+ "rows_per_sec": 40070.0040601733,
47
  "phase": "processing"
48
  },
49
  {
50
+ "ym": "2013-05",
51
  "type": "comments",
52
  "phase": "processing"
53
  }
54
  ],
55
+ "uploading": [
56
+ {
57
+ "ym": "2013-02",
58
+ "type": "comments",
59
+ "rows": 27213960,
60
+ "shards": 55,
61
+ "phase": "committing"
62
+ }
63
+ ],
64
  "queued_for_process": 0,
65
  "queued_for_upload": 0
66
  },
67
  "throughput": {
68
  "avg_download_mbps": 10.514047518578975,
69
+ "avg_process_rows_per_sec": 2296.797939700537,
70
  "avg_upload_sec_per_commit": 437.705052271,
71
+ "estimated_completion": "2026-05-05T02:07:33.891898108+02:00"
72
  },
73
  "stats": {
74
  "committed": 2,
stats.csv CHANGED
@@ -169,8 +169,9 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
169
  2012,11,submissions,6,2706118,337122607,463025195,276.58,1453.12,131.56,2026-03-21T13:05:49Z
170
  2012,12,comments,53,26080276,2264403053,2412278660,0.00,8115.89,396.70,2026-03-26T02:32:13Z
171
  2012,12,submissions,6,2735743,340623071,465544475,76.77,814.90,87.27,2026-03-21T12:51:55Z
172
- 2013,1,comments,61,30365867,2638399119,2819796352,2060.17,14801.44,0.00,2026-03-26T04:57:59Z
173
  2013,1,submissions,7,3134862,389466828,548053284,528.58,1739.87,176.93,2026-03-21T13:43:44Z
 
174
  2013,2,submissions,6,2886631,363543971,500010070,217.65,1004.59,72.62,2026-03-21T13:26:24Z
175
  2013,3,comments,62,30771274,2670834127,2885993276,844.40,10391.67,0.00,2026-03-26T00:09:30Z
176
  2013,3,submissions,7,3201525,411563386,560773875,131.87,1186.33,126.49,2026-03-21T14:05:50Z
 
169
  2012,11,submissions,6,2706118,337122607,463025195,276.58,1453.12,131.56,2026-03-21T13:05:49Z
170
  2012,12,comments,53,26080276,2264403053,2412278660,0.00,8115.89,396.70,2026-03-26T02:32:13Z
171
  2012,12,submissions,6,2735743,340623071,465544475,76.77,814.90,87.27,2026-03-21T12:51:55Z
172
+ 2013,1,comments,61,30365867,2638399119,2819796352,2060.17,14801.44,478.71,2026-03-26T04:57:59Z
173
  2013,1,submissions,7,3134862,389466828,548053284,528.58,1739.87,176.93,2026-03-21T13:43:44Z
174
+ 2013,2,comments,55,27213960,2379176859,2546964232,0.00,16743.32,0.00,2026-03-26T07:11:16Z
175
  2013,2,submissions,6,2886631,363543971,500010070,217.65,1004.59,72.62,2026-03-21T13:26:24Z
176
  2013,3,comments,62,30771274,2670834127,2885993276,844.40,10391.67,0.00,2026-03-26T00:09:30Z
177
  2013,3,submissions,7,3201525,411563386,560773875,131.87,1186.33,126.49,2026-03-21T14:05:50Z