tamnd commited on
Commit
02f57ef
·
verified ·
1 Parent(s): b36e5a0

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 **2008-07**.
55
 
56
- Right now the archive has **8.3M items** (5.8M comments, 2.4M submissions) in **635.1 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 ██████████████████████████████ 2.9M
93
  ```
94
 
95
  **Submissions**
@@ -210,14 +210,14 @@ huggingface-cli download open-index/arctic \
210
 
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
- | comments | 31 | 5.8M | 497.5 MB |
214
  | submissions | 32 | 2.4M | 137.7 MB |
215
- | **Total** | **31** | **8.3M** | **635.1 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
- <summary>Click to expand full monthly table (31 comment months + 32 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -283,7 +283,8 @@ huggingface-cli download open-index/arctic \
283
  | 2008-05 | submissions | - | - | 2.0s | 9.7s | 1 | 177,022 | 10.0 MB |
284
  | 2008-06 | comments | - | - | 4.3s | 17.4s | 2 | 577,684 | 47.4 MB |
285
  | 2008-06 | submissions | - | - | 2.2s | 8.9s | 1 | 190,682 | 10.8 MB |
286
- | 2008-07 | submissions | - | 38.8s | 3.5s | - | 1 | 218,092 | 12.2 MB |
 
287
 
288
  </details>
289
 
@@ -315,35 +316,35 @@ ORDER BY year, month, type;
315
 
316
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
317
 
318
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 1m / **Committed this session:** 5
319
 
320
  ### Active Workers
321
 
322
  | Stage | Month | Type | Progress |
323
  |-------|-------|------|----------|
324
- | Downloading | 2008-08 | comments | 40.5 MB / 50.6 MB (80%) |
325
  | Downloading | 2008-08 | submissions | connecting... |
326
- | Uploading | 2008-07 | submissions | 1 shards · 218.1K rows · committing |
 
327
 
328
 
329
  ### Throughput
330
 
331
  | Metric | Value |
332
  |--------|------:|
333
- | Download | 6 Mbps avg |
334
- | Processing | 103.8K rows/s avg |
335
- | Upload | 11.5s per commit avg |
336
- | ETA | 2026-03-31 06:37 UTC |
337
 
338
  ### Progress
339
 
340
- `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 62 / 488 (12.7%)
341
 
342
  | Metric | This Session |
343
  |--------|-------------:|
344
- | Months committed | 5 |
345
- | Rows processed | 2.0M |
346
- | Data committed | 150.1 MB |
347
 
348
  *Last update: 2026-03-31 04:47 UTC*
349
 
 
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-07**.
55
 
56
+ Right now the archive has **8.8M items** (6.4M comments, 2.4M submissions) in **684.4 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 ██████████████████████████████ 3.5M
93
  ```
94
 
95
  **Submissions**
 
210
 
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
+ | comments | 32 | 6.4M | 546.8 MB |
214
  | submissions | 32 | 2.4M | 137.7 MB |
215
+ | **Total** | **32** | **8.8M** | **684.4 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
+ <summary>Click to expand full monthly table (32 comment months + 32 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
283
  | 2008-05 | submissions | - | - | 2.0s | 9.7s | 1 | 177,022 | 10.0 MB |
284
  | 2008-06 | comments | - | - | 4.3s | 17.4s | 2 | 577,684 | 47.4 MB |
285
  | 2008-06 | submissions | - | - | 2.2s | 8.9s | 1 | 190,682 | 10.8 MB |
286
+ | 2008-07 | comments | - | 45.2s | 4.9s | - | 2 | 592,610 | 49.3 MB |
287
+ | 2008-07 | submissions | - | 38.8s | 3.5s | 9.0s | 1 | 218,092 | 12.2 MB |
288
 
289
  </details>
290
 
 
316
 
317
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
318
 
319
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 1m / **Committed this session:** 6
320
 
321
  ### Active Workers
322
 
323
  | Stage | Month | Type | Progress |
324
  |-------|-------|------|----------|
 
325
  | Downloading | 2008-08 | submissions | connecting... |
326
+ | Downloading | 2008-09 | comments | connecting... |
327
+ | Uploading | 2008-07 | comments | 2 shards · 592.6K rows · committing |
328
 
329
 
330
  ### Throughput
331
 
332
  | Metric | Value |
333
  |--------|------:|
334
+ | Download | 11 Mbps avg |
335
+ | Processing | 104.4K rows/s avg |
336
+ | Upload | 11.1s per commit avg |
337
+ | ETA | 2026-03-31 06:28 UTC |
338
 
339
  ### Progress
340
 
341
+ `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 63 / 488 (12.9%)
342
 
343
  | Metric | This Session |
344
  |--------|-------------:|
345
+ | Months committed | 6 |
346
+ | Rows processed | 2.2M |
347
+ | Data committed | 162.3 MB |
348
 
349
  *Last update: 2026-03-31 04:47 UTC*
350
 
data/comments/2008/07/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5dcd72e4697cfc402ef20df45c9666820ad09f02d846437a17084b969a4563e3
3
- size 43443932
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5001fd5b7a96a16a3b2d66adfd6d790fd550e5ec37a515b5b3c10942a47144b9
3
+ size 43443434
data/comments/2008/07/001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:91571300b36b477cf4646e273c5aa2715a56a393897a9b284238f438dcd709bd
3
  size 8247236
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b81eb7306762e75f28eb8b8061287ca889bfcc6cc450a254b8b81d8bb9ab2351
3
  size 8247236
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:47:46.207641588Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2008-07",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -31,14 +31,12 @@
31
  "downloading": [
32
  {
33
  "ym": "2008-08",
34
- "type": "comments",
35
- "bytes_done": 42496614,
36
- "bytes_total": 53097542,
37
  "phase": "downloading"
38
  },
39
  {
40
- "ym": "2008-08",
41
- "type": "submissions",
42
  "phase": "downloading"
43
  }
44
  ],
@@ -46,9 +44,9 @@
46
  "uploading": [
47
  {
48
  "ym": "2008-07",
49
- "type": "submissions",
50
- "rows": 218092,
51
- "shards": 1,
52
  "phase": "committing"
53
  }
54
  ],
@@ -56,17 +54,17 @@
56
  "queued_for_upload": 0
57
  },
58
  "throughput": {
59
- "avg_download_mbps": 6.232942779727701,
60
- "avg_process_rows_per_sec": 103771.51436168069,
61
- "avg_upload_sec_per_commit": 11.4849331714,
62
- "estimated_completion": "2026-03-31T14:37:18.612831924+08:00"
63
  },
64
  "stats": {
65
- "committed": 5,
66
  "skipped": 57,
67
  "retries": 0,
68
- "total_rows": 1950085,
69
- "total_bytes": 157433340,
70
  "total_months": 488
71
  }
72
  }
 
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
+ "updated_at": "2026-03-31T04:47:55.197419516Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2008-07",
8
+ "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
31
  "downloading": [
32
  {
33
  "ym": "2008-08",
34
+ "type": "submissions",
 
 
35
  "phase": "downloading"
36
  },
37
  {
38
+ "ym": "2008-09",
39
+ "type": "comments",
40
  "phase": "downloading"
41
  }
42
  ],
 
44
  "uploading": [
45
  {
46
  "ym": "2008-07",
47
+ "type": "comments",
48
+ "rows": 592610,
49
+ "shards": 2,
50
  "phase": "committing"
51
  }
52
  ],
 
54
  "queued_for_upload": 0
55
  },
56
  "throughput": {
57
+ "avg_download_mbps": 11.055037003841358,
58
+ "avg_process_rows_per_sec": 104353.26484175358,
59
+ "avg_upload_sec_per_commit": 11.067923151166667,
60
+ "estimated_completion": "2026-03-31T14:28:06.72574738+08:00"
61
  },
62
  "stats": {
63
+ "committed": 6,
64
  "skipped": 57,
65
  "retries": 0,
66
+ "total_rows": 2168177,
67
+ "total_bytes": 170227405,
68
  "total_months": 488
69
  }
70
  }
stats.csv CHANGED
@@ -61,4 +61,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
61
  2008,5,submissions,1,177022,10466831,0,0.00,2.00,9.67,2026-03-31T04:46:59Z
62
  2008,6,comments,2,577684,49680972,0,0.00,4.33,17.45,2026-03-31T04:47:19Z
63
  2008,6,submissions,1,190682,11278006,0,0.00,2.17,8.88,2026-03-31T04:47:37Z
64
- 2008,7,submissions,1,218092,12794065,0,38.78,3.50,0.00,2026-03-31T04:47:46Z
 
 
61
  2008,5,submissions,1,177022,10466831,0,0.00,2.00,9.67,2026-03-31T04:46:59Z
62
  2008,6,comments,2,577684,49680972,0,0.00,4.33,17.45,2026-03-31T04:47:19Z
63
  2008,6,submissions,1,190682,11278006,0,0.00,2.17,8.88,2026-03-31T04:47:37Z
64
+ 2008,7,comments,2,592610,51690670,0,45.20,4.94,0.00,2026-03-31T04:47:55Z
65
+ 2008,7,submissions,1,218092,12794065,0,38.78,3.50,8.98,2026-03-31T04:47:46Z