tamnd commited on
Commit
e4fa648
·
verified ·
1 Parent(s): 2faee10

Add comments/2008-02 (1 shards, 441.8K rows)

Browse files
Files changed (4) hide show
  1. README.md +20 -19
  2. data/comments/2008/02/000.parquet +2 -2
  3. states.json +19 -17
  4. stats.csv +2 -1
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-01**.
55
 
56
- Right now the archive has **4.7M items** (3.3M comments, 1.4M submissions) in **372.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
 
@@ -89,7 +89,7 @@ states.json live pipeline state (updated every ~5 min)
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
  2006 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
  2007 ██████████████████████████████ 2.5M
92
- 2008 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 453.0K
93
  ```
94
 
95
  **Submissions**
@@ -210,14 +210,14 @@ huggingface-cli download open-index/arctic \
210
 
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
- | comments | 26 | 3.3M | 294.9 MB |
214
  | submissions | 26 | 1.4M | 77.7 MB |
215
- | **Total** | **26** | **4.7M** | **372.6 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
- <summary>Click to expand full monthly table (26 comment months + 26 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -272,7 +272,8 @@ huggingface-cli download open-index/arctic \
272
  | 2007-12 | comments | - | 1m06s | 4.4s | 10.4s | 1 | 363,390 | 30.2 MB |
273
  | 2007-12 | submissions | - | 19.9s | 2.6s | 6.9s | 1 | 111,193 | 6.1 MB |
274
  | 2008-01 | comments | - | 1m10s | 4.0s | 10.6s | 1 | 452,990 | 36.7 MB |
275
- | 2008-01 | submissions | - | 20.3s | 3.3s | - | 1 | 142,310 | 7.8 MB |
 
276
 
277
  </details>
278
 
@@ -304,16 +305,16 @@ ORDER BY year, month, type;
304
 
305
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
306
 
307
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 14m / **Committed this session:** 51
308
 
309
  ### Active Workers
310
 
311
  | Stage | Month | Type | Progress |
312
  |-------|-------|------|----------|
313
- | Downloading | 2008-03 | submissions | connecting... |
314
- | Downloading | 2008-04 | comments | connecting... |
315
- | Processing | 2008-02 | comments | starting... |
316
- | Uploading | 2008-01 | submissions | 1 shards · 142.3K rows · committing |
317
 
318
 
319
  ### Throughput
@@ -321,19 +322,19 @@ ORDER BY year, month, type;
321
  | Metric | Value |
322
  |--------|------:|
323
  | Download | 5 Mbps avg |
324
- | Processing | 63.6K rows/s avg |
325
- | Upload | 8.1s per commit avg |
326
- | ETA | 2026-03-31 06:41 UTC |
327
 
328
  ### Progress
329
 
330
- `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 51 / 488 (10.5%)
331
 
332
  | Metric | This Session |
333
  |--------|-------------:|
334
- | Months committed | 51 |
335
- | Rows processed | 4.6M |
336
- | Data committed | 364.8 MB |
337
 
338
  *Last update: 2026-03-31 04:42 UTC*
339
 
 
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-02**.
55
 
56
+ Right now the archive has **5.1M items** (3.8M comments, 1.4M submissions) in **408.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
 
 
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
  2006 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
  2007 ██████████████████████████████ 2.5M
92
+ 2008 ██████████░░░░░░░░░░░░░░░░░░░░ 894.8K
93
  ```
94
 
95
  **Submissions**
 
210
 
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
+ | comments | 27 | 3.8M | 330.7 MB |
214
  | submissions | 26 | 1.4M | 77.7 MB |
215
+ | **Total** | **27** | **5.1M** | **408.4 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
+ <summary>Click to expand full monthly table (27 comment months + 26 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
272
  | 2007-12 | comments | - | 1m06s | 4.4s | 10.4s | 1 | 363,390 | 30.2 MB |
273
  | 2007-12 | submissions | - | 19.9s | 2.6s | 6.9s | 1 | 111,193 | 6.1 MB |
274
  | 2008-01 | comments | - | 1m10s | 4.0s | 10.6s | 1 | 452,990 | 36.7 MB |
275
+ | 2008-01 | submissions | - | 20.2s | 3.3s | 8.4s | 1 | 142,310 | 7.8 MB |
276
+ | 2008-02 | comments | - | 29.8s | 5.6s | - | 1 | 441,768 | 35.8 MB |
277
 
278
  </details>
279
 
 
305
 
306
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
307
 
308
+ **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 14m / **Committed this session:** 52
309
 
310
  ### Active Workers
311
 
312
  | Stage | Month | Type | Progress |
313
  |-------|-------|------|----------|
314
+ | Downloading | 2008-04 | comments | 1.4 MB / 39.5 MB (3%) |
315
+ | Downloading | 2008-04 | submissions | connecting... |
316
+ | Processing | 2008-03 | comments | starting... |
317
+ | Uploading | 2008-02 | comments | 1 shards · 441.8K rows · committing |
318
 
319
 
320
  ### Throughput
 
322
  | Metric | Value |
323
  |--------|------:|
324
  | Download | 5 Mbps avg |
325
+ | Processing | 65.0K rows/s avg |
326
+ | Upload | 8.2s per commit avg |
327
+ | ETA | 2026-03-31 06:42 UTC |
328
 
329
  ### Progress
330
 
331
+ `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 52 / 488 (10.7%)
332
 
333
  | Metric | This Session |
334
  |--------|-------------:|
335
+ | Months committed | 52 |
336
+ | Rows processed | 4.7M |
337
+ | Data committed | 372.6 MB |
338
 
339
  *Last update: 2026-03-31 04:42 UTC*
340
 
data/comments/2008/02/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:69b61ebf560596a3f531c784e5f15118dc2a1c9794df0c2dc0b4cbb973c8245d
3
- size 37567439
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c1662b4c8f234a0f05e024bd67138918f1dd8508c727f4fcf2171e480d93a79
3
+ size 37565572
states.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
- "updated_at": "2026-03-31T04:42:09.471828717Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2008-01",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -30,28 +30,30 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2008-03",
34
- "type": "submissions",
 
 
35
  "phase": "downloading"
36
  },
37
  {
38
  "ym": "2008-04",
39
- "type": "comments",
40
  "phase": "downloading"
41
  }
42
  ],
43
  "processing": [
44
  {
45
- "ym": "2008-02",
46
  "type": "comments",
47
  "phase": "processing"
48
  }
49
  ],
50
  "uploading": [
51
  {
52
- "ym": "2008-01",
53
- "type": "submissions",
54
- "rows": 142310,
55
  "shards": 1,
56
  "phase": "committing"
57
  }
@@ -60,17 +62,17 @@
60
  "queued_for_upload": 0
61
  },
62
  "throughput": {
63
- "avg_download_mbps": 5.10461215129313,
64
- "avg_process_rows_per_sec": 63567.78403825012,
65
- "avg_upload_sec_per_commit": 8.090233930900002,
66
- "estimated_completion": "2026-03-31T14:41:50.55817274+08:00"
67
  },
68
  "stats": {
69
- "committed": 51,
70
  "skipped": 0,
71
  "retries": 0,
72
- "total_rows": 4553054,
73
- "total_bytes": 382476932,
74
  "total_months": 488
75
  }
76
  }
 
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
+ "updated_at": "2026-03-31T04:42:48.242326782Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2008-02",
8
+ "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2008-04",
34
+ "type": "comments",
35
+ "bytes_done": 1458176,
36
+ "bytes_total": 41375512,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2008-04",
41
+ "type": "submissions",
42
  "phase": "downloading"
43
  }
44
  ],
45
  "processing": [
46
  {
47
+ "ym": "2008-03",
48
  "type": "comments",
49
  "phase": "processing"
50
  }
51
  ],
52
  "uploading": [
53
  {
54
+ "ym": "2008-02",
55
+ "type": "comments",
56
+ "rows": 441768,
57
  "shards": 1,
58
  "phase": "committing"
59
  }
 
62
  "queued_for_upload": 0
63
  },
64
  "throughput": {
65
+ "avg_download_mbps": 4.996251294786871,
66
+ "avg_process_rows_per_sec": 64979.39154246529,
67
+ "avg_upload_sec_per_commit": 8.1869790802,
68
+ "estimated_completion": "2026-03-31T14:42:46.641244325+08:00"
69
  },
70
  "stats": {
71
+ "committed": 52,
72
  "skipped": 0,
73
  "retries": 0,
74
+ "total_rows": 4695364,
75
+ "total_bytes": 390684722,
76
  "total_months": 488
77
  }
78
  }
stats.csv CHANGED
@@ -50,4 +50,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
50
  2007,12,comments,1,363390,31699582,0,66.16,4.43,10.44,2026-03-31T04:40:30Z
51
  2007,12,submissions,1,111193,6389265,0,19.95,2.60,6.90,2026-03-31T04:40:41Z
52
  2008,1,comments,1,452990,38454283,0,70.42,4.04,10.60,2026-03-31T04:41:58Z
53
- 2008,1,submissions,1,142310,8207790,0,20.25,3.28,0.00,2026-03-31T04:42:09Z
 
 
50
  2007,12,comments,1,363390,31699582,0,66.16,4.43,10.44,2026-03-31T04:40:30Z
51
  2007,12,submissions,1,111193,6389265,0,19.95,2.60,6.90,2026-03-31T04:40:41Z
52
  2008,1,comments,1,452990,38454283,0,70.42,4.04,10.60,2026-03-31T04:41:58Z
53
+ 2008,1,submissions,1,142310,8207790,0,20.25,3.28,8.40,2026-03-31T04:42:09Z
54
+ 2008,2,comments,1,441768,37565572,0,29.80,5.61,0.00,2026-03-31T04:42:48Z