tamnd commited on
Commit
4e1dfd6
·
verified ·
1 Parent(s): f6a2ce5

Add comments/2008-09 (2 shards, 680.9K 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 **2008-08**.
55
 
56
- Right now the archive has **9.7M items** (7.0M comments, 2.6M submissions) in **745.5 MB** 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
 
@@ -87,9 +87,9 @@ states.json live pipeline state (updated every ~5 min)
87
 
88
  ```
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
- 2006 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
- 2007 █████████████████░░░░░░░░░░░░░ 2.5M
92
- 2008 ██████████████████████████████ 4.1M
93
  ```
94
 
95
  **Submissions**
@@ -210,14 +210,14 @@ huggingface-cli download open-index/arctic \
210
 
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
- | comments | 33 | 7.0M | 595.9 MB |
214
  | submissions | 33 | 2.6M | 149.7 MB |
215
- | **Total** | **33** | **9.7M** | **745.5 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
- <summary>Click to expand full monthly table (33 comment months + 33 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -286,7 +286,8 @@ huggingface-cli download open-index/arctic \
286
  | 2008-07 | comments | - | 45.2s | 4.9s | 10.9s | 2 | 592,610 | 49.3 MB |
287
  | 2008-07 | submissions | - | 38.8s | 3.5s | 9.0s | 1 | 218,092 | 12.2 MB |
288
  | 2008-08 | comments | - | 19.6s | 5.5s | 10.6s | 2 | 595,959 | 49.1 MB |
289
- | 2008-08 | submissions | - | 32.7s | 3.3s | - | 1 | 212,552 | 12.0 MB |
 
290
 
291
  </details>
292
 
@@ -318,35 +319,36 @@ ORDER BY year, month, type;
318
 
319
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
320
 
321
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 2m / **Committed this session:** 8
322
 
323
  ### Active Workers
324
 
325
  | Stage | Month | Type | Progress |
326
  |-------|-------|------|----------|
327
- | Downloading | 2008-09 | comments | 57.5 MB / 57.5 MB (99%) |
328
- | Downloading | 2008-09 | submissions | 416.0 KB / 20.2 MB (2%) |
329
- | Uploading | 2008-08 | submissions | 1 shards · 212.6K rows · committing |
 
330
 
331
 
332
  ### Throughput
333
 
334
  | Metric | Value |
335
  |--------|------:|
336
- | Download | 9 Mbps avg |
337
- | Processing | 99.8K rows/s avg |
338
- | Upload | 11.0s per commit avg |
339
- | ETA | 2026-03-31 06:21 UTC |
340
 
341
  ### Progress
342
 
343
- `███░░░░░░░░░░░░░░░░░░░░░░░░░░` 65 / 488 (13.3%)
344
 
345
  | Metric | This Session |
346
  |--------|-------------:|
347
- | Months committed | 8 |
348
- | Rows processed | 3.4M |
349
- | Data committed | 260.8 MB |
350
 
351
  *Last update: 2026-03-31 04:48 UTC*
352
 
 
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 **2008-09**.
55
 
56
+ Right now the archive has **10.3M items** (7.7M comments, 2.6M submissions) in **801.6 MB** 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
 
 
87
 
88
  ```
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
+ 2006 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
+ 2007 ███████████████░░░░░░░░░░░░░░░ 2.5M
92
+ 2008 ██████████████████████████████ 4.8M
93
  ```
94
 
95
  **Submissions**
 
210
 
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
+ | comments | 34 | 7.7M | 651.9 MB |
214
  | submissions | 33 | 2.6M | 149.7 MB |
215
+ | **Total** | **34** | **10.3M** | **801.6 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
+ <summary>Click to expand full monthly table (34 comment months + 33 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
286
  | 2008-07 | comments | - | 45.2s | 4.9s | 10.9s | 2 | 592,610 | 49.3 MB |
287
  | 2008-07 | submissions | - | 38.8s | 3.5s | 9.0s | 1 | 218,092 | 12.2 MB |
288
  | 2008-08 | comments | - | 19.6s | 5.5s | 10.6s | 2 | 595,959 | 49.1 MB |
289
+ | 2008-08 | submissions | - | 32.7s | 3.3s | 9.2s | 1 | 212,552 | 12.0 MB |
290
+ | 2008-09 | comments | - | 28.6s | 7.3s | - | 2 | 680,892 | 56.1 MB |
291
 
292
  </details>
293
 
 
319
 
320
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
321
 
322
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 2m / **Committed this session:** 9
323
 
324
  ### Active Workers
325
 
326
  | Stage | Month | Type | Progress |
327
  |-------|-------|------|----------|
328
+ | Downloading | 2008-10 | comments | connecting... |
329
+ | Downloading | 2008-10 | submissions | connecting... |
330
+ | Processing | 2008-09 | submissions | starting... |
331
+ | Uploading | 2008-09 | comments | 2 shards · 680.9K rows · committing |
332
 
333
 
334
  ### Throughput
335
 
336
  | Metric | Value |
337
  |--------|------:|
338
+ | Download | 11 Mbps avg |
339
+ | Processing | 99.2K rows/s avg |
340
+ | Upload | 10.8s per commit avg |
341
+ | ETA | 2026-03-31 06:17 UTC |
342
 
343
  ### Progress
344
 
345
+ `███░░░░░░░░░░░░░░░░░░░░░░░░░░` 66 / 488 (13.5%)
346
 
347
  | Metric | This Session |
348
  |--------|-------------:|
349
+ | Months committed | 9 |
350
+ | Rows processed | 3.6M |
351
+ | Data committed | 272.7 MB |
352
 
353
  *Last update: 2026-03-31 04:48 UTC*
354
 
data/comments/2008/09/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d15809c6c7bc0ad9f8495b1c76c7ae5e82b4605e365e08388eaa1d5b2485d03
3
- size 43375209
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc9d0b2145d7a04a6e261488961f8c0bfab0a850ecae23ebf07c864dec33476d
3
+ size 43366996
data/comments/2008/09/001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d94ae26a281b08a3cab66e9e4ff21fd06427d89791a264b8619d20babb82dd7
3
  size 15407875
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eca83c09e42ddfa241dad861091bfe2830e1ae20ddd8b9374ff479fef273035
3
  size 15407875
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:48:16.800162002Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2008-08",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -30,27 +30,29 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2008-09",
34
  "type": "comments",
35
- "bytes_done": 60262401,
36
- "bytes_total": 60344321,
37
  "phase": "downloading"
38
  },
39
  {
40
- "ym": "2008-09",
41
  "type": "submissions",
42
- "bytes_done": 425984,
43
- "bytes_total": 21191683,
44
  "phase": "downloading"
45
  }
46
  ],
47
- "processing": null,
48
- "uploading": [
49
  {
50
- "ym": "2008-08",
51
  "type": "submissions",
52
- "rows": 212552,
53
- "shards": 1,
 
 
 
 
 
 
 
54
  "phase": "committing"
55
  }
56
  ],
@@ -58,17 +60,17 @@
58
  "queued_for_upload": 0
59
  },
60
  "throughput": {
61
- "avg_download_mbps": 9.310820475096296,
62
- "avg_process_rows_per_sec": 99833.32683564612,
63
- "avg_upload_sec_per_commit": 10.99521394225,
64
- "estimated_completion": "2026-03-31T14:21:19.106054974+08:00"
65
  },
66
  "stats": {
67
- "committed": 8,
68
  "skipped": 57,
69
  "retries": 0,
70
- "total_rows": 3356746,
71
- "total_bytes": 273419988,
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:48:26.037709187Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2008-09",
8
+ "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2008-10",
34
  "type": "comments",
 
 
35
  "phase": "downloading"
36
  },
37
  {
38
+ "ym": "2008-10",
39
  "type": "submissions",
 
 
40
  "phase": "downloading"
41
  }
42
  ],
43
+ "processing": [
 
44
  {
45
+ "ym": "2008-09",
46
  "type": "submissions",
47
+ "phase": "processing"
48
+ }
49
+ ],
50
+ "uploading": [
51
+ {
52
+ "ym": "2008-09",
53
+ "type": "comments",
54
+ "rows": 680892,
55
+ "shards": 2,
56
  "phase": "committing"
57
  }
58
  ],
 
60
  "queued_for_upload": 0
61
  },
62
  "throughput": {
63
+ "avg_download_mbps": 10.506555393985899,
64
+ "avg_process_rows_per_sec": 99191.22716581516,
65
+ "avg_upload_sec_per_commit": 10.799058687111112,
66
+ "estimated_completion": "2026-03-31T14:17:47.46977731+08:00"
67
  },
68
  "stats": {
69
+ "committed": 9,
70
  "skipped": 57,
71
  "retries": 0,
72
+ "total_rows": 3569298,
73
+ "total_bytes": 285996323,
74
  "total_months": 488
75
  }
76
  }
stats.csv CHANGED
@@ -64,4 +64,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
64
  2008,7,comments,2,592610,51690670,0,45.20,4.94,10.93,2026-03-31T04:47:55Z
65
  2008,7,submissions,1,218092,12794065,0,38.78,3.50,8.98,2026-03-31T04:47:46Z
66
  2008,8,comments,2,595959,51501913,0,19.57,5.50,10.62,2026-03-31T04:48:06Z
67
- 2008,8,submissions,1,212552,12576335,0,32.69,3.34,0.00,2026-03-31T04:48:16Z
 
 
64
  2008,7,comments,2,592610,51690670,0,45.20,4.94,10.93,2026-03-31T04:47:55Z
65
  2008,7,submissions,1,218092,12794065,0,38.78,3.50,8.98,2026-03-31T04:47:46Z
66
  2008,8,comments,2,595959,51501913,0,19.57,5.50,10.62,2026-03-31T04:48:06Z
67
+ 2008,8,submissions,1,212552,12576335,0,32.69,3.34,9.23,2026-03-31T04:48:16Z
68
+ 2008,9,comments,2,680892,58774871,0,28.60,7.29,0.00,2026-03-31T04:48:26Z