tamnd commited on
Commit
d2e31c7
·
verified ·
1 Parent(s): 37b9fc7

Add comments/2009-08 (4 shards, 1.8M rows)

Browse files
README.md CHANGED
@@ -51,9 +51,9 @@ task_categories:
51
 
52
  ## What is it?
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 **2009-07**.
55
 
56
- Right now the archive has **23.0M items** (16.7M comments, 6.3M submissions) in **1.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
 
@@ -88,9 +88,9 @@ states.json live pipeline state (updated every ~5 min)
88
  ```
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
- 2007 ██████████░░░░░░░░░░░░░░░░░░░░ 2.5M
92
- 2008 ██████████████████████████████ 7.2M
93
- 2009 ███████████████████████████░░░ 6.6M
94
  ```
95
 
96
  **Submissions**
@@ -212,14 +212,14 @@ huggingface-cli download open-index/arctic \
212
 
213
  | Type | Months | Rows | Parquet Size |
214
  |------|-------:|-----:|-------------:|
215
- | comments | 43 | 16.7M | 1.4 GB |
216
  | submissions | 44 | 6.3M | 366.4 MB |
217
- | **Total** | **43** | **23.0M** | **1.7 GB** |
218
 
219
  ### Monthly breakdown
220
 
221
  <details>
222
- <summary>Click to expand full monthly table (43 comment months + 44 submission months)</summary>
223
 
224
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
225
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -309,7 +309,8 @@ huggingface-cli download open-index/arctic \
309
  | 2009-05 | submissions | - | 55.0s | 6.6s | 10.9s | 1 | 355,193 | 21.4 MB |
310
  | 2009-06 | comments | - | 47.9s | 9.8s | 14.9s | 3 | 1,258,750 | 111.7 MB |
311
  | 2009-06 | submissions | - | 1m24s | 7.6s | 1m21s | 1 | 383,969 | 23.9 MB |
312
- | 2009-07 | submissions | - | 23.6s | 9.5s | - | 1 | 427,135 | 28.4 MB |
 
313
 
314
  </details>
315
 
@@ -341,35 +342,36 @@ ORDER BY year, month, type;
341
 
342
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
343
 
344
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 11m / **Committed this session:** 29
345
 
346
  ### Active Workers
347
 
348
  | Stage | Month | Type | Progress |
349
  |-------|-------|------|----------|
350
- | Downloading | 2009-07 | comments | 121.2 MB / 132.4 MB (91%) |
351
- | Downloading | 2009-08 | submissions | 96.0 KB / 38.9 MB (0%) |
352
- | Uploading | 2009-07 | submissions | 1 shards · 427.1K rows · committing |
 
353
 
354
 
355
  ### Throughput
356
 
357
  | Metric | Value |
358
  |--------|------:|
359
- | Download | 14 Mbps avg |
360
  | Processing | 86.7K rows/s avg |
361
  | Upload | 15.5s per commit avg |
362
- | ETA | 2026-03-31 07:33 UTC |
363
 
364
  ### Progress
365
 
366
- `█████░░░░░░░░░░░░░░░░░░░░░░░░░` 86 / 488 (17.6%)
367
 
368
  | Metric | This Session |
369
  |--------|-------------:|
370
- | Months committed | 29 |
371
- | Rows processed | 16.5M |
372
- | Data committed | 1.2 GB |
373
 
374
  *Last update: 2026-03-31 04:57 UTC*
375
 
 
51
 
52
  ## What is it?
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 **2009-08**.
55
 
56
+ Right now the archive has **24.8M items** (18.5M comments, 6.3M submissions) in **1.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
 
 
88
  ```
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
+ 2007 ████████░░░░░░░░░░░░░░░░░░░░░░ 2.5M
92
+ 2008 ██████████████████████████░░░░ 7.2M
93
+ 2009 ██████████████████████████████ 8.4M
94
  ```
95
 
96
  **Submissions**
 
212
 
213
  | Type | Months | Rows | Parquet Size |
214
  |------|-------:|-----:|-------------:|
215
+ | comments | 44 | 18.5M | 1.5 GB |
216
  | submissions | 44 | 6.3M | 366.4 MB |
217
+ | **Total** | **44** | **24.8M** | **1.9 GB** |
218
 
219
  ### Monthly breakdown
220
 
221
  <details>
222
+ <summary>Click to expand full monthly table (44 comment months + 44 submission months)</summary>
223
 
224
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
225
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
309
  | 2009-05 | submissions | - | 55.0s | 6.6s | 10.9s | 1 | 355,193 | 21.4 MB |
310
  | 2009-06 | comments | - | 47.9s | 9.8s | 14.9s | 3 | 1,258,750 | 111.7 MB |
311
  | 2009-06 | submissions | - | 1m24s | 7.6s | 1m21s | 1 | 383,969 | 23.9 MB |
312
+ | 2009-07 | submissions | - | 23.6s | 9.5s | 12.2s | 1 | 427,135 | 28.4 MB |
313
+ | 2009-08 | comments | - | 46.6s | 15.6s | - | 4 | 1,750,688 | 153.3 MB |
314
 
315
  </details>
316
 
 
342
 
343
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
344
 
345
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 11m / **Committed this session:** 30
346
 
347
  ### Active Workers
348
 
349
  | Stage | Month | Type | Progress |
350
  |-------|-------|------|----------|
351
+ | Downloading | 2009-07 | comments | 126.1 MB / 132.4 MB (95%) |
352
+ | Downloading | 2009-09 | comments | connecting... |
353
+ | Processing | 2009-08 | submissions | starting... |
354
+ | Uploading | 2009-08 | comments | 4 shards · 1.8M rows · committing |
355
 
356
 
357
  ### Throughput
358
 
359
  | Metric | Value |
360
  |--------|------:|
361
+ | Download | 13 Mbps avg |
362
  | Processing | 86.7K rows/s avg |
363
  | Upload | 15.5s per commit avg |
364
+ | ETA | 2026-03-31 07:30 UTC |
365
 
366
  ### Progress
367
 
368
+ `█████░░░░░░░░░░░░░░░░░░░░░░░░░` 87 / 488 (17.8%)
369
 
370
  | Metric | This Session |
371
  |--------|-------------:|
372
+ | Months committed | 30 |
373
+ | Rows processed | 16.9M |
374
+ | Data committed | 1.3 GB |
375
 
376
  *Last update: 2026-03-31 04:57 UTC*
377
 
data/comments/2009/08/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7aff89ca4da2f95ab4f568458e4625030f7980b779f51f9dac74f7e613aa7f0a
3
- size 46009535
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1be5a4942447e88e12333bef1f39fba5c9011d4a442bb8384acc40580a4dedf
3
+ size 46009622
data/comments/2009/08/001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c74d0dc2433e25fafbd0af509650bb0064fa65248288f9cbbadd8cb5f2f8826d
3
- size 45721521
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6575106462af79c2a165bd6db4d55f8921b115d612e1c5cad5d94809aa9dcae
3
+ size 45715863
data/comments/2009/08/002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:970f53c2219fd0bb3c1bdf5789d30cdfc7c1af56413e0a543bedb94b5db268ae
3
- size 45451107
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23593edbb2149583a5b564f4fd5813dee9d9833034c9e13be09c63e455c79fa9
3
+ size 45448213
data/comments/2009/08/003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f0068cee8ce51118f47588b1ce80d183ca56e983730fc3f64099aa7ca6cf7e0
3
  size 23529157
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7cedd78c4514f6c285c930564f20cb8271acec5a605a2431c98209d22c2cf55
3
  size 23529157
states.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
- "updated_at": "2026-03-31T04:57:33.188426123Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2009-07",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -32,25 +32,29 @@
32
  {
33
  "ym": "2009-07",
34
  "type": "comments",
35
- "bytes_done": 127053298,
36
  "bytes_total": 138800626,
37
  "phase": "downloading"
38
  },
 
 
 
 
 
 
 
39
  {
40
  "ym": "2009-08",
41
  "type": "submissions",
42
- "bytes_done": 98304,
43
- "bytes_total": 40840539,
44
- "phase": "downloading"
45
  }
46
  ],
47
- "processing": null,
48
  "uploading": [
49
  {
50
- "ym": "2009-07",
51
- "type": "submissions",
52
- "rows": 427135,
53
- "shards": 1,
54
  "phase": "committing"
55
  }
56
  ],
@@ -58,17 +62,17 @@
58
  "queued_for_upload": 0
59
  },
60
  "throughput": {
61
- "avg_download_mbps": 13.61404397709307,
62
  "avg_process_rows_per_sec": 86694.69548653364,
63
- "avg_upload_sec_per_commit": 15.46176652905,
64
- "estimated_completion": "2026-03-31T15:33:07.657928111+08:00"
65
  },
66
  "stats": {
67
- "committed": 29,
68
  "skipped": 57,
69
  "retries": 0,
70
- "total_rows": 16497180,
71
- "total_bytes": 1341010357,
72
  "total_months": 488
73
  }
74
  }
 
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
+ "updated_at": "2026-03-31T04:57:45.404472397Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2009-08",
8
+ "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
32
  {
33
  "ym": "2009-07",
34
  "type": "comments",
35
+ "bytes_done": 132263410,
36
  "bytes_total": 138800626,
37
  "phase": "downloading"
38
  },
39
+ {
40
+ "ym": "2009-09",
41
+ "type": "comments",
42
+ "phase": "downloading"
43
+ }
44
+ ],
45
+ "processing": [
46
  {
47
  "ym": "2009-08",
48
  "type": "submissions",
49
+ "phase": "processing"
 
 
50
  }
51
  ],
 
52
  "uploading": [
53
  {
54
+ "ym": "2009-08",
55
+ "type": "comments",
56
+ "rows": 1750688,
57
+ "shards": 4,
58
  "phase": "committing"
59
  }
60
  ],
 
62
  "queued_for_upload": 0
63
  },
64
  "throughput": {
65
+ "avg_download_mbps": 12.918903356544496,
66
  "avg_process_rows_per_sec": 86694.69548653364,
67
+ "avg_upload_sec_per_commit": 15.512404791599996,
68
+ "estimated_completion": "2026-03-31T15:30:24.972609295+08:00"
69
  },
70
  "stats": {
71
+ "committed": 30,
72
  "skipped": 57,
73
  "retries": 0,
74
+ "total_rows": 16924315,
75
+ "total_bytes": 1370753858,
76
  "total_months": 488
77
  }
78
  }
stats.csv CHANGED
@@ -85,4 +85,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
85
  2009,5,submissions,1,355193,22433061,0,54.95,6.63,10.91,2026-03-31T04:54:58Z
86
  2009,6,comments,3,1258750,117078422,0,47.87,9.83,14.88,2026-03-31T04:55:09Z
87
  2009,6,submissions,1,383969,25032072,0,84.06,7.62,80.60,2026-03-31T04:56:12Z
88
- 2009,7,submissions,1,427135,29743501,0,23.59,9.47,0.00,2026-03-31T04:57:33Z
 
 
85
  2009,5,submissions,1,355193,22433061,0,54.95,6.63,10.91,2026-03-31T04:54:58Z
86
  2009,6,comments,3,1258750,117078422,0,47.87,9.83,14.88,2026-03-31T04:55:09Z
87
  2009,6,submissions,1,383969,25032072,0,84.06,7.62,80.60,2026-03-31T04:56:12Z
88
+ 2009,7,submissions,1,427135,29743501,0,23.59,9.47,12.19,2026-03-31T04:57:33Z
89
+ 2009,8,comments,4,1750688,160702855,0,46.57,15.56,0.00,2026-03-31T04:57:45Z