tamnd commited on
Commit
bc57a48
·
verified ·
1 Parent(s): e9d97f9

Add comments/2009-10 (5 shards, 2.2M 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 **2009-09**.
55
 
56
- Right now the archive has **29.1M items** (22.0M comments, 7.2M submissions) in **2.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,9 +88,9 @@ states.json live pipeline state (updated every ~5 min)
88
  ```
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
- 2007 █████░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
92
- 2008 ██████████████████░░░░░░░░░░░░ 7.2M
93
- 2009 ██████████████████████████████ 11.9M
94
  ```
95
 
96
  **Submissions**
@@ -212,14 +212,14 @@ huggingface-cli download open-index/arctic \
212
 
213
  | Type | Months | Rows | Parquet Size |
214
  |------|-------:|-----:|-------------:|
215
- | comments | 46 | 22.0M | 1.8 GB |
216
  | submissions | 46 | 7.2M | 428.4 MB |
217
- | **Total** | **46** | **29.1M** | **2.2 GB** |
218
 
219
  ### Monthly breakdown
220
 
221
  <details>
222
- <summary>Click to expand full monthly table (46 comment months + 46 submission months)</summary>
223
 
224
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
225
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -314,7 +314,8 @@ huggingface-cli download open-index/arctic \
314
  | 2009-08 | comments | - | 46.6s | 15.6s | 15.9s | 4 | 1,750,688 | 153.3 MB |
315
  | 2009-08 | submissions | - | 29.8s | 8.5s | 21.9s | 1 | 435,860 | 30.4 MB |
316
  | 2009-09 | comments | - | 36.1s | 19.0s | 22.5s | 5 | 2,032,276 | 172.6 MB |
317
- | 2009-09 | submissions | - | 34.8s | 10.7s | - | 1 | 443,037 | 31.7 MB |
 
318
 
319
  </details>
320
 
@@ -346,35 +347,35 @@ ORDER BY year, month, type;
346
 
347
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
348
 
349
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 12m / **Committed this session:** 34
350
 
351
  ### Active Workers
352
 
353
  | Stage | Month | Type | Progress |
354
  |-------|-------|------|----------|
355
- | Downloading | 2009-10 | submissions | 2.6 MB / 42.5 MB (6%) |
356
- | Downloading | 2009-11 | comments | connecting... |
357
- | Processing | 2009-10 | comments | starting... |
358
- | Uploading | 2009-09 | submissions | 1 shards · 443.0K rows · committing |
359
 
360
 
361
  ### Throughput
362
 
363
  | Metric | Value |
364
  |--------|------:|
365
- | Download | 16 Mbps avg |
366
- | Processing | 84.1K rows/s avg |
367
- | Upload | 17.5s per commit avg |
368
- | ETA | 2026-03-31 07:27 UTC |
369
 
370
  ### Progress
371
 
372
- `█████░░░░░░░░░░░░░░░░░░░░░░░░` 91 / 488 (18.6%)
373
 
374
  | Metric | This Session |
375
  |--------|-------------:|
376
- | Months committed | 34 |
377
- | Rows processed | 22.6M |
378
  | Data committed | 1.8 GB |
379
 
380
  *Last update: 2026-03-31 04:59 UTC*
 
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 **2009-10**.
55
 
56
+ Right now the archive has **31.4M items** (24.2M comments, 7.2M submissions) in **2.4 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
  ```
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
+ 2007 █████░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
92
+ 2008 ███████████████░░░░░░░░░░░░░░░ 7.2M
93
+ 2009 ██████████████████████████████ 14.1M
94
  ```
95
 
96
  **Submissions**
 
212
 
213
  | Type | Months | Rows | Parquet Size |
214
  |------|-------:|-----:|-------------:|
215
+ | comments | 47 | 24.2M | 2.0 GB |
216
  | submissions | 46 | 7.2M | 428.4 MB |
217
+ | **Total** | **47** | **31.4M** | **2.4 GB** |
218
 
219
  ### Monthly breakdown
220
 
221
  <details>
222
+ <summary>Click to expand full monthly table (47 comment months + 46 submission months)</summary>
223
 
224
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
225
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
314
  | 2009-08 | comments | - | 46.6s | 15.6s | 15.9s | 4 | 1,750,688 | 153.3 MB |
315
  | 2009-08 | submissions | - | 29.8s | 8.5s | 21.9s | 1 | 435,860 | 30.4 MB |
316
  | 2009-09 | comments | - | 36.1s | 19.0s | 22.5s | 5 | 2,032,276 | 172.6 MB |
317
+ | 2009-09 | submissions | - | 34.8s | 10.7s | 13.0s | 1 | 443,037 | 31.7 MB |
318
+ | 2009-10 | comments | - | 43.3s | 19.0s | - | 5 | 2,242,017 | 199.1 MB |
319
 
320
  </details>
321
 
 
347
 
348
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
349
 
350
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 13m / **Committed this session:** 35
351
 
352
  ### Active Workers
353
 
354
  | Stage | Month | Type | Progress |
355
  |-------|-------|------|----------|
356
+ | Downloading | 2009-11 | comments | 224.0 KB / 198.5 MB (0%) |
357
+ | Downloading | 2009-11 | submissions | connecting... |
358
+ | Processing | 2009-10 | submissions | starting... |
359
+ | Uploading | 2009-10 | comments | 5 shards · 2.2M rows · committing |
360
 
361
 
362
  ### Throughput
363
 
364
  | Metric | Value |
365
  |--------|------:|
366
+ | Download | 17 Mbps avg |
367
+ | Processing | 84.7K rows/s avg |
368
+ | Upload | 17.6s per commit avg |
369
+ | ETA | 2026-03-31 07:22 UTC |
370
 
371
  ### Progress
372
 
373
+ `█████░░░░░░░░░░░░░░��░░░░░░░░░░` 92 / 488 (18.9%)
374
 
375
  | Metric | This Session |
376
  |--------|-------------:|
377
+ | Months committed | 35 |
378
+ | Rows processed | 23.1M |
379
  | Data committed | 1.8 GB |
380
 
381
  *Last update: 2026-03-31 04:59 UTC*
data/comments/2009/10/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:65da56ffc4324ef4abd2bc08e442d1cc0759e255ea3b18a1e7f40502a9706faf
3
- size 46566562
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b25b632129b7a688985761318550c184a8c6be4c490515528a5a46baed2ad475
3
+ size 46573052
data/comments/2009/10/001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf7e3823f625f87ada4e4a00de0e2bd3a60bd9207c7b5f37cdeab5dcb79ac83d
3
- size 46705509
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:744eb33cf14cee3a7e65060bdea454bb469c7bfa4406201dbb1f8a043f0f4f4a
3
+ size 46703969
data/comments/2009/10/002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2d4189614e0d9aa9a5953068a5cd9bff1cec5960256f12b9ad4b07d2949482e
3
- size 45504815
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f739c25a92fef0f38328794066ff1a4af2597be00f1576e1169a918ed79ee17
3
+ size 45503283
data/comments/2009/10/003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9b8bba8a02bd0702f010cb500cf1ba94e4ffb267a3ba589c57ce01f6c56689b7
3
- size 46999831
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:716dee8c617a4b213c33de3d9924bf49b34ffbefb3f8de080302437699cfdf48
3
+ size 46998055
data/comments/2009/10/004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:09e76072c51b841993f552ef82cc666d9728e02548762ce1aea2858cf69c5d9f
3
  size 23000359
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33adf428e1af022f3f572b10f52c551300f99640e1e8d12c26265dae6116d36a
3
  size 23000359
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:59:05.252995644Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2009-09",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -30,31 +30,31 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2009-10",
34
- "type": "submissions",
35
- "bytes_done": 2731561,
36
- "bytes_total": 44584880,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2009-11",
41
- "type": "comments",
42
  "phase": "downloading"
43
  }
44
  ],
45
  "processing": [
46
  {
47
  "ym": "2009-10",
48
- "type": "comments",
49
  "phase": "processing"
50
  }
51
  ],
52
  "uploading": [
53
  {
54
- "ym": "2009-09",
55
- "type": "submissions",
56
- "rows": 443037,
57
- "shards": 1,
58
  "phase": "committing"
59
  }
60
  ],
@@ -62,17 +62,17 @@
62
  "queued_for_upload": 0
63
  },
64
  "throughput": {
65
- "avg_download_mbps": 16.269439212374515,
66
- "avg_process_rows_per_sec": 84053.72245662028,
67
- "avg_upload_sec_per_commit": 17.496960849449998,
68
- "estimated_completion": "2026-03-31T15:27:57.501059204+08:00"
69
  },
70
  "stats": {
71
- "committed": 34,
72
  "skipped": 57,
73
  "retries": 0,
74
- "total_rows": 22613429,
75
- "total_bytes": 1880490601,
76
  "total_months": 488
77
  }
78
  }
 
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
+ "updated_at": "2026-03-31T04:59:23.34353093Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2009-10",
8
+ "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2009-11",
34
+ "type": "comments",
35
+ "bytes_done": 229376,
36
+ "bytes_total": 208180276,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2009-11",
41
+ "type": "submissions",
42
  "phase": "downloading"
43
  }
44
  ],
45
  "processing": [
46
  {
47
  "ym": "2009-10",
48
+ "type": "submissions",
49
  "phase": "processing"
50
  }
51
  ],
52
  "uploading": [
53
  {
54
+ "ym": "2009-10",
55
+ "type": "comments",
56
+ "rows": 2242017,
57
+ "shards": 5,
58
  "phase": "committing"
59
  }
60
  ],
 
62
  "queued_for_upload": 0
63
  },
64
  "throughput": {
65
+ "avg_download_mbps": 16.505969175631424,
66
+ "avg_process_rows_per_sec": 84669.50155551915,
67
+ "avg_upload_sec_per_commit": 17.616055127199996,
68
+ "estimated_completion": "2026-03-31T15:22:27.536882817+08:00"
69
  },
70
  "stats": {
71
+ "committed": 35,
72
  "skipped": 57,
73
  "retries": 0,
74
+ "total_rows": 23056466,
75
+ "total_bytes": 1913688043,
76
  "total_months": 488
77
  }
78
  }
stats.csv CHANGED
@@ -90,4 +90,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
90
  2009,8,comments,4,1750688,160702855,0,46.57,15.56,15.87,2026-03-31T04:57:45Z
91
  2009,8,submissions,1,435860,31829520,0,29.83,8.46,21.94,2026-03-31T04:58:01Z
92
  2009,9,comments,5,2032276,181003600,0,36.09,19.01,22.47,2026-03-31T04:58:42Z
93
- 2009,9,submissions,1,443037,33197442,0,34.77,10.69,0.00,2026-03-31T04:59:05Z
 
 
90
  2009,8,comments,4,1750688,160702855,0,46.57,15.56,15.87,2026-03-31T04:57:45Z
91
  2009,8,submissions,1,435860,31829520,0,29.83,8.46,21.94,2026-03-31T04:58:01Z
92
  2009,9,comments,5,2032276,181003600,0,36.09,19.01,22.47,2026-03-31T04:58:42Z
93
+ 2009,9,submissions,1,443037,33197442,0,34.77,10.69,13.03,2026-03-31T04:59:05Z
94
+ 2009,10,comments,5,2242017,208778718,0,43.28,19.04,0.00,2026-03-31T04:59:23Z