tamnd commited on
Commit
299b1ce
·
verified ·
1 Parent(s): 4839d01

Add comments/2018-04 (197 shards, 98.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 **5.7B items** (4.1B comments, 1.6B submissions) in **550.5 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
 
@@ -99,7 +99,7 @@ states.json live pipeline state (updated every ~5 min)
99
  2015 ████████████████████░░░░░░░░░░ 667.8M
100
  2016 ████████████████████████░░░░░░ 799.9M
101
  2017 ██████████████████████████████ 972.9M
102
- 2018 ████████░░░░░░░░░░░░░░░░░░░░░░ 274.5M
103
  ```
104
 
105
  **Submissions**
@@ -235,14 +235,14 @@ huggingface-cli download open-index/arctic \
235
 
236
  | Type | Months | Rows | Parquet Size |
237
  |------|-------:|-----:|-------------:|
238
- | comments | 148 | 4.1B | 352.2 GB |
239
  | submissions | 176 | 1.6B | 198.4 GB |
240
- | **Total** | **148** | **5.7B** | **550.5 GB** |
241
 
242
  ### Monthly breakdown
243
 
244
  <details>
245
- <summary>Click to expand full monthly table (148 comment months + 176 submission months)</summary>
246
 
247
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
248
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -542,6 +542,7 @@ huggingface-cli download open-index/arctic \
542
  | 2018-02 | submissions | - | 26m28s | 90m53s | 2m06s | 22 | 10,567,231 | 1.3 GB |
543
  | 2018-03 | comments | - | 28m00s | 326m21s | 12m56s | 193 | 96,490,262 | 8.3 GB |
544
  | 2018-03 | submissions | - | 7m16s | 114m11s | 2m18s | 25 | 12,022,694 | 1.5 GB |
 
545
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
546
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
547
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
@@ -601,13 +602,15 @@ ORDER BY year, month, type;
601
 
602
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 192 GB free). Auto-updated every ~5 minutes.
603
 
604
- **Started:** 2026-04-05 20:37 UTC / **Elapsed:** 60h 19m / **Committed this session:** 15
605
 
606
  ### Active Workers
607
 
608
  | Stage | Month | Type | Progress |
609
  |-------|-------|------|----------|
610
- | Processing | 2018-04 | comments | shard 192 · 96.0M rows · 139.8K rows/s |
 
 
611
 
612
 
613
  ### Throughput
@@ -617,7 +620,7 @@ ORDER BY year, month, type;
617
  | Download | 35 Mbps avg |
618
  | Processing | 4.7K rows/s avg |
619
  | Upload | 406.5s per commit avg |
620
- | ETA | 2026-05-03 10:38 UTC |
621
 
622
  ### Progress
623
 
@@ -629,7 +632,7 @@ ORDER BY year, month, type;
629
  | Rows processed | 772.7M |
630
  | Data committed | 69.1 GB |
631
 
632
- *Last update: 2026-04-08 08:56 UTC*
633
 
634
 
635
  # Dataset card for Arctic Shift Reddit Archive
@@ -813,4 +816,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
813
 
814
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
815
 
816
- *Last updated: 2026-04-08 08:57 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 **5.8B items** (4.2B comments, 1.6B submissions) in **558.8 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
 
 
99
  2015 ████████████████████░░░░░░░░░░ 667.8M
100
  2016 ████████████████████████░░░░░░ 799.9M
101
  2017 ██████████████████████████████ 972.9M
102
+ 2018 ███████████░░░░░░░░░░░░░░░░░░░ 372.6M
103
  ```
104
 
105
  **Submissions**
 
235
 
236
  | Type | Months | Rows | Parquet Size |
237
  |------|-------:|-----:|-------------:|
238
+ | comments | 149 | 4.2B | 360.4 GB |
239
  | submissions | 176 | 1.6B | 198.4 GB |
240
+ | **Total** | **149** | **5.8B** | **558.8 GB** |
241
 
242
  ### Monthly breakdown
243
 
244
  <details>
245
+ <summary>Click to expand full monthly table (149 comment months + 176 submission months)</summary>
246
 
247
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
248
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
542
  | 2018-02 | submissions | - | 26m28s | 90m53s | 2m06s | 22 | 10,567,231 | 1.3 GB |
543
  | 2018-03 | comments | - | 28m00s | 326m21s | 12m56s | 193 | 96,490,262 | 8.3 GB |
544
  | 2018-03 | submissions | - | 7m16s | 114m11s | 2m18s | 25 | 12,022,694 | 1.5 GB |
545
+ | 2018-04 | comments | - | 30m31s | 341m14s | - | 197 | 98,101,232 | 8.2 GB |
546
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
547
  | 2023-12 | submissions | 15.2 GB | 30m19s | 76m33s | 26m24s | 79 | 39,245,797 | 4.4 GB |
548
  | 2024-01 | submissions | 16.1 GB | 183m48s | 126m12s | 21m25s | 83 | 41,263,034 | 4.7 GB |
 
602
 
603
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 192 GB free). Auto-updated every ~5 minutes.
604
 
605
+ **Started:** 2026-04-05 20:37 UTC / **Elapsed:** 60h 39m / **Committed this session:** 15
606
 
607
  ### Active Workers
608
 
609
  | Stage | Month | Type | Progress |
610
  |-------|-------|------|----------|
611
+ | Downloading | 2018-06 | comments | 4.9 GB / 8.9 GB (54%) |
612
+ | Processing | 2018-04 | submissions | shard 2 · 1.0M rows · 75.4K rows/s |
613
+ | Uploading | 2018-04 | comments | 197 shards · 98.1M rows · committing |
614
 
615
 
616
  ### Throughput
 
620
  | Download | 35 Mbps avg |
621
  | Processing | 4.7K rows/s avg |
622
  | Upload | 406.5s per commit avg |
623
+ | ETA | 2026-05-06 05:52 UTC |
624
 
625
  ### Progress
626
 
 
632
  | Rows processed | 772.7M |
633
  | Data committed | 69.1 GB |
634
 
635
+ *Last update: 2026-04-08 09:16 UTC*
636
 
637
 
638
  # Dataset card for Arctic Shift Reddit Archive
 
816
 
817
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
818
 
819
+ *Last updated: 2026-04-08 09:16 UTC*
data/comments/2018/04/190.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:574f22d0eec606ba48dd00de4dd514017c2b80efc73bf054f41f72a765cc7bc0
3
+ size 43681830
data/comments/2018/04/191.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8277482c31173a19b0e0ae7f0d4d45daed22e70eb4f1f9dfe69afe55f75ddd3b
3
+ size 46862629
data/comments/2018/04/192.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16820bf5c830131beeb7832f46a2433aabd778b26eae526b0c2a50f2f4e7272d
3
+ size 47988257
data/comments/2018/04/193.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b980ebc188642ce5d02d9df958d0a61c9ef547024ee37630ea922456253a8927
3
+ size 48400039
data/comments/2018/04/194.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09515fadf8d7ce7cb2e9da7fae9afed4dea40c9c3df74a1ef7796746d40cdb07
3
+ size 48158466
data/comments/2018/04/195.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:350894c8231775403aabd5e6f1e10f1199a1b8d9dcdbee2ac4076aed099d2d98
3
+ size 46889020
data/comments/2018/04/196.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d890b934e432eee505719d1383bdc5ff7e7454bff1c56d19d78865cc6d46593c
3
+ size 9043086
stats.csv CHANGED
@@ -294,7 +294,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
294
  2018,2,comments,173,86467179,8012325760,0,1375.11,14533.21,616.77,2026-04-07T12:41:40Z
295
  2018,2,submissions,22,10567231,1376924873,0,1588.30,5453.43,125.65,2026-04-07T14:12:33Z
296
  2018,3,comments,193,96490262,8858678614,0,1680.36,19581.31,775.72,2026-04-08T01:28:11Z
297
- 2018,3,submissions,25,12022694,1563790467,0,436.50,6851.26,0.00,2026-04-08T03:22:23Z
 
298
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
299
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
300
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z
 
294
  2018,2,comments,173,86467179,8012325760,0,1375.11,14533.21,616.77,2026-04-07T12:41:40Z
295
  2018,2,submissions,22,10567231,1376924873,0,1588.30,5453.43,125.65,2026-04-07T14:12:33Z
296
  2018,3,comments,193,96490262,8858678614,0,1680.36,19581.31,775.72,2026-04-08T01:28:11Z
297
+ 2018,3,submissions,25,12022694,1563790467,0,436.50,6851.26,137.69,2026-04-08T03:22:23Z
298
+ 2018,4,comments,197,98101232,8856037402,0,1831.33,20473.64,0.00,2026-04-08T09:03:36Z
299
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
300
  2023,12,submissions,79,39245797,4677392012,16276396198,1818.56,4592.72,1583.54,2026-03-20T04:43:25Z
301
  2024,1,submissions,83,41263034,5079875152,17243608474,11027.97,7572.13,1285.05,2026-03-20T02:34:59Z