tamnd commited on
Commit
7ec874b
·
verified ·
1 Parent(s): 4725293

Add submissions/2008-05 (1 shards, 177.0K rows)

Browse files
Files changed (4) hide show
  1. README.md +16 -14
  2. data/submissions/2008/05/000.parquet +2 -2
  3. states.json +14 -15
  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-05**.
55
 
56
- Right now the archive has **6.6M items** (4.8M comments, 1.8M submissions) in **516.3 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 ████████████████████░░░░░░░░░░ 625.8K
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 | 29 | 4.8M | 411.6 MB |
214
- | submissions | 29 | 1.8M | 104.7 MB |
215
- | **Total** | **29** | **6.6M** | **516.3 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
- <summary>Click to expand full monthly table (29 comment months + 29 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -278,7 +278,8 @@ huggingface-cli download open-index/arctic \
278
  | 2008-03 | comments | - | 43.1s | 6.7s | 11.5s | 1 | 463,728 | 37.3 MB |
279
  | 2008-03 | submissions | - | 40.8s | 3.3s | 8.4s | 1 | 168,227 | 9.4 MB |
280
  | 2008-04 | submissions | - | 23.0s | 4.6s | - | 1 | 167,472 | 9.4 MB |
281
- | 2008-05 | comments | - | - | 4.0s | - | 2 | 536,380 | 43.5 MB |
 
282
 
283
  </details>
284
 
@@ -310,32 +311,33 @@ ORDER BY year, month, type;
310
 
311
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
312
 
313
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 0m / **Committed this session:** 0
314
 
315
  ### Active Workers
316
 
317
  | Stage | Month | Type | Progress |
318
  |-------|-------|------|----------|
319
  | Downloading | 2008-07 | comments | connecting... |
320
- | Processing | 2008-05 | submissions | starting... |
321
- | Uploading | 2008-05 | comments | 2 shards · 536.4K rows · committing |
322
 
323
 
324
  ### Throughput
325
 
326
  | Metric | Value |
327
  |--------|------:|
328
- | Processing | 132.5K rows/s avg |
 
329
 
330
  ### Progress
331
 
332
- `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 57 / 488 (11.7%)
333
 
334
  | Metric | This Session |
335
  |--------|-------------:|
336
- | Months committed | 0 |
337
- | Rows processed | 0 |
338
- | Data committed | 0 B |
339
 
340
  *Last update: 2026-03-31 04:46 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-05**.
55
 
56
+ Right now the archive has **6.8M items** (4.8M comments, 2.0M submissions) in **526.3 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 ██████████████████████████░░░░ 802.9K
102
  ```
103
 
104
  ## How to download and use this dataset
 
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
  | comments | 29 | 4.8M | 411.6 MB |
214
+ | submissions | 30 | 2.0M | 114.7 MB |
215
+ | **Total** | **29** | **6.8M** | **526.3 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
+ <summary>Click to expand full monthly table (29 comment months + 30 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
278
  | 2008-03 | comments | - | 43.1s | 6.7s | 11.5s | 1 | 463,728 | 37.3 MB |
279
  | 2008-03 | submissions | - | 40.8s | 3.3s | 8.4s | 1 | 168,227 | 9.4 MB |
280
  | 2008-04 | submissions | - | 23.0s | 4.6s | - | 1 | 167,472 | 9.4 MB |
281
+ | 2008-05 | comments | - | - | 4.0s | 11.2s | 2 | 536,380 | 43.5 MB |
282
+ | 2008-05 | submissions | - | - | 2.0s | - | 1 | 177,022 | 10.0 MB |
283
 
284
  </details>
285
 
 
311
 
312
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
313
 
314
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 0m / **Committed this session:** 1
315
 
316
  ### Active Workers
317
 
318
  | Stage | Month | Type | Progress |
319
  |-------|-------|------|----------|
320
  | Downloading | 2008-07 | comments | connecting... |
321
+ | Downloading | 2008-07 | submissions | connecting... |
322
+ | Uploading | 2008-05 | submissions | 1 shards · 177.0K rows · committing |
323
 
324
 
325
  ### Throughput
326
 
327
  | Metric | Value |
328
  |--------|------:|
329
+ | Processing | 114.1K rows/s avg |
330
+ | Upload | 11.2s per commit avg |
331
 
332
  ### Progress
333
 
334
+ `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 58 / 488 (11.9%)
335
 
336
  | Metric | This Session |
337
  |--------|-------------:|
338
+ | Months committed | 1 |
339
+ | Rows processed | 536.4K |
340
+ | Data committed | 43.5 MB |
341
 
342
  *Last update: 2026-03-31 04:46 UTC*
343
 
data/submissions/2008/05/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7afe05d1d13e5ddb3f294f73f2084d068e83b9b1a99576fafc1d0266427a583
3
- size 10465958
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:867d96de191a85a14344b006eaac3b819725bff3e814432ae01fae0b07bbf7c9
3
+ size 10466831
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:46:48.692202956Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2008-05",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -33,21 +33,20 @@
33
  "ym": "2008-07",
34
  "type": "comments",
35
  "phase": "downloading"
36
- }
37
- ],
38
- "processing": [
39
  {
40
- "ym": "2008-05",
41
  "type": "submissions",
42
- "phase": "processing"
43
  }
44
  ],
 
45
  "uploading": [
46
  {
47
  "ym": "2008-05",
48
- "type": "comments",
49
- "rows": 536380,
50
- "shards": 2,
51
  "phase": "committing"
52
  }
53
  ],
@@ -56,15 +55,15 @@
56
  },
57
  "throughput": {
58
  "avg_download_mbps": 0,
59
- "avg_process_rows_per_sec": 132458.29896382746,
60
- "avg_upload_sec_per_commit": 0
61
  },
62
  "stats": {
63
- "committed": 0,
64
  "skipped": 57,
65
  "retries": 0,
66
- "total_rows": 0,
67
- "total_bytes": 0,
68
  "total_months": 488
69
  }
70
  }
 
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
+ "updated_at": "2026-03-31T04:46:59.865540632Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2008-05",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
33
  "ym": "2008-07",
34
  "type": "comments",
35
  "phase": "downloading"
36
+ },
 
 
37
  {
38
+ "ym": "2008-07",
39
  "type": "submissions",
40
+ "phase": "downloading"
41
  }
42
  ],
43
+ "processing": null,
44
  "uploading": [
45
  {
46
  "ym": "2008-05",
47
+ "type": "submissions",
48
+ "rows": 177022,
49
+ "shards": 1,
50
  "phase": "committing"
51
  }
52
  ],
 
55
  },
56
  "throughput": {
57
  "avg_download_mbps": 0,
58
+ "avg_process_rows_per_sec": 114055.27787436,
59
+ "avg_upload_sec_per_commit": 11.154779557
60
  },
61
  "stats": {
62
+ "committed": 1,
63
  "skipped": 57,
64
  "retries": 0,
65
+ "total_rows": 536380,
66
+ "total_bytes": 45665044,
67
  "total_months": 488
68
  }
69
  }
stats.csv CHANGED
@@ -56,4 +56,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
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,8.43,2026-03-31T04:43:18Z
58
  2008,4,submissions,1,167472,9848666,0,22.97,4.56,0.00,2026-03-31T04:43:27Z
59
- 2008,5,comments,2,536380,45665044,0,0.00,4.05,0.00,2026-03-31T04:46:48Z
 
 
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,8.43,2026-03-31T04:43:18Z
58
  2008,4,submissions,1,167472,9848666,0,22.97,4.56,0.00,2026-03-31T04:43:27Z
59
+ 2008,5,comments,2,536380,45665044,0,0.00,4.05,11.15,2026-03-31T04:46:48Z
60
+ 2008,5,submissions,1,177022,10466831,0,0.00,2.00,0.00,2026-03-31T04:46:59Z