tamnd commited on
Commit
bef5f20
·
verified ·
1 Parent(s): 269dbbd

Add comments/2009-04 (3 shards, 1.1M 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 **2009-04**.
55
 
56
- Right now the archive has **18.3M items** (13.2M comments, 5.1M submissions) in **1.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
 
@@ -90,7 +90,7 @@ states.json live pipeline state (updated every ~5 min)
90
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
  2007 ██████████░░░░░░░░░░░░░░░░░░░░ 2.5M
92
  2008 ██████████████████████████████ 7.2M
93
- 2009 ████████████░░░░░░░░░░░░░░░░░░ 3.0M
94
  ```
95
 
96
  **Submissions**
@@ -212,14 +212,14 @@ huggingface-cli download open-index/arctic \
212
 
213
  | Type | Months | Rows | Parquet Size |
214
  |------|-------:|-----:|-------------:|
215
- | comments | 40 | 13.2M | 1.1 GB |
216
  | submissions | 41 | 5.1M | 292.8 MB |
217
- | **Total** | **40** | **18.3M** | **1.4 GB** |
218
 
219
  ### Monthly breakdown
220
 
221
  <details>
222
- <summary>Click to expand full monthly table (40 comment months + 41 submission months)</summary>
223
 
224
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
225
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -303,7 +303,8 @@ huggingface-cli download open-index/arctic \
303
  | 2009-02 | submissions | - | 26.9s | 5.5s | 10.7s | 1 | 329,042 | 19.1 MB |
304
  | 2009-03 | comments | - | 52.2s | 8.8s | 19.4s | 3 | 1,048,643 | 89.8 MB |
305
  | 2009-03 | submissions | - | 27.2s | 7.7s | 11.3s | 1 | 362,805 | 21.4 MB |
306
- | 2009-04 | submissions | - | 23.3s | 5.8s | - | 1 | 357,107 | 21.3 MB |
 
307
 
308
  </details>
309
 
@@ -335,16 +336,15 @@ ORDER BY year, month, type;
335
 
336
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
337
 
338
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 8m / **Committed this session:** 23
339
 
340
  ### Active Workers
341
 
342
  | Stage | Month | Type | Progress |
343
  |-------|-------|------|----------|
344
- | Downloading | 2009-05 | submissions | connecting... |
345
- | Downloading | 2009-06 | comments | 16.0 MB / 113.5 MB (14%) |
346
- | Processing | 2009-05 | comments | shard 1 · 0 rows |
347
- | Uploading | 2009-04 | submissions | 1 shards · 357.1K rows · committing |
348
 
349
 
350
  ### Throughput
@@ -352,19 +352,19 @@ ORDER BY year, month, type;
352
  | Metric | Value |
353
  |--------|------:|
354
  | Download | 13 Mbps avg |
355
- | Processing | 88.4K rows/s avg |
356
- | Upload | 11.4s per commit avg |
357
- | ETA | 2026-03-31 07:14 UTC |
358
 
359
  ### Progress
360
 
361
- `████░░░░░░░░░░░░░░░░░░░░░░░░░░` 80 / 488 (16.4%)
362
 
363
  | Metric | This Session |
364
  |--------|-------------:|
365
- | Months committed | 23 |
366
- | Rows processed | 11.8M |
367
- | Data committed | 902.1 MB |
368
 
369
  *Last update: 2026-03-31 04:54 UTC*
370
 
 
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-04**.
55
 
56
+ Right now the archive has **19.4M items** (14.3M comments, 5.1M submissions) in **1.5 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
 
 
90
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
  2007 ██████████░░░░░░░░░░░░░░░░░░░░ 2.5M
92
  2008 ██████████████████████████████ 7.2M
93
+ 2009 █████████████████░░░░░░░░░░░░░ 4.1M
94
  ```
95
 
96
  **Submissions**
 
212
 
213
  | Type | Months | Rows | Parquet Size |
214
  |------|-------:|-----:|-------------:|
215
+ | comments | 41 | 14.3M | 1.2 GB |
216
  | submissions | 41 | 5.1M | 292.8 MB |
217
+ | **Total** | **41** | **19.4M** | **1.5 GB** |
218
 
219
  ### Monthly breakdown
220
 
221
  <details>
222
+ <summary>Click to expand full monthly table (41 comment months + 41 submission months)</summary>
223
 
224
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
225
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
303
  | 2009-02 | submissions | - | 26.9s | 5.5s | 10.7s | 1 | 329,042 | 19.1 MB |
304
  | 2009-03 | comments | - | 52.2s | 8.8s | 19.4s | 3 | 1,048,643 | 89.8 MB |
305
  | 2009-03 | submissions | - | 27.2s | 7.7s | 11.3s | 1 | 362,805 | 21.4 MB |
306
+ | 2009-04 | comments | - | 40.9s | 11.0s | - | 3 | 1,094,599 | 93.2 MB |
307
+ | 2009-04 | submissions | - | 23.3s | 5.8s | 13.6s | 1 | 357,107 | 21.3 MB |
308
 
309
  </details>
310
 
 
336
 
337
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
338
 
339
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 8m / **Committed this session:** 24
340
 
341
  ### Active Workers
342
 
343
  | Stage | Month | Type | Progress |
344
  |-------|-------|------|----------|
345
+ | Downloading | 2009-05 | submissions | 12.8 MB / 28.9 MB (44%) |
346
+ | Downloading | 2009-06 | comments | 74.1 MB / 113.5 MB (65%) |
347
+ | Uploading | 2009-04 | comments | 3 shards · 1.1M rows · committing |
 
348
 
349
 
350
  ### Throughput
 
352
  | Metric | Value |
353
  |--------|------:|
354
  | Download | 13 Mbps avg |
355
+ | Processing | 90.4K rows/s avg |
356
+ | Upload | 11.2s per commit avg |
357
+ | ETA | 2026-03-31 07:12 UTC |
358
 
359
  ### Progress
360
 
361
+ `████░░░░░░░░░░░░░░░░░░░░░░░░░░` 81 / 488 (16.6%)
362
 
363
  | Metric | This Session |
364
  |--------|-------------:|
365
+ | Months committed | 24 |
366
+ | Rows processed | 12.2M |
367
+ | Data committed | 923.4 MB |
368
 
369
  *Last update: 2026-03-31 04:54 UTC*
370
 
data/comments/2009/04/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c8fce1fd7c67c5487062f57e74b59a12cf80518f09488a71405bef98ecafabcb
3
- size 44661034
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5bd1008a1613291b14d04ac25e70bdc2ed572abed78d74a35309bfe691db9de
3
+ size 44671795
data/comments/2009/04/001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7c37f14b21439386d85480dd5d03384bd9346fe86b0dd5549ce811e86bc5f5b
3
- size 44437204
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:736d4ab2b3885f768c7a1b7678a7012aaedfae776dac8ebee821ffa175995133
3
+ size 44431696
data/comments/2009/04/002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7000386a1c966ef60d609c7cc47a4c2aee2af46e879646cc5b0e15717a663077
3
  size 8644989
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a1ac90bc1135deea33ada7a86b275696d3e563d094cf6f38b538ccb43944047
3
  size 8644989
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:54:16.799352628Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2009-04",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -32,30 +32,25 @@
32
  {
33
  "ym": "2009-05",
34
  "type": "submissions",
 
 
35
  "phase": "downloading"
36
  },
37
  {
38
  "ym": "2009-06",
39
  "type": "comments",
40
- "bytes_done": 16777216,
41
  "bytes_total": 119026985,
42
  "phase": "downloading"
43
  }
44
  ],
45
- "processing": [
46
- {
47
- "ym": "2009-05",
48
- "type": "comments",
49
- "shard": 1,
50
- "phase": "processing"
51
- }
52
- ],
53
  "uploading": [
54
  {
55
  "ym": "2009-04",
56
- "type": "submissions",
57
- "rows": 357107,
58
- "shards": 1,
59
  "phase": "committing"
60
  }
61
  ],
@@ -64,16 +59,16 @@
64
  },
65
  "throughput": {
66
  "avg_download_mbps": 13.303065543269312,
67
- "avg_process_rows_per_sec": 88406.89087485799,
68
- "avg_upload_sec_per_commit": 11.389683739,
69
- "estimated_completion": "2026-03-31T15:14:22.862850748+08:00"
70
  },
71
  "stats": {
72
- "committed": 23,
73
  "skipped": 57,
74
  "retries": 0,
75
- "total_rows": 11846305,
76
- "total_bytes": 945963033,
77
  "total_months": 488
78
  }
79
  }
 
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
+ "updated_at": "2026-03-31T04:54:30.36297661Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2009-04",
8
+ "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
32
  {
33
  "ym": "2009-05",
34
  "type": "submissions",
35
+ "bytes_done": 13429275,
36
+ "bytes_total": 30255643,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2009-06",
41
  "type": "comments",
42
+ "bytes_done": 77661687,
43
  "bytes_total": 119026985,
44
  "phase": "downloading"
45
  }
46
  ],
47
+ "processing": null,
 
 
 
 
 
 
 
48
  "uploading": [
49
  {
50
  "ym": "2009-04",
51
+ "type": "comments",
52
+ "rows": 1094599,
53
+ "shards": 3,
54
  "phase": "committing"
55
  }
56
  ],
 
59
  },
60
  "throughput": {
61
  "avg_download_mbps": 13.303065543269312,
62
+ "avg_process_rows_per_sec": 90362.34503209165,
63
+ "avg_upload_sec_per_commit": 11.194991380450002,
64
+ "estimated_completion": "2026-03-31T15:12:11.891335084+08:00"
65
  },
66
  "stats": {
67
+ "committed": 24,
68
  "skipped": 57,
69
  "retries": 0,
70
+ "total_rows": 12203412,
71
+ "total_bytes": 968263223,
72
  "total_months": 488
73
  }
74
  }
stats.csv CHANGED
@@ -79,4 +79,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
79
  2009,2,submissions,1,329042,20036803,0,26.86,5.53,10.66,2026-03-31T04:52:17Z
80
  2009,3,comments,3,1048643,94139987,0,52.24,8.84,19.42,2026-03-31T04:53:45Z
81
  2009,3,submissions,1,362805,22480868,0,27.24,7.65,11.33,2026-03-31T04:54:05Z
82
- 2009,4,submissions,1,357107,22300190,0,23.34,5.82,0.00,2026-03-31T04:54:16Z
 
 
79
  2009,2,submissions,1,329042,20036803,0,26.86,5.53,10.66,2026-03-31T04:52:17Z
80
  2009,3,comments,3,1048643,94139987,0,52.24,8.84,19.42,2026-03-31T04:53:45Z
81
  2009,3,submissions,1,362805,22480868,0,27.24,7.65,11.33,2026-03-31T04:54:05Z
82
+ 2009,4,comments,3,1094599,97748480,0,40.93,11.00,0.00,2026-03-31T04:54:30Z
83
+ 2009,4,submissions,1,357107,22300190,0,23.34,5.82,13.55,2026-03-31T04:54:16Z