tamnd commited on
Commit
023a476
·
verified ·
1 Parent(s): 18fdd69

Add comments/2008-08 (2 shards, 596.0K 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-12**.
55
 
56
- Right now the archive has **40.3M items** (29.8M comments, 10.5M submissions) in **3.2 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,7 +88,7 @@ states.json live pipeline state (updated every ~5 min)
88
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
  2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
- 2008 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 3.5M
92
  2009 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.0M
93
  2010 ██████████████████████████████ 21.4M
94
  ```
@@ -213,14 +213,14 @@ huggingface-cli download open-index/arctic \
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
- | comments | 37 | 29.8M | 2.5 GB |
217
  | submissions | 52 | 10.5M | 704.0 MB |
218
- | **Total** | **37** | **40.3M** | **3.2 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (37 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -286,8 +286,9 @@ huggingface-cli download open-index/arctic \
286
  | 2008-05 | submissions | 17.6s | 9.2s | 7.3s | 1 | 177,022 | 10.0 MB |
287
  | 2008-06 | comments | - | 17.9s | 7.8s | 2 | 577,684 | 47.4 MB |
288
  | 2008-06 | submissions | 34.5s | 9.0s | 11.4s | 1 | 190,682 | 10.8 MB |
289
- | 2008-07 | comments | 29.3s | 16.7s | - | 2 | 592,610 | 49.3 MB |
290
  | 2008-07 | submissions | 20.2s | 10.9s | 7.1s | 1 | 218,092 | 12.2 MB |
 
291
  | 2008-08 | submissions | 32.2s | 11.4s | 26.2s | 1 | 212,552 | 12.0 MB |
292
  | 2008-09 | submissions | 42.8s | 13.1s | 35.5s | 1 | 256,268 | 14.6 MB |
293
  | 2008-10 | submissions | 34.6s | 11.2s | 6.0s | 1 | 282,974 | 16.3 MB |
@@ -343,15 +344,14 @@ ORDER BY year, month, type;
343
 
344
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
345
 
346
- **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 1m / **Committed this session:** 2
347
 
348
  ### Active Workers
349
 
350
  | Stage | Month | Type | Progress |
351
  |-------|-------|------|----------|
352
- | Downloading | 2008-09 | comments | connecting... |
353
- | Processing | 2008-08 | comments | shard 2 · 0 rows |
354
- | Uploading | 2008-07 | comments | 2 shards · 592.6K rows · committing |
355
 
356
 
357
  ### Throughput
@@ -359,19 +359,19 @@ ORDER BY year, month, type;
359
  | Metric | Value |
360
  |--------|------:|
361
  | Download | 13 Mbps avg |
362
- | Processing | 35.9K rows/s avg |
363
- | Upload | 9.8s per commit avg |
364
- | ETA | 2026-03-16 09:42 UTC |
365
 
366
  ### Progress
367
 
368
- `██░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 30 / 430 (7.0%)
369
 
370
  | Metric | This Session |
371
  |--------|-------------:|
372
- | Months committed | 2 |
373
- | Rows processed | 1.1M |
374
- | Data committed | 90.9 MB |
375
 
376
  *Last update: 2026-03-16 05:29 UTC*
377
 
 
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-12**.
55
 
56
+ Right now the archive has **40.9M items** (30.4M comments, 10.5M submissions) in **3.2 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
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
  2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
+ 2008 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 4.1M
92
  2009 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.0M
93
  2010 ██████████████████████████████ 21.4M
94
  ```
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 38 | 30.4M | 2.5 GB |
217
  | submissions | 52 | 10.5M | 704.0 MB |
218
+ | **Total** | **38** | **40.9M** | **3.2 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (38 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
286
  | 2008-05 | submissions | 17.6s | 9.2s | 7.3s | 1 | 177,022 | 10.0 MB |
287
  | 2008-06 | comments | - | 17.9s | 7.8s | 2 | 577,684 | 47.4 MB |
288
  | 2008-06 | submissions | 34.5s | 9.0s | 11.4s | 1 | 190,682 | 10.8 MB |
289
+ | 2008-07 | comments | 29.3s | 16.7s | 11.1s | 2 | 592,610 | 49.3 MB |
290
  | 2008-07 | submissions | 20.2s | 10.9s | 7.1s | 1 | 218,092 | 12.2 MB |
291
+ | 2008-08 | comments | - | 23.5s | - | 2 | 595,959 | 49.1 MB |
292
  | 2008-08 | submissions | 32.2s | 11.4s | 26.2s | 1 | 212,552 | 12.0 MB |
293
  | 2008-09 | submissions | 42.8s | 13.1s | 35.5s | 1 | 256,268 | 14.6 MB |
294
  | 2008-10 | submissions | 34.6s | 11.2s | 6.0s | 1 | 282,974 | 16.3 MB |
 
344
 
345
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
346
 
347
+ **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 1m / **Committed this session:** 3
348
 
349
  ### Active Workers
350
 
351
  | Stage | Month | Type | Progress |
352
  |-------|-------|------|----------|
353
+ | Downloading | 2008-09 | comments | 800.0 KB / 57.5 MB (1%) |
354
+ | Uploading | 2008-08 | comments | 2 shards · 596.0K rows · committing |
 
355
 
356
 
357
  ### Throughput
 
359
  | Metric | Value |
360
  |--------|------:|
361
  | Download | 13 Mbps avg |
362
+ | Processing | 33.3K rows/s avg |
363
+ | Upload | 10.3s per commit avg |
364
+ | ETA | 2026-03-16 10:19 UTC |
365
 
366
  ### Progress
367
 
368
+ `██░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 31 / 430 (7.2%)
369
 
370
  | Metric | This Session |
371
  |--------|-------------:|
372
+ | Months committed | 3 |
373
+ | Rows processed | 1.7M |
374
+ | Data committed | 140.2 MB |
375
 
376
  *Last update: 2026-03-16 05:29 UTC*
377
 
data/comments/2008/08/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbb545f6c972ecb88bd30c16b880053e47483fcde24fb8dfcc808e56487b125b
3
+ size 43350625
data/comments/2008/08/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b7072f8a521aee8a4fecdeed316c3ccb5d46ca3f9de19f13c69530332d552e2
3
+ size 8140486
states.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "session_id": "2026-03-16T05:28:06Z",
3
  "started_at": "2026-03-16T05:28:06.99036137Z",
4
- "updated_at": "2026-03-16T05:29:22.928635319Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2008-07",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
@@ -32,22 +32,17 @@
32
  {
33
  "ym": "2008-09",
34
  "type": "comments",
 
 
35
  "phase": "downloading"
36
  }
37
  ],
38
- "processing": [
39
- {
40
- "ym": "2008-08",
41
- "type": "comments",
42
- "shard": 2,
43
- "phase": "processing"
44
- }
45
- ],
46
  "uploading": [
47
  {
48
- "ym": "2008-07",
49
  "type": "comments",
50
- "rows": 592610,
51
  "shards": 2,
52
  "phase": "committing"
53
  }
@@ -57,16 +52,16 @@
57
  },
58
  "throughput": {
59
  "avg_download_mbps": 12.929665330667802,
60
- "avg_process_rows_per_sec": 35909.89699171148,
61
- "avg_upload_sec_per_commit": 9.849600704,
62
- "estimated_completion": "2026-03-16T10:42:30.562181058+01:00"
63
  },
64
  "stats": {
65
- "committed": 2,
66
  "skipped": 28,
67
  "retries": 0,
68
- "total_rows": 1114064,
69
- "total_bytes": 95317904,
70
  "total_months": 430
71
  }
72
  }
 
1
  {
2
  "session_id": "2026-03-16T05:28:06Z",
3
  "started_at": "2026-03-16T05:28:06.99036137Z",
4
+ "updated_at": "2026-03-16T05:29:34.065268539Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2008-08",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
 
32
  {
33
  "ym": "2008-09",
34
  "type": "comments",
35
+ "bytes_done": 819200,
36
+ "bytes_total": 60344321,
37
  "phase": "downloading"
38
  }
39
  ],
40
+ "processing": null,
 
 
 
 
 
 
 
41
  "uploading": [
42
  {
43
+ "ym": "2008-08",
44
  "type": "comments",
45
+ "rows": 595959,
46
  "shards": 2,
47
  "phase": "committing"
48
  }
 
52
  },
53
  "throughput": {
54
  "avg_download_mbps": 12.929665330667802,
55
+ "avg_process_rows_per_sec": 33281.2030603202,
56
+ "avg_upload_sec_per_commit": 10.269937365333334,
57
+ "estimated_completion": "2026-03-16T11:19:43.854093912+01:00"
58
  },
59
  "stats": {
60
+ "committed": 3,
61
  "skipped": 28,
62
  "retries": 0,
63
+ "total_rows": 1706674,
64
+ "total_bytes": 147009072,
65
  "total_months": 430
66
  }
67
  }
stats.csv CHANGED
@@ -61,8 +61,9 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
61
  2008,5,submissions,1,177022,10465958,17.64,9.15,7.31,2026-03-15T02:36:42Z
62
  2008,6,comments,2,577684,49659374,0.00,17.86,7.77,2026-03-16T05:29:02Z
63
  2008,6,submissions,1,190682,11278416,34.50,9.02,11.36,2026-03-15T02:39:16Z
64
- 2008,7,comments,2,592610,51691168,29.32,16.74,0.00,2026-03-16T05:29:22Z
65
  2008,7,submissions,1,218092,12795369,20.21,10.88,7.12,2026-03-15T02:42:18Z
 
66
  2008,8,submissions,1,212552,12578617,32.20,11.45,26.18,2026-03-15T02:45:00Z
67
  2008,9,submissions,1,256268,15308899,42.75,13.12,35.48,2026-03-15T02:51:35Z
68
  2008,10,submissions,1,282974,17080320,34.56,11.20,5.98,2026-03-15T04:18:56Z
 
61
  2008,5,submissions,1,177022,10465958,17.64,9.15,7.31,2026-03-15T02:36:42Z
62
  2008,6,comments,2,577684,49659374,0.00,17.86,7.77,2026-03-16T05:29:02Z
63
  2008,6,submissions,1,190682,11278416,34.50,9.02,11.36,2026-03-15T02:39:16Z
64
+ 2008,7,comments,2,592610,51691168,29.32,16.74,11.11,2026-03-16T05:29:22Z
65
  2008,7,submissions,1,218092,12795369,20.21,10.88,7.12,2026-03-15T02:42:18Z
66
+ 2008,8,comments,2,595959,51491111,0.00,23.47,0.00,2026-03-16T05:29:34Z
67
  2008,8,submissions,1,212552,12578617,32.20,11.45,26.18,2026-03-15T02:45:00Z
68
  2008,9,submissions,1,256268,15308899,42.75,13.12,35.48,2026-03-15T02:51:35Z
69
  2008,10,submissions,1,282974,17080320,34.56,11.20,5.98,2026-03-15T04:18:56Z