tamnd commited on
Commit
18fdd69
·
verified ·
1 Parent(s): 4cf6205

Add comments/2008-07 (2 shards, 592.6K 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 **39.7M items** (29.3M comments, 10.5M submissions) in **3.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
 
@@ -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 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.9M
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 | 36 | 29.3M | 2.4 GB |
217
  | submissions | 52 | 10.5M | 704.0 MB |
218
- | **Total** | **36** | **39.7M** | **3.1 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (36 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -284,8 +284,9 @@ huggingface-cli download open-index/arctic \
284
  | 2008-04 | submissions | 28.3s | 7.8s | 25.3s | 1 | 167,472 | 9.4 MB |
285
  | 2008-05 | comments | 29.9s | 13.4s | 11.9s | 2 | 536,380 | 43.5 MB |
286
  | 2008-05 | submissions | 17.6s | 9.2s | 7.3s | 1 | 177,022 | 10.0 MB |
287
- | 2008-06 | comments | - | 17.9s | - | 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 | submissions | 20.2s | 10.9s | 7.1s | 1 | 218,092 | 12.2 MB |
290
  | 2008-08 | submissions | 32.2s | 11.4s | 26.2s | 1 | 212,552 | 12.0 MB |
291
  | 2008-09 | submissions | 42.8s | 13.1s | 35.5s | 1 | 256,268 | 14.6 MB |
@@ -342,16 +343,15 @@ ORDER BY year, month, type;
342
 
343
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
344
 
345
- **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 1m / **Committed this session:** 1
346
 
347
  ### Active Workers
348
 
349
  | Stage | Month | Type | Progress |
350
  |-------|-------|------|----------|
351
  | Downloading | 2008-09 | comments | connecting... |
352
- | Processing | 2008-07 | comments | starting... |
353
- | Processing | 2008-08 | comments | starting... |
354
- | Uploading | 2008-06 | comments | 2 shards · 577.7K 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 | 36.2K rows/s avg |
363
- | Upload | 11.9s per commit avg |
364
- | ETA | 2026-03-16 12:04 UTC |
365
 
366
  ### Progress
367
 
368
- `██░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 29 / 430 (6.7%)
369
 
370
  | Metric | This Session |
371
  |--------|-------------:|
372
- | Months committed | 1 |
373
- | Rows processed | 536.4K |
374
- | Data committed | 43.5 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.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
  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
 
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
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
284
  | 2008-04 | submissions | 28.3s | 7.8s | 25.3s | 1 | 167,472 | 9.4 MB |
285
  | 2008-05 | comments | 29.9s | 13.4s | 11.9s | 2 | 536,380 | 43.5 MB |
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 |
 
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
  | 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
 
data/comments/2008/07/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dcd72e4697cfc402ef20df45c9666820ad09f02d846437a17084b969a4563e3
3
+ size 43443932
data/comments/2008/07/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91571300b36b477cf4646e273c5aa2715a56a393897a9b284238f438dcd709bd
3
+ size 8247236
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:06.186353931Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2008-06",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
@@ -36,22 +36,18 @@
36
  }
37
  ],
38
  "processing": [
39
- {
40
- "ym": "2008-07",
41
- "type": "comments",
42
- "phase": "processing"
43
- },
44
  {
45
  "ym": "2008-08",
46
  "type": "comments",
 
47
  "phase": "processing"
48
  }
49
  ],
50
  "uploading": [
51
  {
52
- "ym": "2008-06",
53
  "type": "comments",
54
- "rows": 577684,
55
  "shards": 2,
56
  "phase": "committing"
57
  }
@@ -61,16 +57,16 @@
61
  },
62
  "throughput": {
63
  "avg_download_mbps": 12.929665330667802,
64
- "avg_process_rows_per_sec": 36167.026864265325,
65
- "avg_upload_sec_per_commit": 11.92433588,
66
- "estimated_completion": "2026-03-16T13:04:43.469674137+01:00"
67
  },
68
  "stats": {
69
- "committed": 1,
70
  "skipped": 28,
71
  "retries": 0,
72
- "total_rows": 536380,
73
- "total_bytes": 45658530,
74
  "total_months": 430
75
  }
76
  }
 
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
  },
 
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
  },
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
  }
stats.csv CHANGED
@@ -59,8 +59,9 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
59
  2008,4,submissions,1,167472,9847689,28.32,7.76,25.29,2026-03-15T02:34:47Z
60
  2008,5,comments,2,536380,45658530,29.87,13.41,11.92,2026-03-16T05:28:50Z
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,0.00,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,submissions,1,218092,12795369,20.21,10.88,7.12,2026-03-15T02:42:18Z
65
  2008,8,submissions,1,212552,12578617,32.20,11.45,26.18,2026-03-15T02:45:00Z
66
  2008,9,submissions,1,256268,15308899,42.75,13.12,35.48,2026-03-15T02:51:35Z
 
59
  2008,4,submissions,1,167472,9847689,28.32,7.76,25.29,2026-03-15T02:34:47Z
60
  2008,5,comments,2,536380,45658530,29.87,13.41,11.92,2026-03-16T05:28:50Z
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