tamnd commited on
Commit
c488136
·
verified ·
1 Parent(s): 8268db4

Add submissions/2008-03 (1 shards, 168.2K rows)

Browse files
Files changed (4) hide show
  1. README.md +18 -17
  2. data/submissions/2008/03/000.parquet +2 -2
  3. states.json +14 -16
  4. stats.csv +2 -1
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-03**.
55
 
56
- Right now the archive has **5.7M items** (4.2M comments, 1.5M submissions) in **454.0 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
 
@@ -98,7 +98,7 @@ states.json live pipeline state (updated every ~5 min)
98
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
99
  2006 ██████████░░░░░░░░░░░░░░░░░░░░ 304.7K
100
  2007 ██████████████████████████████ 908.2K
101
- 2008 █████████░░░░░░░░░░░░░░░░░░░░░ 290.1K
102
  ```
103
 
104
  ## How to download and use this dataset
@@ -211,13 +211,13 @@ huggingface-cli download open-index/arctic \
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
  | comments | 28 | 4.2M | 368.1 MB |
214
- | submissions | 27 | 1.5M | 85.9 MB |
215
- | **Total** | **28** | **5.7M** | **454.0 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
- <summary>Click to expand full monthly table (28 comment months + 27 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -274,8 +274,9 @@ huggingface-cli download open-index/arctic \
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 | 10.2s | 1 | 441,768 | 35.8 MB |
277
- | 2008-02 | submissions | - | 1m23s | 3.7s | - | 1 | 147,834 | 8.3 MB |
278
  | 2008-03 | comments | - | 43.1s | 6.7s | 11.5s | 1 | 463,728 | 37.3 MB |
 
279
 
280
  </details>
281
 
@@ -307,15 +308,15 @@ ORDER BY year, month, type;
307
 
308
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
309
 
310
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 15m / **Committed this session:** 54
311
 
312
  ### Active Workers
313
 
314
  | Stage | Month | Type | Progress |
315
  |-------|-------|------|----------|
316
- | Downloading | 2008-04 | comments | 23.4 MB / 39.5 MB (59%) |
317
- | Downloading | 2008-04 | submissions | 13.0 MB / 13.0 MB (99%) |
318
- | Uploading | 2008-02 | submissions | 1 shards · 147.8K rows · committing |
319
 
320
 
321
  ### Throughput
@@ -323,19 +324,19 @@ ORDER BY year, month, type;
323
  | Metric | Value |
324
  |--------|------:|
325
  | Download | 5 Mbps avg |
326
- | Processing | 61.5K rows/s avg |
327
- | Upload | 8.7s per commit avg |
328
- | ETA | 2026-03-31 06:43 UTC |
329
 
330
  ### Progress
331
 
332
- `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 54 / 488 (11.1%)
333
 
334
  | Metric | This Session |
335
  |--------|-------------:|
336
- | Months committed | 54 |
337
- | Rows processed | 5.6M |
338
- | Data committed | 445.7 MB |
339
 
340
  *Last update: 2026-03-31 04:43 UTC*
341
 
 
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-03**.
55
 
56
+ Right now the archive has **5.9M items** (4.2M comments, 1.7M submissions) in **463.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
 
 
98
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
99
  2006 ██████████░░░░░░░░░░░░░░░░░░░░ 304.7K
100
  2007 ██████████████████████████████ 908.2K
101
+ 2008 ███████████████░░░░░░░░░░░░░░░ 458.4K
102
  ```
103
 
104
  ## How to download and use this dataset
 
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
  | comments | 28 | 4.2M | 368.1 MB |
214
+ | submissions | 28 | 1.7M | 95.3 MB |
215
+ | **Total** | **28** | **5.9M** | **463.4 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
+ <summary>Click to expand full monthly table (28 comment months + 28 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
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 | 10.2s | 1 | 441,768 | 35.8 MB |
277
+ | 2008-02 | submissions | - | 1m23s | 3.7s | 8.9s | 1 | 147,834 | 8.3 MB |
278
  | 2008-03 | comments | - | 43.1s | 6.7s | 11.5s | 1 | 463,728 | 37.3 MB |
279
+ | 2008-03 | submissions | - | 40.8s | 3.3s | - | 1 | 168,227 | 9.4 MB |
280
 
281
  </details>
282
 
 
308
 
309
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
310
 
311
+ **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 15m / **Committed this session:** 55
312
 
313
  ### Active Workers
314
 
315
  | Stage | Month | Type | Progress |
316
  |-------|-------|------|----------|
317
+ | Downloading | 2008-04 | comments | 32.0 MB / 39.5 MB (81%) |
318
+ | Downloading | 2008-05 | comments | connecting... |
319
+ | Uploading | 2008-03 | submissions | 1 shards · 168.2K rows · committing |
320
 
321
 
322
  ### Throughput
 
324
  | Metric | Value |
325
  |--------|------:|
326
  | Download | 5 Mbps avg |
327
+ | Processing | 61.7K rows/s avg |
328
+ | Upload | 8.8s per commit avg |
329
+ | ETA | 2026-03-31 06:42 UTC |
330
 
331
  ### Progress
332
 
333
+ `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 55 / 488 (11.3%)
334
 
335
  | Metric | This Session |
336
  |--------|-------------:|
337
+ | Months committed | 55 |
338
+ | Rows processed | 5.7M |
339
+ | Data committed | 454.0 MB |
340
 
341
  *Last update: 2026-03-31 04:43 UTC*
342
 
data/submissions/2008/03/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4ccda89bf04cee1db2d0fbbd718565b7aed3c02dc78966fd5ea6a71d9dca3c95
3
- size 9873442
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b143ebf32250146d0cf9d64ad79ec9660c670fe10df8de4ff4db3d24b4c88a50
3
+ size 9873305
states.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
- "updated_at": "2026-03-31T04:43:09.948882949Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2008-02",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
@@ -32,24 +32,22 @@
32
  {
33
  "ym": "2008-04",
34
  "type": "comments",
35
- "bytes_done": 24494080,
36
  "bytes_total": 41375512,
37
  "phase": "downloading"
38
  },
39
  {
40
- "ym": "2008-04",
41
- "type": "submissions",
42
- "bytes_done": 13582484,
43
- "bytes_total": 13631636,
44
  "phase": "downloading"
45
  }
46
  ],
47
  "processing": null,
48
  "uploading": [
49
  {
50
- "ym": "2008-02",
51
  "type": "submissions",
52
- "rows": 147834,
53
  "shards": 1,
54
  "phase": "committing"
55
  }
@@ -58,17 +56,17 @@
58
  "queued_for_upload": 0
59
  },
60
  "throughput": {
61
- "avg_download_mbps": 4.996251294786871,
62
- "avg_process_rows_per_sec": 61518.006978836944,
63
- "avg_upload_sec_per_commit": 8.6563531325,
64
- "estimated_completion": "2026-03-31T14:43:34.51268022+08:00"
65
  },
66
  "stats": {
67
- "committed": 54,
68
  "skipped": 0,
69
  "retries": 0,
70
- "total_rows": 5600860,
71
- "total_bytes": 467387765,
72
  "total_months": 488
73
  }
74
  }
 
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
+ "updated_at": "2026-03-31T04:43:18.822665674Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2008-03",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
 
32
  {
33
  "ym": "2008-04",
34
  "type": "comments",
35
+ "bytes_done": 33587200,
36
  "bytes_total": 41375512,
37
  "phase": "downloading"
38
  },
39
  {
40
+ "ym": "2008-05",
41
+ "type": "comments",
 
 
42
  "phase": "downloading"
43
  }
44
  ],
45
  "processing": null,
46
  "uploading": [
47
  {
48
+ "ym": "2008-03",
49
  "type": "submissions",
50
+ "rows": 168227,
51
  "shards": 1,
52
  "phase": "committing"
53
  }
 
56
  "queued_for_upload": 0
57
  },
58
  "throughput": {
59
+ "avg_download_mbps": 5.0412494535493355,
60
+ "avg_process_rows_per_sec": 61670.369953210335,
61
+ "avg_upload_sec_per_commit": 8.783951023999998,
62
+ "estimated_completion": "2026-03-31T14:42:24.630060432+08:00"
63
  },
64
  "stats": {
65
+ "committed": 55,
66
  "skipped": 0,
67
  "retries": 0,
68
+ "total_rows": 5748694,
69
+ "total_bytes": 476038697,
70
  "total_months": 488
71
  }
72
  }
stats.csv CHANGED
@@ -52,5 +52,6 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
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,10.20,2026-03-31T04:42:48Z
55
- 2008,2,submissions,1,147834,8650932,0,82.96,3.66,0.00,2026-03-31T04:43:09Z
56
  2008,3,comments,1,463728,39137471,0,43.15,6.71,11.46,2026-03-31T04:42:58Z
 
 
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,10.20,2026-03-31T04:42:48Z
55
+ 2008,2,submissions,1,147834,8650932,0,82.96,3.66,8.87,2026-03-31T04:43:09Z
56
  2008,3,comments,1,463728,39137471,0,43.15,6.71,11.46,2026-03-31T04:42:58Z
57
+ 2008,3,submissions,1,168227,9873305,0,40.83,3.31,0.00,2026-03-31T04:43:18Z