tamnd commited on
Commit
8f3ea25
·
verified ·
1 Parent(s): e4d9f5d

Add submissions/2009-02 (1 shards, 329.0K rows)

Browse files
Files changed (4) hide show
  1. README.md +19 -18
  2. data/submissions/2009/02/000.parquet +2 -2
  3. states.json +20 -19
  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 **2009-01**.
55
 
56
- Right now the archive has **15.2M items** (11.2M comments, 4.1M submissions) in **1.1 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
 
@@ -100,7 +100,7 @@ states.json live pipeline state (updated every ~5 min)
100
  2006 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
101
  2007 ██████████░░░░░░░░░░░░░░░░░░░░ 908.2K
102
  2008 ██████████████████████████████ 2.5M
103
- 2009 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 331.1K
104
  ```
105
 
106
  ## How to download and use this dataset
@@ -213,13 +213,13 @@ huggingface-cli download open-index/arctic \
213
  | Type | Months | Rows | Parquet Size |
214
  |------|-------:|-----:|-------------:|
215
  | comments | 38 | 11.2M | 935.0 MB |
216
- | submissions | 38 | 4.1M | 231.0 MB |
217
- | **Total** | **38** | **15.2M** | **1.1 GB** |
218
 
219
  ### Monthly breakdown
220
 
221
  <details>
222
- <summary>Click to expand full monthly table (38 comment months + 38 submission months)</summary>
223
 
224
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
225
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -297,8 +297,9 @@ huggingface-cli download open-index/arctic \
297
  | 2008-11 | submissions | - | 23.3s | 5.2s | 9.0s | 1 | 272,505 | 15.5 MB |
298
  | 2008-12 | comments | - | 53.5s | 8.1s | 11.6s | 2 | 850,359 | 69.8 MB |
299
  | 2008-12 | submissions | - | 18.2s | 4.1s | 10.0s | 1 | 283,915 | 16.1 MB |
300
- | 2009-01 | comments | - | 27.9s | 8.8s | - | 3 | 1,051,649 | 86.1 MB |
301
  | 2009-01 | submissions | - | 15.5s | 4.3s | 10.6s | 1 | 331,060 | 18.9 MB |
 
302
 
303
  </details>
304
 
@@ -330,15 +331,15 @@ ORDER BY year, month, type;
330
 
331
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
332
 
333
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 5m / **Committed this session:** 18
334
 
335
  ### Active Workers
336
 
337
  | Stage | Month | Type | Progress |
338
  |-------|-------|------|----------|
339
- | Downloading | 2009-02 | comments | 80.8 MB / 81.1 MB (99%) |
340
- | Downloading | 2009-03 | comments | 0 B / 92.4 MB (0%) |
341
- | Uploading | 2009-01 | comments | 3 shards · 1.1M rows · committing |
342
 
343
 
344
  ### Throughput
@@ -346,19 +347,19 @@ ORDER BY year, month, type;
346
  | Metric | Value |
347
  |--------|------:|
348
  | Download | 11 Mbps avg |
349
- | Processing | 93.0K rows/s avg |
350
- | Upload | 10.6s per commit avg |
351
- | ETA | 2026-03-31 07:01 UTC |
352
 
353
  ### Progress
354
 
355
- `████░░░░░░░░░░░░░░░░░░░░░░░░░░` 75 / 488 (15.4%)
356
 
357
  | Metric | This Session |
358
  |--------|-------------:|
359
- | Months committed | 18 |
360
- | Rows processed | 8.1M |
361
- | Data committed | 607.0 MB |
362
 
363
  *Last update: 2026-03-31 04:52 UTC*
364
 
 
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 **2009-02**.
55
 
56
+ Right now the archive has **15.6M items** (11.2M comments, 4.4M submissions) in **1.2 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
 
 
100
  2006 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
101
  2007 ██████████░░░░░░░░░░░░░░░░░░░░ 908.2K
102
  2008 ██████████████████████████████ 2.5M
103
+ 2009 ███████░░░░░░░░░░░░░░░░░░░░░░░ 660.1K
104
  ```
105
 
106
  ## How to download and use this dataset
 
213
  | Type | Months | Rows | Parquet Size |
214
  |------|-------:|-----:|-------------:|
215
  | comments | 38 | 11.2M | 935.0 MB |
216
+ | submissions | 39 | 4.4M | 250.1 MB |
217
+ | **Total** | **38** | **15.6M** | **1.2 GB** |
218
 
219
  ### Monthly breakdown
220
 
221
  <details>
222
+ <summary>Click to expand full monthly table (38 comment months + 39 submission months)</summary>
223
 
224
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
225
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
297
  | 2008-11 | submissions | - | 23.3s | 5.2s | 9.0s | 1 | 272,505 | 15.5 MB |
298
  | 2008-12 | comments | - | 53.5s | 8.1s | 11.6s | 2 | 850,359 | 69.8 MB |
299
  | 2008-12 | submissions | - | 18.2s | 4.1s | 10.0s | 1 | 283,915 | 16.1 MB |
300
+ | 2009-01 | comments | - | 27.9s | 8.8s | 13.1s | 3 | 1,051,649 | 86.1 MB |
301
  | 2009-01 | submissions | - | 15.5s | 4.3s | 10.6s | 1 | 331,060 | 18.9 MB |
302
+ | 2009-02 | submissions | - | 26.9s | 5.5s | - | 1 | 329,042 | 19.1 MB |
303
 
304
  </details>
305
 
 
331
 
332
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
333
 
334
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 6m / **Committed this session:** 19
335
 
336
  ### Active Workers
337
 
338
  | Stage | Month | Type | Progress |
339
  |-------|-------|------|----------|
340
+ | Downloading | 2009-03 | comments | 37.8 MB / 92.4 MB (40%) |
341
+ | Downloading | 2009-03 | submissions | 48.0 KB / 29.2 MB (0%) |
342
+ | Uploading | 2009-02 | submissions | 1 shards · 329.0K rows · committing |
343
 
344
 
345
  ### Throughput
 
347
  | Metric | Value |
348
  |--------|------:|
349
  | Download | 11 Mbps avg |
350
+ | Processing | 92.6K rows/s avg |
351
+ | Upload | 10.7s per commit avg |
352
+ | ETA | 2026-03-31 06:59 UTC |
353
 
354
  ### Progress
355
 
356
+ `████░░░░░░░░░░░░░░░░░░░░░░░░░░` 76 / 488 (15.6%)
357
 
358
  | Metric | This Session |
359
  |--------|-------------:|
360
+ | Months committed | 19 |
361
+ | Rows processed | 9.2M |
362
+ | Data committed | 693.2 MB |
363
 
364
  *Last update: 2026-03-31 04:52 UTC*
365
 
data/submissions/2009/02/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fac61a93fcd0d0a6557f5f1d7817f01ad45163353e45bbe4f0ac15d5654d5524
3
- size 20033976
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a4c8241e6ed968c353e4a73af1656051fbc8b61c35da6495ef78abb5b715b8a
3
+ size 20036803
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:52:04.67595137Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2009-01",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -30,26 +30,27 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2009-02",
34
  "type": "comments",
35
- "bytes_done": 84755275,
36
- "bytes_total": 85017419,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2009-03",
41
- "type": "comments",
42
- "bytes_total": 96893535,
 
43
  "phase": "downloading"
44
  }
45
  ],
46
  "processing": null,
47
  "uploading": [
48
  {
49
- "ym": "2009-01",
50
- "type": "comments",
51
- "rows": 1051649,
52
- "shards": 3,
53
  "phase": "committing"
54
  }
55
  ],
@@ -57,17 +58,17 @@
57
  "queued_for_upload": 0
58
  },
59
  "throughput": {
60
- "avg_download_mbps": 10.945221760153194,
61
- "avg_process_rows_per_sec": 93015.31134628542,
62
- "avg_upload_sec_per_commit": 10.618128887666668,
63
- "estimated_completion": "2026-03-31T15:01:58.506696973+08:00"
64
  },
65
  "stats": {
66
- "committed": 18,
67
  "skipped": 57,
68
  "retries": 0,
69
- "total_rows": 8109455,
70
- "total_bytes": 636506248,
71
  "total_months": 488
72
  }
73
  }
 
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
+ "updated_at": "2026-03-31T04:52:17.811423458Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2009-02",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2009-03",
34
  "type": "comments",
35
+ "bytes_done": 39649280,
36
+ "bytes_total": 96893535,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2009-03",
41
+ "type": "submissions",
42
+ "bytes_done": 49152,
43
+ "bytes_total": 30572289,
44
  "phase": "downloading"
45
  }
46
  ],
47
  "processing": null,
48
  "uploading": [
49
  {
50
+ "ym": "2009-02",
51
+ "type": "submissions",
52
+ "rows": 329042,
53
+ "shards": 1,
54
  "phase": "committing"
55
  }
56
  ],
 
58
  "queued_for_upload": 0
59
  },
60
  "throughput": {
61
+ "avg_download_mbps": 11.21677167015833,
62
+ "avg_process_rows_per_sec": 92648.46762450109,
63
+ "avg_upload_sec_per_commit": 10.748979453894739,
64
+ "estimated_completion": "2026-03-31T14:59:42.257684747+08:00"
65
  },
66
  "stats": {
67
+ "committed": 19,
68
  "skipped": 57,
69
  "retries": 0,
70
+ "total_rows": 9161104,
71
+ "total_bytes": 726822553,
72
  "total_months": 488
73
  }
74
  }
stats.csv CHANGED
@@ -73,5 +73,6 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
73
  2008,11,submissions,1,272505,16235154,0,23.27,5.17,9.02,2026-03-31T04:50:10Z
74
  2008,12,comments,2,850359,73153369,0,53.53,8.06,11.62,2026-03-31T04:51:07Z
75
  2008,12,submissions,1,283915,16835190,0,18.18,4.09,10.03,2026-03-31T04:51:44Z
76
- 2009,1,comments,3,1051649,90316305,0,27.94,8.80,0.00,2026-03-31T04:52:04Z
77
  2009,1,submissions,1,331060,19787683,0,15.47,4.29,10.60,2026-03-31T04:51:54Z
 
 
73
  2008,11,submissions,1,272505,16235154,0,23.27,5.17,9.02,2026-03-31T04:50:10Z
74
  2008,12,comments,2,850359,73153369,0,53.53,8.06,11.62,2026-03-31T04:51:07Z
75
  2008,12,submissions,1,283915,16835190,0,18.18,4.09,10.03,2026-03-31T04:51:44Z
76
+ 2009,1,comments,3,1051649,90316305,0,27.94,8.80,13.10,2026-03-31T04:52:04Z
77
  2009,1,submissions,1,331060,19787683,0,15.47,4.29,10.60,2026-03-31T04:51:54Z
78
+ 2009,2,submissions,1,329042,20036803,0,26.86,5.53,0.00,2026-03-31T04:52:17Z