tamnd commited on
Commit
b36e5a0
·
verified ·
1 Parent(s): b4cf470

Add submissions/2008-07 (1 shards, 218.1K rows)

Browse files
Files changed (4) hide show
  1. README.md +19 -18
  2. data/submissions/2008/07/000.parquet +2 -2
  3. states.json +10 -10
  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-06**.
55
 
56
- Right now the archive has **8.0M items** (5.8M comments, 2.2M submissions) in **622.9 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
 
@@ -96,9 +96,9 @@ states.json live pipeline state (updated every ~5 min)
96
 
97
  ```
98
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
99
- 2006 █████████░░░░░░░░░░░░░░░░░░░░░ 304.7K
100
- 2007 ███████████████████████████░░░ 908.2K
101
- 2008 ██████████████████████████████ 993.5K
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 | 31 | 5.8M | 497.5 MB |
214
- | submissions | 31 | 2.2M | 125.5 MB |
215
- | **Total** | **31** | **8.0M** | **622.9 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
- <summary>Click to expand full monthly table (31 comment months + 31 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -282,7 +282,8 @@ huggingface-cli download open-index/arctic \
282
  | 2008-05 | comments | - | - | 4.0s | 11.2s | 2 | 536,380 | 43.5 MB |
283
  | 2008-05 | submissions | - | - | 2.0s | 9.7s | 1 | 177,022 | 10.0 MB |
284
  | 2008-06 | comments | - | - | 4.3s | 17.4s | 2 | 577,684 | 47.4 MB |
285
- | 2008-06 | submissions | - | - | 2.2s | - | 1 | 190,682 | 10.8 MB |
 
286
 
287
  </details>
288
 
@@ -314,15 +315,15 @@ ORDER BY year, month, type;
314
 
315
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
316
 
317
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 1m / **Committed this session:** 4
318
 
319
  ### Active Workers
320
 
321
  | Stage | Month | Type | Progress |
322
  |-------|-------|------|----------|
323
- | Downloading | 2008-08 | comments | 24.2 MB / 50.6 MB (47%) |
324
  | Downloading | 2008-08 | submissions | connecting... |
325
- | Uploading | 2008-06 | submissions | 1 shards · 190.7K rows · committing |
326
 
327
 
328
  ### Throughput
@@ -331,18 +332,18 @@ ORDER BY year, month, type;
331
  |--------|------:|
332
  | Download | 6 Mbps avg |
333
  | Processing | 103.8K rows/s avg |
334
- | Upload | 12.1s per commit avg |
335
- | ETA | 2026-03-31 06:24 UTC |
336
 
337
  ### Progress
338
 
339
- `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 61 / 488 (12.5%)
340
 
341
  | Metric | This Session |
342
  |--------|-------------:|
343
- | Months committed | 4 |
344
- | Rows processed | 1.8M |
345
- | Data committed | 139.4 MB |
346
 
347
  *Last update: 2026-03-31 04:47 UTC*
348
 
 
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-07**.
55
 
56
+ Right now the archive has **8.3M items** (5.8M comments, 2.4M submissions) in **635.1 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
 
 
96
 
97
  ```
98
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
99
+ 2006 ███████░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
100
+ 2007 ██████████████████████░░░░░░░░ 908.2K
101
+ 2008 ██████████████████████████████ 1.2M
102
  ```
103
 
104
  ## How to download and use this dataset
 
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
  | comments | 31 | 5.8M | 497.5 MB |
214
+ | submissions | 32 | 2.4M | 137.7 MB |
215
+ | **Total** | **31** | **8.3M** | **635.1 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
+ <summary>Click to expand full monthly table (31 comment months + 32 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
282
  | 2008-05 | comments | - | - | 4.0s | 11.2s | 2 | 536,380 | 43.5 MB |
283
  | 2008-05 | submissions | - | - | 2.0s | 9.7s | 1 | 177,022 | 10.0 MB |
284
  | 2008-06 | comments | - | - | 4.3s | 17.4s | 2 | 577,684 | 47.4 MB |
285
+ | 2008-06 | submissions | - | - | 2.2s | 8.9s | 1 | 190,682 | 10.8 MB |
286
+ | 2008-07 | submissions | - | 38.8s | 3.5s | - | 1 | 218,092 | 12.2 MB |
287
 
288
  </details>
289
 
 
315
 
316
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
317
 
318
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 1m / **Committed this session:** 5
319
 
320
  ### Active Workers
321
 
322
  | Stage | Month | Type | Progress |
323
  |-------|-------|------|----------|
324
+ | Downloading | 2008-08 | comments | 40.5 MB / 50.6 MB (80%) |
325
  | Downloading | 2008-08 | submissions | connecting... |
326
+ | Uploading | 2008-07 | submissions | 1 shards · 218.1K rows · committing |
327
 
328
 
329
  ### Throughput
 
332
  |--------|------:|
333
  | Download | 6 Mbps avg |
334
  | Processing | 103.8K rows/s avg |
335
+ | Upload | 11.5s per commit avg |
336
+ | ETA | 2026-03-31 06:37 UTC |
337
 
338
  ### Progress
339
 
340
+ `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 62 / 488 (12.7%)
341
 
342
  | Metric | This Session |
343
  |--------|-------------:|
344
+ | Months committed | 5 |
345
+ | Rows processed | 2.0M |
346
+ | Data committed | 150.1 MB |
347
 
348
  *Last update: 2026-03-31 04:47 UTC*
349
 
data/submissions/2008/07/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4721b7d55e6cbbeb4b4be6f423d66c2d21b4bec10f972fa16d4b177f276fc5fb
3
- size 12795369
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f6cdc95ad0c502fbfa1a67de4e1d9055668959a48d97c78e589cfbc7e2f7b14
3
+ size 12794065
states.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
- "updated_at": "2026-03-31T04:47:44.432113667Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2008-06",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
@@ -32,7 +32,7 @@
32
  {
33
  "ym": "2008-08",
34
  "type": "comments",
35
- "bytes_done": 25329664,
36
  "bytes_total": 53097542,
37
  "phase": "downloading"
38
  },
@@ -45,9 +45,9 @@
45
  "processing": null,
46
  "uploading": [
47
  {
48
- "ym": "2008-06",
49
  "type": "submissions",
50
- "rows": 190682,
51
  "shards": 1,
52
  "phase": "committing"
53
  }
@@ -58,15 +58,15 @@
58
  "throughput": {
59
  "avg_download_mbps": 6.232942779727701,
60
  "avg_process_rows_per_sec": 103771.51436168069,
61
- "avg_upload_sec_per_commit": 12.1358416775,
62
- "estimated_completion": "2026-03-31T14:24:04.23478939+08:00"
63
  },
64
  "stats": {
65
- "committed": 4,
66
  "skipped": 57,
67
  "retries": 0,
68
- "total_rows": 1759403,
69
- "total_bytes": 146155334,
70
  "total_months": 488
71
  }
72
  }
 
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
+ "updated_at": "2026-03-31T04:47:46.207641588Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2008-07",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
 
32
  {
33
  "ym": "2008-08",
34
  "type": "comments",
35
+ "bytes_done": 42496614,
36
  "bytes_total": 53097542,
37
  "phase": "downloading"
38
  },
 
45
  "processing": null,
46
  "uploading": [
47
  {
48
+ "ym": "2008-07",
49
  "type": "submissions",
50
+ "rows": 218092,
51
  "shards": 1,
52
  "phase": "committing"
53
  }
 
58
  "throughput": {
59
  "avg_download_mbps": 6.232942779727701,
60
  "avg_process_rows_per_sec": 103771.51436168069,
61
+ "avg_upload_sec_per_commit": 11.4849331714,
62
+ "estimated_completion": "2026-03-31T14:37:18.612831924+08:00"
63
  },
64
  "stats": {
65
+ "committed": 5,
66
  "skipped": 57,
67
  "retries": 0,
68
+ "total_rows": 1950085,
69
+ "total_bytes": 157433340,
70
  "total_months": 488
71
  }
72
  }
stats.csv CHANGED
@@ -60,4 +60,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
60
  2008,5,comments,2,536380,45665044,0,0.00,4.05,11.15,2026-03-31T04:46:48Z
61
  2008,5,submissions,1,177022,10466831,0,0.00,2.00,9.67,2026-03-31T04:46:59Z
62
  2008,6,comments,2,577684,49680972,0,0.00,4.33,17.45,2026-03-31T04:47:19Z
63
- 2008,6,submissions,1,190682,11278006,0,0.00,2.17,0.00,2026-03-31T04:47:37Z
 
 
60
  2008,5,comments,2,536380,45665044,0,0.00,4.05,11.15,2026-03-31T04:46:48Z
61
  2008,5,submissions,1,177022,10466831,0,0.00,2.00,9.67,2026-03-31T04:46:59Z
62
  2008,6,comments,2,577684,49680972,0,0.00,4.33,17.45,2026-03-31T04:47:19Z
63
+ 2008,6,submissions,1,190682,11278006,0,0.00,2.17,8.88,2026-03-31T04:47:37Z
64
+ 2008,7,submissions,1,218092,12794065,0,38.78,3.50,0.00,2026-03-31T04:47:46Z