tamnd commited on
Commit
178601c
·
verified ·
1 Parent(s): bace73f

Add comments/2013-04 (67 shards, 33.3M 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** (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,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 ██████████░░░░░░░░░░░░░░░░░░░░ 88.4M
98
  ```
99
 
100
  **Submissions**
@@ -227,28 +227,27 @@ huggingface-cli download open-index/arctic \
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 |
254
  | 2013-07 | comments | 3.1 GB |
@@ -527,7 +526,7 @@ Processing **213** of **486** (month, type) pairs from **2005-12** through **202
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
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -707,6 +706,7 @@ Processing **213** of **486** (month, type) pairs from **2005-12** through **202
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 |
 
710
  | 2013-04 | submissions | 563.0 MB | 3m41s | 38m37s | 3m16s | 7 | 3,376,188 | 412.2 MB |
711
  | 2013-05 | submissions | 551.8 MB | 5m18s | 48m28s | 2m29s | 7 | 3,261,976 | 411.0 MB |
712
  | 2013-06 | submissions | 550.7 MB | 2m44s | 23m23s | 2m04s | 7 | 3,189,490 | 413.1 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:** 9h 38m / **Committed this session:** 3
779
 
780
  ### Active Workers
781
 
782
  | Stage | Month | Type | Progress |
783
  |-------|-------|------|----------|
784
- | Processing | 2013-04 | comments | shard 64 · 32.0M rows · 53.0K rows/s |
785
  | Processing | 2013-05 | 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.3K rows/s avg |
794
  | Upload | 498.3s per commit avg |
795
- | ETA | 2026-04-23 17:06 UTC |
796
 
797
  ### Progress
798
 
@@ -804,7 +806,7 @@ ORDER BY year, month, type;
804
  | Rows processed | 83.7M |
805
  | Data committed | 6.8 GB |
806
 
807
- *Last update: 2026-03-26 09:54 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 09:56 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** (582.7M comments, 1.2B submissions) in **199.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
 
 
94
  2010 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 48.5M
95
  2011 ██████████████░░░░░░░░░░░░░░░░ 123.3M
96
  2012 ██████████████████████████████ 260.3M
97
+ 2013 ██████████████░░░░░░░░░░░░░░░░ 121.6M
98
  ```
99
 
100
  **Submissions**
 
227
 
228
  | Type | Months | Rows | Parquet Size |
229
  |------|-------:|-----:|-------------:|
230
+ | comments | 89 | 582.7M | 47.8 GB |
231
  | submissions | 125 | 1.2B | 151.5 GB |
232
+ | **Total** | **89** | **1.8B** | **199.3 GB** |
233
 
234
  ### Coverage
235
 
236
+ Processing **214** 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) | 512.1 GB |
242
  | Remaining (.zst) | 3.1 TB |
243
 
244
+ ### Remaining months (272 pairs)
245
 
246
  <details>
247
  <summary>Click to expand remaining months table</summary>
248
 
249
  | Month | Type | .zst Size |
250
  |-------|------|----------:|
 
251
  | 2013-05 | comments | 2.9 GB |
252
  | 2013-06 | comments | 2.8 GB |
253
  | 2013-07 | comments | 3.1 GB |
 
526
  ### Monthly breakdown
527
 
528
  <details>
529
+ <summary>Click to expand full monthly table (89 comment months + 125 submission months)</summary>
530
 
531
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
532
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
706
  | 2013-02 | submissions | 476.8 MB | 3m38s | 16m45s | 1m13s | 6 | 2,886,631 | 346.7 MB |
707
  | 2013-03 | comments | 2.7 GB | 14m04s | 173m12s | - | 62 | 30,771,274 | 2.5 GB |
708
  | 2013-03 | submissions | 534.8 MB | 2m12s | 19m46s | 2m06s | 7 | 3,201,525 | 392.5 MB |
709
+ | 2013-04 | comments | 2.9 GB | 35m31s | 303m11s | - | 67 | 33,259,557 | 2.7 GB |
710
  | 2013-04 | submissions | 563.0 MB | 3m41s | 38m37s | 3m16s | 7 | 3,376,188 | 412.2 MB |
711
  | 2013-05 | submissions | 551.8 MB | 5m18s | 48m28s | 2m29s | 7 | 3,261,976 | 411.0 MB |
712
  | 2013-06 | submissions | 550.7 MB | 2m44s | 23m23s | 2m04s | 7 | 3,189,490 | 413.1 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:** 9h 54m / **Committed this session:** 3
779
 
780
  ### Active Workers
781
 
782
  | Stage | Month | Type | Progress |
783
  |-------|-------|------|----------|
784
+ | Downloading | 2013-10 | comments | 644.5 MB / 3.1 GB (20%) |
785
  | Processing | 2013-05 | comments | starting... |
786
+ | Processing | 2013-06 | comments | starting... |
787
+ | Uploading | 2013-04 | comments | 67 shards · 33.3M rows · committing |
788
 
789
 
790
  ### Throughput
 
792
  | Metric | Value |
793
  |--------|------:|
794
  | Download | 11 Mbps avg |
795
+ | Processing | 2.2K rows/s avg |
796
  | Upload | 498.3s per commit avg |
797
+ | ETA | 2026-05-02 14:33 UTC |
798
 
799
  ### Progress
800
 
 
806
  | Rows processed | 83.7M |
807
  | Data committed | 6.8 GB |
808
 
809
+ *Last update: 2026-03-26 10:10 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 10:10 UTC*
data/comments/2013/04/060.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cbb6742e92f73c7b82fdf690e71cc1d3afe342910895ea743787a86c4d5f49b
3
+ size 42097341
data/comments/2013/04/061.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40d73c6cba48b56c9021a866a72d5e603ba84f07a1e65f3740a8b439370c7a6e
3
+ size 42524009
data/comments/2013/04/062.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ff88931871f0b7b371436e06f058befbd0ef01e1fb5ef02acf0c7884678ed18
3
+ size 43007782
data/comments/2013/04/063.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00471a7aa792c4d053bdceff2aae15624bceb6c034cb24f2b5a7fe3375cdb697
3
+ size 45851738
data/comments/2013/04/064.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d591a5d51934b0f073964e9e9749e690eb577b1f040927c99acf2110d696d986
3
+ size 42273796
data/comments/2013/04/065.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d282098a1c2aa4ac01523de3743bd12c0724e7b658cd58ab238edbe3d01f259
3
+ size 46419426
data/comments/2013/04/066.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60a9e324a1cf46e09b576163c3762d53775fbb7b14bc54c4bb1d470a79399f6f
3
+ size 23081973
stats.csv CHANGED
@@ -171,10 +171,11 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
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
 
178
  2013,4,submissions,7,3376188,432218566,590398173,221.48,2317.32,195.86,2026-03-21T14:26:13Z
179
  2013,5,submissions,7,3261976,430959370,578626570,318.40,2907.95,148.62,2026-03-21T15:20:01Z
180
  2013,6,submissions,7,3189490,433117409,577426173,164.33,1402.89,124.40,2026-03-21T14:52:32Z
 
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,619.51,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
178
+ 2013,4,comments,67,33259557,2849345292,3082900366,2130.71,18190.54,0.00,2026-03-26T10:01:09Z
179
  2013,4,submissions,7,3376188,432218566,590398173,221.48,2317.32,195.86,2026-03-21T14:26:13Z
180
  2013,5,submissions,7,3261976,430959370,578626570,318.40,2907.95,148.62,2026-03-21T15:20:01Z
181
  2013,6,submissions,7,3189490,433117409,577426173,164.33,1402.89,124.40,2026-03-21T14:52:32Z