tamnd commited on
Commit
39cc219
·
verified ·
1 Parent(s): 42eec02

Add comments/2009-07 (3 shards, 1.5M 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 **52.4M items** (41.9M comments, 10.5M submissions) in **4.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
 
@@ -89,7 +89,7 @@ states.json live pipeline state (updated every ~5 min)
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
  2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
  2008 ██████████░░░░░░░░░░░░░░░░░░░░ 7.2M
92
- 2009 ██████████████░░░░░░░░░░░░░░░░ 10.4M
93
  2010 ██████████████████████████████ 21.4M
94
  ```
95
 
@@ -213,14 +213,14 @@ huggingface-cli download open-index/arctic \
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
- | comments | 49 | 41.9M | 3.5 GB |
217
  | submissions | 52 | 10.5M | 704.0 MB |
218
- | **Total** | **49** | **52.4M** | **4.2 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (49 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -310,8 +310,9 @@ huggingface-cli download open-index/arctic \
310
  | 2009-05 | submissions | 30.5s | 15.2s | 53.4s | 1 | 355,193 | 21.4 MB |
311
  | 2009-06 | comments | - | 21.9s | 11.7s | 3 | 1,258,750 | 111.7 MB |
312
  | 2009-06 | submissions | 38.8s | 17.0s | 14.8s | 1 | 383,969 | 23.9 MB |
 
313
  | 2009-07 | submissions | 22.7s | 20.5s | 15.2s | 1 | 427,135 | 28.4 MB |
314
- | 2009-08 | comments | - | 23.4s | - | 4 | 1,750,688 | 153.3 MB |
315
  | 2009-08 | submissions | 1m01s | 21.4s | 17.1s | 1 | 435,860 | 30.3 MB |
316
  | 2009-09 | comments | 1m15s | 55.7s | 3m02s | 5 | 2,032,276 | 172.6 MB |
317
  | 2009-09 | submissions | 24.9s | 21.3s | 14.7s | 1 | 443,037 | 31.7 MB |
@@ -355,15 +356,14 @@ ORDER BY year, month, type;
355
 
356
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
357
 
358
- **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 8m / **Committed this session:** 14
359
 
360
  ### Active Workers
361
 
362
  | Stage | Month | Type | Progress |
363
  |-------|-------|------|----------|
364
- | Downloading | 2009-10 | comments | connecting... |
365
- | Processing | 2009-07 | comments | starting... |
366
- | Uploading | 2009-08 | comments | 4 shards · 1.8M rows · committing |
367
 
368
 
369
  ### Throughput
@@ -371,19 +371,19 @@ ORDER BY year, month, type;
371
  | Metric | Value |
372
  |--------|------:|
373
  | Download | 12 Mbps avg |
374
- | Processing | 46.9K rows/s avg |
375
- | Upload | 20.3s per commit avg |
376
- | ETA | 2026-03-16 09:25 UTC |
377
 
378
  ### Progress
379
 
380
- `██░░░░░░░░░░░░░░░░░░░░░░░░░░░` 42 / 430 (9.8%)
381
 
382
  | Metric | This Session |
383
  |--------|-------------:|
384
- | Months committed | 14 |
385
- | Rows processed | 12.0M |
386
- | Data committed | 1007.1 MB |
387
 
388
  *Last update: 2026-03-16 05:36 UTC*
389
 
 
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 **53.8M items** (43.4M comments, 10.5M submissions) in **4.3 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
 
 
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
  2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
  2008 ██████████░░░░░░░░░░░░░░░░░░░░ 7.2M
92
+ 2009 ████████████████░░░░░░░░░░░░░░ 11.9M
93
  2010 ██████████████████████████████ 21.4M
94
  ```
95
 
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 50 | 43.4M | 3.6 GB |
217
  | submissions | 52 | 10.5M | 704.0 MB |
218
+ | **Total** | **50** | **53.8M** | **4.3 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (50 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
310
  | 2009-05 | submissions | 30.5s | 15.2s | 53.4s | 1 | 355,193 | 21.4 MB |
311
  | 2009-06 | comments | - | 21.9s | 11.7s | 3 | 1,258,750 | 111.7 MB |
312
  | 2009-06 | submissions | 38.8s | 17.0s | 14.8s | 1 | 383,969 | 23.9 MB |
313
+ | 2009-07 | comments | 53.2s | 36.0s | - | 3 | 1,470,290 | 129.9 MB |
314
  | 2009-07 | submissions | 22.7s | 20.5s | 15.2s | 1 | 427,135 | 28.4 MB |
315
+ | 2009-08 | comments | - | 23.4s | 15.4s | 4 | 1,750,688 | 153.3 MB |
316
  | 2009-08 | submissions | 1m01s | 21.4s | 17.1s | 1 | 435,860 | 30.3 MB |
317
  | 2009-09 | comments | 1m15s | 55.7s | 3m02s | 5 | 2,032,276 | 172.6 MB |
318
  | 2009-09 | submissions | 24.9s | 21.3s | 14.7s | 1 | 443,037 | 31.7 MB |
 
356
 
357
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
358
 
359
+ **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 9m / **Committed this session:** 15
360
 
361
  ### Active Workers
362
 
363
  | Stage | Month | Type | Progress |
364
  |-------|-------|------|----------|
365
+ | Downloading | 2009-10 | comments | 64.0 KB / 204.4 MB (0%) |
366
+ | Uploading | 2009-07 | comments | 3 shards · 1.5M rows · committing |
 
367
 
368
 
369
  ### Throughput
 
371
  | Metric | Value |
372
  |--------|------:|
373
  | Download | 12 Mbps avg |
374
+ | Processing | 46.5K rows/s avg |
375
+ | Upload | 20.0s per commit avg |
376
+ | ETA | 2026-03-16 09:33 UTC |
377
 
378
  ### Progress
379
 
380
+ `██░░░░░░░░░░░░░░░░░░░░░░░░░░░` 43 / 430 (10.0%)
381
 
382
  | Metric | This Session |
383
  |--------|-------------:|
384
+ | Months committed | 15 |
385
+ | Rows processed | 13.8M |
386
+ | Data committed | 1.1 GB |
387
 
388
  *Last update: 2026-03-16 05:36 UTC*
389
 
data/comments/2009/07/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7a5baca200887bb11a85f0a827531c9cb7bc683e6c8c6b7ab34eaf88193645c
3
+ size 46061991
data/comments/2009/07/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c868d35ac23d55fe7942de33defeb00a41a2289b8aae39f520a5b0d8f156b0f3
3
+ size 46901606
data/comments/2009/07/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcf8eb45ef59a3af5c7c71aede34effa293dcb1dea48d027f4ad5795d969ece8
3
+ size 43230075
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:36:23.979468523Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2009-08",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
@@ -32,22 +32,18 @@
32
  {
33
  "ym": "2009-10",
34
  "type": "comments",
 
 
35
  "phase": "downloading"
36
  }
37
  ],
38
- "processing": [
39
- {
40
- "ym": "2009-07",
41
- "type": "comments",
42
- "phase": "processing"
43
- }
44
- ],
45
  "uploading": [
46
  {
47
- "ym": "2009-08",
48
  "type": "comments",
49
- "rows": 1750688,
50
- "shards": 4,
51
  "phase": "committing"
52
  }
53
  ],
@@ -56,16 +52,16 @@
56
  },
57
  "throughput": {
58
  "avg_download_mbps": 12.214016468722981,
59
- "avg_process_rows_per_sec": 46903.90015914296,
60
- "avg_upload_sec_per_commit": 20.307643732142854,
61
- "estimated_completion": "2026-03-16T10:25:57.67493138+01:00"
62
  },
63
  "stats": {
64
- "committed": 14,
65
  "skipped": 28,
66
  "retries": 0,
67
- "total_rows": 12015677,
68
- "total_bytes": 1056003059,
69
  "total_months": 430
70
  }
71
  }
 
1
  {
2
  "session_id": "2026-03-16T05:28:06Z",
3
  "started_at": "2026-03-16T05:28:06.99036137Z",
4
+ "updated_at": "2026-03-16T05:36:39.505179413Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2009-07",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
 
32
  {
33
  "ym": "2009-10",
34
  "type": "comments",
35
+ "bytes_done": 65536,
36
+ "bytes_total": 214309086,
37
  "phase": "downloading"
38
  }
39
  ],
40
+ "processing": null,
 
 
 
 
 
 
41
  "uploading": [
42
  {
43
+ "ym": "2009-07",
44
  "type": "comments",
45
+ "rows": 1470290,
46
+ "shards": 3,
47
  "phase": "committing"
48
  }
49
  ],
 
52
  },
53
  "throughput": {
54
  "avg_download_mbps": 12.214016468722981,
55
+ "avg_process_rows_per_sec": 46524.83244516063,
56
+ "avg_upload_sec_per_commit": 19.983883516533332,
57
+ "estimated_completion": "2026-03-16T10:33:21.353362244+01:00"
58
  },
59
  "stats": {
60
+ "committed": 15,
61
  "skipped": 28,
62
  "retries": 0,
63
+ "total_rows": 13766365,
64
+ "total_bytes": 1216714379,
65
  "total_months": 430
66
  }
67
  }
stats.csv CHANGED
@@ -85,8 +85,9 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
85
  2009,5,submissions,1,355193,22422953,30.46,15.25,53.44,2026-03-15T04:42:17Z
86
  2009,6,comments,3,1258750,117074158,0.00,21.85,11.72,2026-03-16T05:35:50Z
87
  2009,6,submissions,1,383969,25029187,38.77,17.03,14.85,2026-03-15T04:46:07Z
 
88
  2009,7,submissions,1,427135,29749006,22.69,20.50,15.22,2026-03-15T04:50:06Z
89
- 2009,8,comments,4,1750688,160711320,0.00,23.44,0.00,2026-03-16T05:36:23Z
90
  2009,8,submissions,1,435860,31818901,60.67,21.45,17.05,2026-03-15T05:16:31Z
91
  2009,9,comments,5,2032276,181010998,74.79,55.68,182.34,2026-03-15T15:04:37Z
92
  2009,9,submissions,1,443037,33192219,24.89,21.26,14.65,2026-03-15T05:37:15Z
 
85
  2009,5,submissions,1,355193,22422953,30.46,15.25,53.44,2026-03-15T04:42:17Z
86
  2009,6,comments,3,1258750,117074158,0.00,21.85,11.72,2026-03-16T05:35:50Z
87
  2009,6,submissions,1,383969,25029187,38.77,17.03,14.85,2026-03-15T04:46:07Z
88
+ 2009,7,comments,3,1470290,136193672,53.22,36.00,0.00,2026-03-16T05:36:39Z
89
  2009,7,submissions,1,427135,29749006,22.69,20.50,15.22,2026-03-15T04:50:06Z
90
+ 2009,8,comments,4,1750688,160711320,0.00,23.44,15.45,2026-03-16T05:36:23Z
91
  2009,8,submissions,1,435860,31818901,60.67,21.45,17.05,2026-03-15T05:16:31Z
92
  2009,9,comments,5,2032276,181010998,74.79,55.68,182.34,2026-03-15T15:04:37Z
93
  2009,9,submissions,1,443037,33192219,24.89,21.26,14.65,2026-03-15T05:37:15Z