tamnd commited on
Commit
82cc70a
·
verified ·
1 Parent(s): 8328aec

Add submissions/2009-11 (1 shards, 452.3K rows)

Browse files
Files changed (4) hide show
  1. README.md +21 -18
  2. data/submissions/2009/11/000.parquet +2 -2
  3. states.json +26 -14
  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 **2009-11**.
55
 
56
- Right now the archive has **34.1M items** (26.4M comments, 7.6M submissions) in **2.7 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
 
@@ -98,9 +98,9 @@ states.json live pipeline state (updated every ~5 min)
98
  ```
99
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
100
  2006 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
101
- 2007 ██████░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
102
- 2008 ███████████████████░░░░░░░░░░░ 2.5M
103
- 2009 ██████████████████████████████ 3.9M
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 | 48 | 26.4M | 2.2 GB |
216
- | submissions | 47 | 7.6M | 462.1 MB |
217
- | **Total** | **48** | **34.1M** | **2.7 GB** |
218
 
219
  ### Monthly breakdown
220
 
221
  <details>
222
- <summary>Click to expand full monthly table (48 comment months + 47 submission months)</summary>
223
 
224
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
225
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -317,7 +317,8 @@ huggingface-cli download open-index/arctic \
317
  | 2009-09 | submissions | - | 34.8s | 10.7s | 13.0s | 1 | 443,037 | 31.7 MB |
318
  | 2009-10 | comments | - | 43.3s | 19.0s | 18.8s | 5 | 2,242,017 | 199.1 MB |
319
  | 2009-10 | submissions | - | 34.5s | 8.5s | 12.4s | 1 | 461,702 | 33.6 MB |
320
- | 2009-11 | comments | - | 1m11s | 15.4s | - | 5 | 2,207,444 | 193.5 MB |
 
321
 
322
  </details>
323
 
@@ -349,14 +350,16 @@ ORDER BY year, month, type;
349
 
350
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
351
 
352
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 15m / **Committed this session:** 37
353
 
354
  ### Active Workers
355
 
356
  | Stage | Month | Type | Progress |
357
  |-------|-------|------|----------|
358
- | Processing | 2009-11 | submissions | starting... |
359
- | Uploading | 2009-11 | comments | 5 shards · 2.2M rows · committing |
 
 
360
 
361
 
362
  ### Throughput
@@ -364,19 +367,19 @@ ORDER BY year, month, type;
364
  | Metric | Value |
365
  |--------|------:|
366
  | Download | 18 Mbps avg |
367
- | Processing | 87.2K rows/s avg |
368
- | Upload | 18.1s per commit avg |
369
- | ETA | 2026-03-31 07:46 UTC |
370
 
371
  ### Progress
372
 
373
- `█████░░░░░░░░░░░░░░░░░░░░░░░░░` 94 / 488 (19.3%)
374
 
375
  | Metric | This Session |
376
  |--------|-------------:|
377
- | Months committed | 37 |
378
- | Rows processed | 25.8M |
379
- | Data committed | 2.0 GB |
380
 
381
  *Last update: 2026-03-31 05:02 UTC*
382
 
 
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-11**.
55
 
56
+ Right now the archive has **34.5M items** (26.4M comments, 8.1M submissions) in **2.7 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
 
 
98
  ```
99
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
100
  2006 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
101
+ 2007 ██████░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
102
+ 2008 █████████████████░░░░░░░░░░░░░ 2.5M
103
+ 2009 ██████████████████████████████ 4.3M
104
  ```
105
 
106
  ## How to download and use this dataset
 
213
  | Type | Months | Rows | Parquet Size |
214
  |------|-------:|-----:|-------------:|
215
  | comments | 48 | 26.4M | 2.2 GB |
216
+ | submissions | 48 | 8.1M | 494.9 MB |
217
+ | **Total** | **48** | **34.5M** | **2.7 GB** |
218
 
219
  ### Monthly breakdown
220
 
221
  <details>
222
+ <summary>Click to expand full monthly table (48 comment months + 48 submission months)</summary>
223
 
224
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
225
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
317
  | 2009-09 | submissions | - | 34.8s | 10.7s | 13.0s | 1 | 443,037 | 31.7 MB |
318
  | 2009-10 | comments | - | 43.3s | 19.0s | 18.8s | 5 | 2,242,017 | 199.1 MB |
319
  | 2009-10 | submissions | - | 34.5s | 8.5s | 12.4s | 1 | 461,702 | 33.6 MB |
320
+ | 2009-11 | comments | - | 1m11s | 15.4s | 18.9s | 5 | 2,207,444 | 193.5 MB |
321
+ | 2009-11 | submissions | - | 1m22s | 7.0s | - | 1 | 452,320 | 32.8 MB |
322
 
323
  </details>
324
 
 
350
 
351
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
352
 
353
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 16m / **Committed this session:** 38
354
 
355
  ### Active Workers
356
 
357
  | Stage | Month | Type | Progress |
358
  |-------|-------|------|----------|
359
+ | Downloading | 2010-01 | submissions | connecting... |
360
+ | Downloading | 2010-02 | comments | connecting... |
361
+ | Processing | 2009-12 | comments | shard 1 · 0 rows |
362
+ | Uploading | 2009-11 | submissions | 1 shards · 452.3K rows · committing |
363
 
364
 
365
  ### Throughput
 
367
  | Metric | Value |
368
  |--------|------:|
369
  | Download | 18 Mbps avg |
370
+ | Processing | 84.3K rows/s avg |
371
+ | Upload | 18.5s per commit avg |
372
+ | ETA | 2026-03-31 07:50 UTC |
373
 
374
  ### Progress
375
 
376
+ `█████░░░░░░░░░░░░░░░░░░░░░░░░░` 95 / 488 (19.5%)
377
 
378
  | Metric | This Session |
379
  |--------|-------------:|
380
+ | Months committed | 38 |
381
+ | Rows processed | 28.0M |
382
+ | Data committed | 2.2 GB |
383
 
384
  *Last update: 2026-03-31 05:02 UTC*
385
 
data/submissions/2009/11/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:68cbba6e993aa6cf98dfe127e642182b6d544bc95fbaef5b8221528d38364b53
3
- size 34412953
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c2cde675d2fc66172c2c02d0946a5bd9415a85eaf7496738269a006678d14c8
3
+ size 34407563
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-31T05:02:13.085536705Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2009-11",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -28,20 +28,32 @@
28
  "sequential": false
29
  },
30
  "pipeline": {
31
- "downloading": null,
32
- "processing": [
33
  {
34
- "ym": "2009-11",
35
  "type": "submissions",
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  "phase": "processing"
37
  }
38
  ],
39
  "uploading": [
40
  {
41
  "ym": "2009-11",
42
- "type": "comments",
43
- "rows": 2207444,
44
- "shards": 5,
45
  "phase": "committing"
46
  }
47
  ],
@@ -50,16 +62,16 @@
50
  },
51
  "throughput": {
52
  "avg_download_mbps": 17.69959456525209,
53
- "avg_process_rows_per_sec": 87224.35553524514,
54
- "avg_upload_sec_per_commit": 18.091374568149995,
55
- "estimated_completion": "2026-03-31T15:46:59.760212926+08:00"
56
  },
57
  "stats": {
58
- "committed": 37,
59
  "skipped": 57,
60
  "retries": 0,
61
- "total_rows": 25760185,
62
- "total_bytes": 2157731218,
63
  "total_months": 488
64
  }
65
  }
 
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
+ "updated_at": "2026-03-31T05:02:32.020757571Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2009-11",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
 
32
  {
33
+ "ym": "2010-01",
34
  "type": "submissions",
35
+ "phase": "downloading"
36
+ },
37
+ {
38
+ "ym": "2010-02",
39
+ "type": "comments",
40
+ "phase": "downloading"
41
+ }
42
+ ],
43
+ "processing": [
44
+ {
45
+ "ym": "2009-12",
46
+ "type": "comments",
47
+ "shard": 1,
48
  "phase": "processing"
49
  }
50
  ],
51
  "uploading": [
52
  {
53
  "ym": "2009-11",
54
+ "type": "submissions",
55
+ "rows": 452320,
56
+ "shards": 1,
57
  "phase": "committing"
58
  }
59
  ],
 
62
  },
63
  "throughput": {
64
  "avg_download_mbps": 17.69959456525209,
65
+ "avg_process_rows_per_sec": 84336.64869913145,
66
+ "avg_upload_sec_per_commit": 18.50415328945,
67
+ "estimated_completion": "2026-03-31T15:50:40.305478047+08:00"
68
  },
69
  "stats": {
70
+ "committed": 38,
71
  "skipped": 57,
72
  "retries": 0,
73
+ "total_rows": 27967629,
74
+ "total_bytes": 2360631481,
75
  "total_months": 488
76
  }
77
  }
stats.csv CHANGED
@@ -93,4 +93,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
93
  2009,9,submissions,1,443037,33197442,0,34.77,10.69,13.03,2026-03-31T04:59:05Z
94
  2009,10,comments,5,2242017,208778718,0,43.28,19.04,18.78,2026-03-31T04:59:23Z
95
  2009,10,submissions,1,461702,35264457,0,34.45,8.47,12.38,2026-03-31T04:59:42Z
96
- 2009,11,comments,5,2207444,202900263,0,71.19,15.43,0.00,2026-03-31T05:02:13Z
 
 
93
  2009,9,submissions,1,443037,33197442,0,34.77,10.69,13.03,2026-03-31T04:59:05Z
94
  2009,10,comments,5,2242017,208778718,0,43.28,19.04,18.78,2026-03-31T04:59:23Z
95
  2009,10,submissions,1,461702,35264457,0,34.45,8.47,12.38,2026-03-31T04:59:42Z
96
+ 2009,11,comments,5,2207444,202900263,0,71.19,15.43,18.85,2026-03-31T05:02:13Z
97
+ 2009,11,submissions,1,452320,34407563,0,82.12,7.03,0.00,2026-03-31T05:02:32Z