tamnd commited on
Commit
6192921
·
verified ·
1 Parent(s): 908666e

Add comments/2009-06 (3 shards, 1.3M 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 **49.3M items** (38.9M comments, 10.5M 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
 
@@ -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 ██████████░░░░░░░░░░░░░░░░░░░░ 7.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 | 47 | 38.9M | 3.2 GB |
217
  | submissions | 52 | 10.5M | 704.0 MB |
218
- | **Total** | **47** | **49.3M** | **3.9 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (47 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -306,8 +306,9 @@ huggingface-cli download open-index/arctic \
306
  | 2009-03 | submissions | 24.1s | 17.7s | 17.3s | 1 | 362,805 | 21.4 MB |
307
  | 2009-04 | comments | - | 47.6s | 8.7s | 3 | 1,094,599 | 93.2 MB |
308
  | 2009-04 | submissions | 39.6s | 17.2s | 7.0s | 1 | 357,107 | 21.3 MB |
309
- | 2009-05 | comments | 1m24s | 12.9s | - | 3 | 1,201,257 | 105.3 MB |
310
  | 2009-05 | submissions | 30.5s | 15.2s | 53.4s | 1 | 355,193 | 21.4 MB |
 
311
  | 2009-06 | submissions | 38.8s | 17.0s | 14.8s | 1 | 383,969 | 23.9 MB |
312
  | 2009-07 | submissions | 22.7s | 20.5s | 15.2s | 1 | 427,135 | 28.4 MB |
313
  | 2009-08 | submissions | 1m01s | 21.4s | 17.1s | 1 | 435,860 | 30.3 MB |
@@ -353,15 +354,14 @@ ORDER BY year, month, type;
353
 
354
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
355
 
356
- **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 7m / **Committed this session:** 12
357
 
358
  ### Active Workers
359
 
360
  | Stage | Month | Type | Progress |
361
  |-------|-------|------|----------|
362
- | Downloading | 2009-07 | comments | connecting... |
363
- | Processing | 2009-06 | comments | starting... |
364
- | Uploading | 2009-05 | comments | 3 shards · 1.2M rows · committing |
365
 
366
 
367
  ### Throughput
@@ -369,19 +369,19 @@ ORDER BY year, month, type;
369
  | Metric | Value |
370
  |--------|------:|
371
  | Download | 11 Mbps avg |
372
- | Processing | 43.9K rows/s avg |
373
- | Upload | 20.2s per commit avg |
374
- | ETA | 2026-03-16 09:30 UTC |
375
 
376
  ### Progress
377
 
378
- `██░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 40 / 430 (9.3%)
379
 
380
  | Metric | This Session |
381
  |--------|-------------:|
382
- | Months committed | 12 |
383
- | Rows processed | 9.6M |
384
- | Data committed | 790.1 MB |
385
 
386
  *Last update: 2026-03-16 05:35 UTC*
387
 
 
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 **50.6M items** (40.2M comments, 10.5M submissions) in **4.0 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 ████████████░░░░░░░░░░░░░░░░░░ 8.6M
93
  2010 ██████████████████████████████ 21.4M
94
  ```
95
 
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 48 | 40.2M | 3.3 GB |
217
  | submissions | 52 | 10.5M | 704.0 MB |
218
+ | **Total** | **48** | **50.6M** | **4.0 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (48 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
306
  | 2009-03 | submissions | 24.1s | 17.7s | 17.3s | 1 | 362,805 | 21.4 MB |
307
  | 2009-04 | comments | - | 47.6s | 8.7s | 3 | 1,094,599 | 93.2 MB |
308
  | 2009-04 | submissions | 39.6s | 17.2s | 7.0s | 1 | 357,107 | 21.3 MB |
309
+ | 2009-05 | comments | 1m24s | 12.9s | 30.6s | 3 | 1,201,257 | 105.3 MB |
310
  | 2009-05 | submissions | 30.5s | 15.2s | 53.4s | 1 | 355,193 | 21.4 MB |
311
+ | 2009-06 | comments | - | 21.9s | - | 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 | submissions | 1m01s | 21.4s | 17.1s | 1 | 435,860 | 30.3 MB |
 
354
 
355
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
356
 
357
+ **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 8m / **Committed this session:** 13
358
 
359
  ### Active Workers
360
 
361
  | Stage | Month | Type | Progress |
362
  |-------|-------|------|----------|
363
+ | Downloading | 2009-07 | comments | 16.9 MB / 132.4 MB (12%) |
364
+ | Uploading | 2009-06 | comments | 3 shards · 1.3M rows · committing |
 
365
 
366
 
367
  ### Throughput
 
369
  | Metric | Value |
370
  |--------|------:|
371
  | Download | 11 Mbps avg |
372
+ | Processing | 44.9K rows/s avg |
373
+ | Upload | 21.0s per commit avg |
374
+ | ETA | 2026-03-16 09:47 UTC |
375
 
376
  ### Progress
377
 
378
+ `██░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 41 / 430 (9.5%)
379
 
380
  | Metric | This Session |
381
  |--------|-------------:|
382
+ | Months committed | 13 |
383
+ | Rows processed | 10.8M |
384
+ | Data committed | 895.4 MB |
385
 
386
  *Last update: 2026-03-16 05:35 UTC*
387
 
data/comments/2009/06/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7836d879919a8427c8961543b6b299fa0e4315a9db1a19cc0bb10caf400ddc8
3
+ size 46045274
data/comments/2009/06/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d667941387ec03e743f2cd40690b74088d868d0fe0ea75ebc9894b64acaf6bab
3
+ size 46562067
data/comments/2009/06/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a75692dc2854ed194a92204fd95efad93cbe80d4835108c2af90009cc076d0da
3
+ size 24466817
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:35:20.271576809Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2009-05",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
@@ -32,21 +32,17 @@
32
  {
33
  "ym": "2009-07",
34
  "type": "comments",
 
 
35
  "phase": "downloading"
36
  }
37
  ],
38
- "processing": [
39
- {
40
- "ym": "2009-06",
41
- "type": "comments",
42
- "phase": "processing"
43
- }
44
- ],
45
  "uploading": [
46
  {
47
- "ym": "2009-05",
48
  "type": "comments",
49
- "rows": 1201257,
50
  "shards": 3,
51
  "phase": "committing"
52
  }
@@ -56,16 +52,16 @@
56
  },
57
  "throughput": {
58
  "avg_download_mbps": 11.11609364286934,
59
- "avg_process_rows_per_sec": 43942.734977410095,
60
- "avg_upload_sec_per_commit": 20.164765198666665,
61
- "estimated_completion": "2026-03-16T10:30:01.81251212+01:00"
62
  },
63
  "stats": {
64
- "committed": 12,
65
  "skipped": 28,
66
  "retries": 0,
67
- "total_rows": 9555670,
68
- "total_bytes": 828478410,
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:35:50.997071548Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2009-06",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
 
32
  {
33
  "ym": "2009-07",
34
  "type": "comments",
35
+ "bytes_done": 17734948,
36
+ "bytes_total": 138800626,
37
  "phase": "downloading"
38
  }
39
  ],
40
+ "processing": null,
 
 
 
 
 
 
41
  "uploading": [
42
  {
43
+ "ym": "2009-06",
44
  "type": "comments",
45
+ "rows": 1258750,
46
  "shards": 3,
47
  "phase": "committing"
48
  }
 
52
  },
53
  "throughput": {
54
  "avg_download_mbps": 11.11609364286934,
55
+ "avg_process_rows_per_sec": 44918.28764050784,
56
+ "avg_upload_sec_per_commit": 20.968339567692304,
57
+ "estimated_completion": "2026-03-16T10:47:07.392768748+01:00"
58
  },
59
  "stats": {
60
+ "committed": 13,
61
  "skipped": 28,
62
  "retries": 0,
63
+ "total_rows": 10756927,
64
+ "total_bytes": 938928901,
65
  "total_months": 430
66
  }
67
  }
stats.csv CHANGED
@@ -81,8 +81,9 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
81
  2009,3,submissions,1,362805,22483789,24.13,17.68,17.30,2026-03-15T04:35:06Z
82
  2009,4,comments,3,1094599,97743227,0.00,47.65,8.73,2026-03-16T05:34:34Z
83
  2009,4,submissions,1,357107,22300126,39.63,17.18,7.02,2026-03-15T04:39:09Z
84
- 2009,5,comments,3,1201257,110450491,83.60,12.94,0.00,2026-03-16T05:35:20Z
85
  2009,5,submissions,1,355193,22422953,30.46,15.25,53.44,2026-03-15T04:42:17Z
 
86
  2009,6,submissions,1,383969,25029187,38.77,17.03,14.85,2026-03-15T04:46:07Z
87
  2009,7,submissions,1,427135,29749006,22.69,20.50,15.22,2026-03-15T04:50:06Z
88
  2009,8,submissions,1,435860,31818901,60.67,21.45,17.05,2026-03-15T05:16:31Z
 
81
  2009,3,submissions,1,362805,22483789,24.13,17.68,17.30,2026-03-15T04:35:06Z
82
  2009,4,comments,3,1094599,97743227,0.00,47.65,8.73,2026-03-16T05:34:34Z
83
  2009,4,submissions,1,357107,22300126,39.63,17.18,7.02,2026-03-15T04:39:09Z
84
+ 2009,5,comments,3,1201257,110450491,83.60,12.94,30.61,2026-03-16T05:35:20Z
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,0.00,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,submissions,1,435860,31818901,60.67,21.45,17.05,2026-03-15T05:16:31Z