tamnd commited on
Commit
20eee4c
·
verified ·
1 Parent(s): 9b36034

Add comments/2013-05 (67 shards, 33.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 **1.8B items** (615.3M comments, 1.2B submissions) in **202.0 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 █████████████████░░░░░░░░░░░░░ 154.3M
98
  ```
99
 
100
  **Submissions**
@@ -227,28 +227,27 @@ huggingface-cli download open-index/arctic \
227
 
228
  | Type | Months | Rows | Parquet Size |
229
  |------|-------:|-----:|-------------:|
230
- | comments | 90 | 615.3M | 50.5 GB |
231
  | submissions | 125 | 1.2B | 151.5 GB |
232
- | **Total** | **90** | **1.8B** | **202.0 GB** |
233
 
234
  ### Coverage
235
 
236
- Processing **215** 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) | 514.9 GB |
242
  | Remaining (.zst) | 3.1 TB |
243
 
244
- ### Remaining months (271 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-07 | comments | 3.1 GB |
253
  | 2013-08 | comments | 3.1 GB |
254
  | 2013-09 | comments | 2.8 GB |
@@ -525,7 +524,7 @@ Processing **215** of **486** (month, type) pairs from **2005-12** through **202
525
  ### Monthly breakdown
526
 
527
  <details>
528
- <summary>Click to expand full monthly table (90 comment months + 125 submission months)</summary>
529
 
530
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
531
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -707,6 +706,7 @@ Processing **215** of **486** (month, type) pairs from **2005-12** through **202
707
  | 2013-03 | submissions | 534.8 MB | 2m12s | 19m46s | 2m06s | 7 | 3,201,525 | 392.5 MB |
708
  | 2013-04 | comments | 2.9 GB | 35m31s | 303m11s | 10m13s | 67 | 33,259,557 | 2.7 GB |
709
  | 2013-04 | submissions | 563.0 MB | 3m41s | 38m37s | 3m16s | 7 | 3,376,188 | 412.2 MB |
 
710
  | 2013-05 | submissions | 551.8 MB | 5m18s | 48m28s | 2m29s | 7 | 3,261,976 | 411.0 MB |
711
  | 2013-06 | comments | 2.8 GB | 28m56s | 155m23s | 8m08s | 66 | 32,648,247 | 2.7 GB |
712
  | 2013-06 | submissions | 550.7 MB | 2m44s | 23m23s | 2m04s | 7 | 3,189,490 | 413.1 MB |
@@ -775,24 +775,25 @@ 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:** 15h 9m / **Committed this session:** 5
779
 
780
  ### Active Workers
781
 
782
  | Stage | Month | Type | Progress |
783
  |-------|-------|------|----------|
784
- | Processing | 2013-05 | comments | shard 62 · 31.0M rows · 123.2K rows/s |
785
  | Processing | 2013-07 | comments | starting... |
 
 
786
 
787
 
788
  ### Throughput
789
 
790
  | Metric | Value |
791
  |--------|------:|
792
- | Download | 12 Mbps avg |
793
- | Processing | 2.4K rows/s avg |
794
  | Upload | 519.1s per commit avg |
795
- | ETA | 2026-04-25 17:24 UTC |
796
 
797
  ### Progress
798
 
@@ -804,7 +805,7 @@ ORDER BY year, month, type;
804
  | Rows processed | 149.6M |
805
  | Data committed | 12.1 GB |
806
 
807
- *Last update: 2026-03-26 15:25 UTC*
808
 
809
 
810
  # Dataset card for Arctic Shift Reddit Archive
@@ -988,4 +989,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 15:26 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.9B items** (648.5M comments, 1.2B submissions) in **204.7 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 █████████████████████░░░░░░░░░ 187.4M
98
  ```
99
 
100
  **Submissions**
 
227
 
228
  | Type | Months | Rows | Parquet Size |
229
  |------|-------:|-----:|-------------:|
230
+ | comments | 91 | 648.5M | 53.2 GB |
231
  | submissions | 125 | 1.2B | 151.5 GB |
232
+ | **Total** | **91** | **1.9B** | **204.7 GB** |
233
 
234
  ### Coverage
235
 
236
+ Processing **216** 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) | 517.8 GB |
242
  | Remaining (.zst) | 3.1 TB |
243
 
244
+ ### Remaining months (270 pairs)
245
 
246
  <details>
247
  <summary>Click to expand remaining months table</summary>
248
 
249
  | Month | Type | .zst Size |
250
  |-------|------|----------:|
 
251
  | 2013-07 | comments | 3.1 GB |
252
  | 2013-08 | comments | 3.1 GB |
253
  | 2013-09 | comments | 2.8 GB |
 
524
  ### Monthly breakdown
525
 
526
  <details>
527
+ <summary>Click to expand full monthly table (91 comment months + 125 submission months)</summary>
528
 
529
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
530
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
706
  | 2013-03 | submissions | 534.8 MB | 2m12s | 19m46s | 2m06s | 7 | 3,201,525 | 392.5 MB |
707
  | 2013-04 | comments | 2.9 GB | 35m31s | 303m11s | 10m13s | 67 | 33,259,557 | 2.7 GB |
708
  | 2013-04 | submissions | 563.0 MB | 3m41s | 38m37s | 3m16s | 7 | 3,376,188 | 412.2 MB |
709
+ | 2013-05 | comments | 2.9 GB | 30m17s | 302m19s | - | 67 | 33,126,225 | 2.7 GB |
710
  | 2013-05 | submissions | 551.8 MB | 5m18s | 48m28s | 2m29s | 7 | 3,261,976 | 411.0 MB |
711
  | 2013-06 | comments | 2.8 GB | 28m56s | 155m23s | 8m08s | 66 | 32,648,247 | 2.7 GB |
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:** 15h 25m / **Committed this session:** 5
779
 
780
  ### Active Workers
781
 
782
  | Stage | Month | Type | Progress |
783
  |-------|-------|------|----------|
 
784
  | Processing | 2013-07 | comments | starting... |
785
+ | Processing | 2013-08 | comments | starting... |
786
+ | Uploading | 2013-05 | comments | 67 shards · 33.1M rows · committing |
787
 
788
 
789
  ### Throughput
790
 
791
  | Metric | Value |
792
  |--------|------:|
793
+ | Download | 11 Mbps avg |
794
+ | Processing | 2.3K rows/s avg |
795
  | Upload | 519.1s per commit avg |
796
+ | ETA | 2026-04-30 17:40 UTC |
797
 
798
  ### Progress
799
 
 
805
  | Rows processed | 149.6M |
806
  | Data committed | 12.1 GB |
807
 
808
+ *Last update: 2026-03-26 15:42 UTC*
809
 
810
 
811
  # Dataset card for Arctic Shift Reddit Archive
 
989
 
990
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
991
 
992
+ *Last updated: 2026-03-26 15:42 UTC*
data/comments/2013/05/060.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ea0182e4d70b0e8ef5b0d5af62137ffcee049095096fb8e1375142e14b2d59c
3
+ size 46771560
data/comments/2013/05/061.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40452dccf5c474e56a4e9544c2425eae024cf0b8d7538239693cd09f39455fc1
3
+ size 45217746
data/comments/2013/05/062.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70080cbceef773968410e69d5c6bdb9c01339c5c4268b7df972efc636f743c73
3
+ size 44550512
data/comments/2013/05/063.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e345e0d034ead10482cfcebc246a39c4502381347757c4047e2f6e062f085737
3
+ size 45679200
data/comments/2013/05/064.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd4e1ac11b7bba76abe6202d8f589b2ee042ae2e20788826f08d88267b09e942
3
+ size 43211734
data/comments/2013/05/065.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc55ce3e889560be14b6c30d30d87dedbcb43466263be632d43caa188e191bab
3
+ size 45504785
data/comments/2013/05/066.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d10fba9edb3cc4a085c8a0d0686cb385d7f4d02e1018358e2556e7e8d83b9a5
3
+ size 10965756
stats.csv CHANGED
@@ -177,8 +177,9 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
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,612.89,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,comments,66,32648247,2871571671,3054372393,1735.66,9322.78,0.00,2026-03-26T13:05:38Z
182
  2013,6,submissions,7,3189490,433117409,577426173,164.33,1402.89,124.40,2026-03-21T14:52:32Z
183
  2013,7,submissions,7,3374406,464332012,619406767,212.13,2779.28,185.41,2026-03-21T16:09:56Z
184
  2013,8,submissions,7,3315090,465216315,615047931,99.75,1597.42,206.09,2026-03-21T15:48:31Z
 
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,612.89,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,comments,67,33126225,2903464990,3093003000,1816.97,18138.79,0.00,2026-03-26T15:33:51Z
181
  2013,5,submissions,7,3261976,430959370,578626570,318.40,2907.95,148.62,2026-03-21T15:20:01Z
182
+ 2013,6,comments,66,32648247,2871571671,3054372393,1735.66,9322.78,487.64,2026-03-26T13:05:38Z
183
  2013,6,submissions,7,3189490,433117409,577426173,164.33,1402.89,124.40,2026-03-21T14:52:32Z
184
  2013,7,submissions,7,3374406,464332012,619406767,212.13,2779.28,185.41,2026-03-21T16:09:56Z
185
  2013,8,submissions,7,3315090,465216315,615047931,99.75,1597.42,206.09,2026-03-21T15:48:31Z