tamnd commited on
Commit
a1802b1
·
verified ·
1 Parent(s): ca1ab6b

Add comments/2010-04 (7 shards, 3.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 **2010-04**.
55
 
56
- Right now the archive has **48.6M items** (37.8M comments, 10.8M submissions) in **3.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
 
@@ -91,7 +91,7 @@ states.json live pipeline state (updated every ~5 min)
91
  2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
92
  2008 ███████████░░░░░░░░░░░░░░░░░░░ 7.2M
93
  2009 ██████████████████████████████ 18.9M
94
- 2010 █████████████░░░░░░░░░░░░░░░░░ 8.8M
95
  ```
96
 
97
  **Submissions**
@@ -214,14 +214,14 @@ huggingface-cli download open-index/arctic \
214
 
215
  | Type | Months | Rows | Parquet Size |
216
  |------|-------:|-----:|-------------:|
217
- | comments | 52 | 37.8M | 3.2 GB |
218
  | submissions | 53 | 10.8M | 703.2 MB |
219
- | **Total** | **52** | **48.6M** | **3.9 GB** |
220
 
221
  ### Monthly breakdown
222
 
223
  <details>
224
- <summary>Click to expand full monthly table (52 comment months + 53 submission months)</summary>
225
 
226
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
227
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -329,7 +329,8 @@ huggingface-cli download open-index/arctic \
329
  | 2010-02 | submissions | - | 29.6s | 8.3s | 15.2s | 2 | 506,868 | 38.2 MB |
330
  | 2010-03 | comments | - | 1m18s | 29.2s | 30.8s | 7 | 3,228,254 | 281.1 MB |
331
  | 2010-03 | submissions | - | 33.3s | 10.7s | 14.6s | 2 | 602,586 | 46.2 MB |
332
- | 2010-04 | submissions | - | 1m05s | 9.2s | - | 2 | 617,302 | 46.8 MB |
 
333
 
334
  </details>
335
 
@@ -361,37 +362,38 @@ ORDER BY year, month, type;
361
 
362
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
363
 
364
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 21m / **Committed this session:** 47
365
 
366
  ### Active Workers
367
 
368
  | Stage | Month | Type | Progress |
369
  |-------|-------|------|----------|
370
- | Downloading | 2010-04 | comments | 245.3 MB / 284.0 MB (86%) |
371
- | Downloading | 2010-05 | comments | connecting... |
372
- | Uploading | 2010-04 | submissions | 2 shards · 617.3K rows · committing |
 
373
 
374
 
375
  ### Throughput
376
 
377
  | Metric | Value |
378
  |--------|------:|
379
- | Download | 17 Mbps avg |
380
- | Processing | 81.4K rows/s avg |
381
- | Upload | 22.1s per commit avg |
382
- | ETA | 2026-03-31 07:59 UTC |
383
 
384
  ### Progress
385
 
386
- `██████░░░░░░░░░░░░░░░░░░░░░░░░` 104 / 488 (21.3%)
387
 
388
  | Metric | This Session |
389
  |--------|-------------:|
390
- | Months committed | 47 |
391
- | Rows processed | 41.9M |
392
  | Data committed | 3.4 GB |
393
 
394
- *Last update: 2026-03-31 05:07 UTC*
395
 
396
 
397
  # Dataset card for Arctic Shift Reddit Archive
@@ -575,4 +577,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
575
 
576
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
577
 
578
- *Last updated: 2026-03-31 05:07 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 **2010-04**.
55
 
56
+ Right now the archive has **51.8M items** (41.0M comments, 10.8M submissions) in **4.1 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
 
 
91
  2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
92
  2008 ███████████░░░░░░░░░░░░░░░░░░░ 7.2M
93
  2009 ██████████████████████████████ 18.9M
94
+ 2010 ███████████████████░░░░░░░░░░░ 12.0M
95
  ```
96
 
97
  **Submissions**
 
214
 
215
  | Type | Months | Rows | Parquet Size |
216
  |------|-------:|-----:|-------------:|
217
+ | comments | 53 | 41.0M | 3.4 GB |
218
  | submissions | 53 | 10.8M | 703.2 MB |
219
+ | **Total** | **53** | **51.8M** | **4.1 GB** |
220
 
221
  ### Monthly breakdown
222
 
223
  <details>
224
+ <summary>Click to expand full monthly table (53 comment months + 53 submission months)</summary>
225
 
226
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
227
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
329
  | 2010-02 | submissions | - | 29.6s | 8.3s | 15.2s | 2 | 506,868 | 38.2 MB |
330
  | 2010-03 | comments | - | 1m18s | 29.2s | 30.8s | 7 | 3,228,254 | 281.1 MB |
331
  | 2010-03 | submissions | - | 33.3s | 10.7s | 14.6s | 2 | 602,586 | 46.2 MB |
332
+ | 2010-04 | comments | - | 1m48s | 25.9s | - | 7 | 3,209,898 | 274.8 MB |
333
+ | 2010-04 | submissions | - | 1m05s | 9.2s | 16.6s | 2 | 617,302 | 46.8 MB |
334
 
335
  </details>
336
 
 
362
 
363
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
364
 
365
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 22m / **Committed this session:** 48
366
 
367
  ### Active Workers
368
 
369
  | Stage | Month | Type | Progress |
370
  |-------|-------|------|----------|
371
+ | Downloading | 2010-05 | comments | 277.4 MB / 286.2 MB (96%) |
372
+ | Downloading | 2010-06 | comments | connecting... |
373
+ | Processing | 2010-05 | submissions | shard 1 · 0 rows |
374
+ | Uploading | 2010-04 | comments | 7 shards · 3.2M rows · committing |
375
 
376
 
377
  ### Throughput
378
 
379
  | Metric | Value |
380
  |--------|------:|
381
+ | Download | 18 Mbps avg |
382
+ | Processing | 85.1K rows/s avg |
383
+ | Upload | 22.2s per commit avg |
384
+ | ETA | 2026-03-31 08:03 UTC |
385
 
386
  ### Progress
387
 
388
+ `██████░░░░░░░░░░░░░░░░░░░░░░░░` 105 / 488 (21.5%)
389
 
390
  | Metric | This Session |
391
  |--------|-------------:|
392
+ | Months committed | 48 |
393
+ | Rows processed | 42.5M |
394
  | Data committed | 3.4 GB |
395
 
396
+ *Last update: 2026-03-31 05:08 UTC*
397
 
398
 
399
  # Dataset card for Arctic Shift Reddit Archive
 
577
 
578
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
579
 
580
+ *Last updated: 2026-03-31 05:08 UTC*
data/comments/2010/04/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:86c4ff9acff758b49d523619586a0758b7209768f9c77d2583c666dd9f230c5d
3
- size 44302199
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c76f366ee57acc9f6f78b893fbf8c76bfc4b15b62f5dd462ec70ff6f371b628
3
+ size 44302137
data/comments/2010/04/001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:edb655ea2fad261040e313acf9652c98e68a9f27d46313dbe75c06d0caf7be44
3
- size 45333694
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:980f7041ad65d593a9dd49283e80b73fa24816351ff492d45982074e9e4d9d55
3
+ size 45333238
data/comments/2010/04/002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:51044360ab392cc9c9d190b82ee71f207e386fe99352a58de1f870168932ab76
3
- size 44645669
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ad30e2c524d99ce16178f4464070577afc1a2b8bdad54cbd64bbabf1190a89f
3
+ size 44650164
data/comments/2010/04/003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:90b682f8a2e88406e7f95b62a13bd8090bd47227f0681ffa69b4894f009081e3
3
- size 44305506
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46dd285f2617c73992b910737fe051c47f4183bfb3610d7e193fa6ea2b2c89ab
3
+ size 44291474
data/comments/2010/04/004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f2b532339070c3badae7f1d1128eae0c408c4fc0121489c4c8fe4487d9493b88
3
- size 44992447
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5721ae42cec73394354d9fd5b5757ece6f1e8020ef958dbd67063f9b1adf2191
3
+ size 44986507
data/comments/2010/04/005.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:435f64bad26793a9358e37180370b022bde79434e48a3fa869bfa86cc5bd4e3c
3
- size 45489963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4a3e4a0ae78dfd28405ccd1b56d57f9483c5980021a10aba461fa2beee64873
3
+ size 45485432
data/comments/2010/04/006.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:80136d9db77a1961a346c400cd4ac6c1768fcd56eb376fe7efaa3cf4847c1d26
3
  size 19101546
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaf9d8cc61ec15c8e486ae764bff720fea0ad41437457ed1c90851007f3993f3
3
  size 19101546
stats.csv CHANGED
@@ -103,4 +103,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
103
  2010,2,submissions,2,506868,40037386,0,29.58,8.28,15.16,2026-03-31T05:04:46Z
104
  2010,3,comments,7,3228254,294743575,0,77.87,29.16,30.82,2026-03-31T05:06:25Z
105
  2010,3,submissions,2,602586,48434542,0,33.29,10.67,14.59,2026-03-31T05:07:27Z
106
- 2010,4,submissions,2,617302,49053523,0,64.71,9.24,0.00,2026-03-31T05:07:43Z
 
 
103
  2010,2,submissions,2,506868,40037386,0,29.58,8.28,15.16,2026-03-31T05:04:46Z
104
  2010,3,comments,7,3228254,294743575,0,77.87,29.16,30.82,2026-03-31T05:06:25Z
105
  2010,3,submissions,2,602586,48434542,0,33.29,10.67,14.59,2026-03-31T05:07:27Z
106
+ 2010,4,comments,7,3209898,288150498,0,108.31,25.90,0.00,2026-03-31T05:08:23Z
107
+ 2010,4,submissions,2,617302,49053523,0,64.71,9.24,16.62,2026-03-31T05:07:43Z