tamnd commited on
Commit
e298ab3
·
verified ·
1 Parent(s): 7196cdf

Add comments/2015-02 (97 shards, 48.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 **2.7B items** (1.4B comments, 1.3B submissions) in **280.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
 
@@ -96,7 +96,7 @@ states.json live pipeline state (updated every ~5 min)
96
  2012 ██████████████░░░░░░░░░░░░░░░░ 260.3M
97
  2013 ██████████████████████░░░░░░░░ 402.2M
98
  2014 ██████████████████████████████ 531.8M
99
- 2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 53.9M
100
  ```
101
 
102
  **Submissions**
@@ -231,14 +231,14 @@ huggingface-cli download open-index/arctic \
231
 
232
  | Type | Months | Rows | Parquet Size |
233
  |------|-------:|-----:|-------------:|
234
- | comments | 110 | 1.4B | 120.0 GB |
235
  | submissions | 140 | 1.3B | 160.7 GB |
236
- | **Total** | **110** | **2.7B** | **280.7 GB** |
237
 
238
  ### Monthly breakdown
239
 
240
  <details>
241
- <summary>Click to expand full monthly table (110 comment months + 140 submission months)</summary>
242
 
243
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
244
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -462,6 +462,7 @@ huggingface-cli download open-index/arctic \
462
  | 2014-12 | submissions | - | 3m21s | 23m30s | 58.9s | 10 | 4,984,013 | 747.8 MB |
463
  | 2015-01 | comments | - | 10m58s | 118m04s | 6m41s | 108 | 53,851,542 | 4.6 GB |
464
  | 2015-01 | submissions | - | 1m58s | 2m38s | 1m26s | 11 | 5,465,910 | 829.3 MB |
 
465
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
466
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
467
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -523,13 +524,15 @@ ORDER BY year, month, type;
523
 
524
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
525
 
526
- **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 11h 9m / **Committed this session:** 9
527
 
528
  ### Active Workers
529
 
530
  | Stage | Month | Type | Progress |
531
  |-------|-------|------|----------|
532
- | Processing | 2015-02 | comments | shard 79 · 39.5M rows · 189.4K rows/s |
 
 
533
 
534
 
535
  ### Throughput
@@ -537,9 +540,9 @@ ORDER BY year, month, type;
537
  | Metric | Value |
538
  |--------|------:|
539
  | Download | 33 Mbps avg |
540
- | Processing | 8.6K rows/s avg |
541
  | Upload | 231.6s per commit avg |
542
- | ETA | 2026-04-12 09:30 UTC |
543
 
544
  ### Progress
545
 
@@ -551,7 +554,7 @@ ORDER BY year, month, type;
551
  | Rows processed | 220.9M |
552
  | Data committed | 20.2 GB |
553
 
554
- *Last update: 2026-04-01 14:00 UTC*
555
 
556
 
557
  # Dataset card for Arctic Shift Reddit Archive
@@ -735,4 +738,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
735
 
736
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
737
 
738
- *Last updated: 2026-04-01 14:01 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 **2.8B items** (1.5B comments, 1.3B submissions) in **284.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
 
 
96
  2012 ██████████████░░░░░░░░░░░░░░░░ 260.3M
97
  2013 ██████████████████████░░░░░░░░ 402.2M
98
  2014 ██████████████████████████████ 531.8M
99
+ 2015 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 102.2M
100
  ```
101
 
102
  **Submissions**
 
231
 
232
  | Type | Months | Rows | Parquet Size |
233
  |------|-------:|-----:|-------------:|
234
+ | comments | 111 | 1.5B | 124.2 GB |
235
  | submissions | 140 | 1.3B | 160.7 GB |
236
+ | **Total** | **111** | **2.8B** | **284.9 GB** |
237
 
238
  ### Monthly breakdown
239
 
240
  <details>
241
+ <summary>Click to expand full monthly table (111 comment months + 140 submission months)</summary>
242
 
243
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
244
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
462
  | 2014-12 | submissions | - | 3m21s | 23m30s | 58.9s | 10 | 4,984,013 | 747.8 MB |
463
  | 2015-01 | comments | - | 10m58s | 118m04s | 6m41s | 108 | 53,851,542 | 4.6 GB |
464
  | 2015-01 | submissions | - | 1m58s | 2m38s | 1m26s | 11 | 5,465,910 | 829.3 MB |
465
+ | 2015-02 | comments | - | 16m42s | 105m49s | - | 97 | 48,342,747 | 4.2 GB |
466
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
467
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
468
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
524
 
525
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 219 GB free). Auto-updated every ~5 minutes.
526
 
527
+ **Started:** 2026-04-01 02:51 UTC / **Elapsed:** 11h 30m / **Committed this session:** 9
528
 
529
  ### Active Workers
530
 
531
  | Stage | Month | Type | Progress |
532
  |-------|-------|------|----------|
533
+ | Downloading | 2015-04 | submissions | 0 B / 1.5 GB (0%) |
534
+ | Processing | 2015-02 | submissions | shard 1 · 500.0K rows · 99.8K rows/s |
535
+ | Uploading | 2015-02 | comments | 97 shards · 48.3M rows · committing |
536
 
537
 
538
  ### Throughput
 
540
  | Metric | Value |
541
  |--------|------:|
542
  | Download | 33 Mbps avg |
543
+ | Processing | 8.5K rows/s avg |
544
  | Upload | 231.6s per commit avg |
545
+ | ETA | 2026-04-14 08:49 UTC |
546
 
547
  ### Progress
548
 
 
554
  | Rows processed | 220.9M |
555
  | Data committed | 20.2 GB |
556
 
557
+ *Last update: 2026-04-01 14:21 UTC*
558
 
559
 
560
  # Dataset card for Arctic Shift Reddit Archive
 
738
 
739
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
740
 
741
+ *Last updated: 2026-04-01 14:21 UTC*
data/comments/2015/02/090.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e71d39b9a78651c96c6c280b6e3b1cc7d87f50dd0153476b8e3eff382e524582
3
+ size 44389984
data/comments/2015/02/091.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2579bc1a663c6588bbc38914c0dca19d816716e06f2c9692ba638fb1a7acb0a8
3
+ size 46538178
data/comments/2015/02/092.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b7ddc751d4392c89bae3210705d35d25a95a00cc8a51eef74644fca45c62614
3
+ size 47739311
data/comments/2015/02/093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a3237f53a690e3ab47a8f9f59c7c245b43049bc81012b89bcc696f2ccd34454
3
+ size 45575302
data/comments/2015/02/094.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eac45cd6ef0bd8a4ed11d4812592aadb1c55b6fe819adee9cb0894110df43881
3
+ size 44238728
data/comments/2015/02/095.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38b957dda28809476b58bc34b6fc88b4b63239713e3c955e923179c6e1d59629
3
+ size 46585618
data/comments/2015/02/096.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fede7cbfe059028207c22e2b4c67e39ecf2f4829fc2fc4fd1e6593c54561f0f9
3
+ size 31222379
stats.csv CHANGED
@@ -217,8 +217,9 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
217
  2014,11,submissions,10,4735396,733798808,0,181.75,1509.90,63.37,2026-04-01T05:58:19Z
218
  2014,12,comments,98,48807699,4445262198,0,541.06,6860.77,399.03,2026-04-01T09:40:34Z
219
  2014,12,submissions,10,4984013,784110471,0,200.55,1410.17,58.87,2026-04-01T10:04:04Z
220
- 2015,1,comments,108,53851542,4966175131,0,657.91,7084.39,0.00,2026-04-01T12:18:04Z
221
  2015,1,submissions,11,5465910,869549570,0,117.92,158.49,85.71,2026-04-01T10:08:51Z
 
222
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
223
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
224
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
217
  2014,11,submissions,10,4735396,733798808,0,181.75,1509.90,63.37,2026-04-01T05:58:19Z
218
  2014,12,comments,98,48807699,4445262198,0,541.06,6860.77,399.03,2026-04-01T09:40:34Z
219
  2014,12,submissions,10,4984013,784110471,0,200.55,1410.17,58.87,2026-04-01T10:04:04Z
220
+ 2015,1,comments,108,53851542,4966175131,0,657.91,7084.39,400.61,2026-04-01T12:18:04Z
221
  2015,1,submissions,11,5465910,869549570,0,117.92,158.49,85.71,2026-04-01T10:08:51Z
222
+ 2015,2,comments,97,48342747,4537053314,0,1001.95,6348.55,0.00,2026-04-01T14:20:44Z
223
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
224
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
225
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z