tamnd commited on
Commit
1390014
·
verified ·
1 Parent(s): dbec66d

Add submissions/2010-09 (2 shards, 600.2K rows)

Browse files
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 **2010-08**.
55
 
56
- Right now the archive has **69.0M items** (56.1M comments, 12.9M submissions) in **5.6 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
 
@@ -101,8 +101,8 @@ states.json live pipeline state (updated every ~5 min)
101
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
102
  2007 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
103
  2008 ███████████████░░░░░░░░░░░░░░░ 2.5M
104
- 2009 █████████████████████████████ 4.8M
105
- 2010 ██████████████████████████░░░░ 4.3M
106
  ```
107
 
108
  ## How to download and use this dataset
@@ -215,13 +215,13 @@ huggingface-cli download open-index/arctic \
215
  | Type | Months | Rows | Parquet Size |
216
  |------|-------:|-----:|-------------:|
217
  | comments | 57 | 56.1M | 4.7 GB |
218
- | submissions | 57 | 12.9M | 875.9 MB |
219
- | **Total** | **57** | **69.0M** | **5.6 GB** |
220
 
221
  ### Monthly breakdown
222
 
223
  <details>
224
- <summary>Click to expand full monthly table (57 comment months + 57 submission months)</summary>
225
 
226
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
227
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -338,7 +338,8 @@ huggingface-cli download open-index/arctic \
338
  | 2010-07 | comments | - | - | 1m27s | 30.8s | 9 | 4,032,737 | 346.6 MB |
339
  | 2010-07 | submissions | - | 29.9s | 11.4s | 15.9s | 2 | 504,098 | 44.2 MB |
340
  | 2010-08 | comments | - | 2m19s | 2m14s | 36.7s | 9 | 4,247,982 | 364.2 MB |
341
- | 2010-08 | submissions | - | 1m00s | 9.0s | - | 2 | 537,480 | 46.9 MB |
 
342
 
343
  </details>
344
 
@@ -370,16 +371,16 @@ ORDER BY year, month, type;
370
 
371
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 228 GB free). Auto-updated every ~5 minutes.
372
 
373
- **Started:** 2026-03-31 05:47 UTC / **Elapsed:** 5m / **Committed this session:** 3
374
 
375
  ### Active Workers
376
 
377
  | Stage | Month | Type | Progress |
378
  |-------|-------|------|----------|
379
- | Downloading | 2010-10 | comments | 368.5 MB / 447.8 MB (82%) |
380
- | Downloading | 2010-11 | comments | connecting... |
381
- | Processing | 2010-09 | comments | shard 4 · 2.0M rows · 143.7K rows/s |
382
- | Uploading | 2010-08 | submissions | 2 shards · 537.5K rows · committing |
383
 
384
 
385
  ### Throughput
@@ -388,18 +389,18 @@ ORDER BY year, month, type;
388
  |--------|------:|
389
  | Download | 16 Mbps avg |
390
  | Processing | 48.5K rows/s avg |
391
- | Upload | 27.8s per commit avg |
392
- | ETA | 2026-03-31 22:34 UTC |
393
 
394
  ### Progress
395
 
396
- `██████░░░░░░░░░░░░░░░░░░░░░░░` 113 / 488 (23.2%)
397
 
398
  | Metric | This Session |
399
  |--------|-------------:|
400
- | Months committed | 3 |
401
- | Rows processed | 8.8M |
402
- | Data committed | 755.0 MB |
403
 
404
  *Last update: 2026-03-31 05:53 UTC*
405
 
 
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 **2010-09**.
55
 
56
+ Right now the archive has **69.6M items** (56.1M comments, 13.5M submissions) in **5.6 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
 
 
101
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
102
  2007 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
103
  2008 ███████████████░░░░░░░░░░░░░░░ 2.5M
104
+ 2009 █████████████████████████████ 4.8M
105
+ 2010 ██████████████████████████████ 4.9M
106
  ```
107
 
108
  ## How to download and use this dataset
 
215
  | Type | Months | Rows | Parquet Size |
216
  |------|-------:|-----:|-------------:|
217
  | comments | 57 | 56.1M | 4.7 GB |
218
+ | submissions | 58 | 13.5M | 929.6 MB |
219
+ | **Total** | **57** | **69.6M** | **5.6 GB** |
220
 
221
  ### Monthly breakdown
222
 
223
  <details>
224
+ <summary>Click to expand full monthly table (57 comment months + 58 submission months)</summary>
225
 
226
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
227
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
338
  | 2010-07 | comments | - | - | 1m27s | 30.8s | 9 | 4,032,737 | 346.6 MB |
339
  | 2010-07 | submissions | - | 29.9s | 11.4s | 15.9s | 2 | 504,098 | 44.2 MB |
340
  | 2010-08 | comments | - | 2m19s | 2m14s | 36.7s | 9 | 4,247,982 | 364.2 MB |
341
+ | 2010-08 | submissions | - | 1m00s | 9.0s | 21.6s | 2 | 537,480 | 46.9 MB |
342
+ | 2010-09 | submissions | - | 53.9s | 9.9s | - | 2 | 600,209 | 53.6 MB |
343
 
344
  </details>
345
 
 
371
 
372
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 228 GB free). Auto-updated every ~5 minutes.
373
 
374
+ **Started:** 2026-03-31 05:47 UTC / **Elapsed:** 6m / **Committed this session:** 4
375
 
376
  ### Active Workers
377
 
378
  | Stage | Month | Type | Progress |
379
  |-------|-------|------|----------|
380
+ | Downloading | 2010-10 | comments | 447.1 MB / 447.8 MB (99%) |
381
+ | Downloading | 2010-11 | comments | 320.0 KB / 506.2 MB (0%) |
382
+ | Processing | 2010-09 | comments | shard 7 · 3.5M rows · 143.9K rows/s |
383
+ | Uploading | 2010-09 | submissions | 2 shards · 600.2K rows · committing |
384
 
385
 
386
  ### Throughput
 
389
  |--------|------:|
390
  | Download | 16 Mbps avg |
391
  | Processing | 48.5K rows/s avg |
392
+ | Upload | 26.2s per commit avg |
393
+ | ETA | 2026-03-31 17:44 UTC |
394
 
395
  ### Progress
396
 
397
+ `██████░░░░░░░░░░░░░░░░░░░░░░░` 114 / 488 (23.4%)
398
 
399
  | Metric | This Session |
400
  |--------|-------------:|
401
+ | Months committed | 4 |
402
+ | Rows processed | 9.3M |
403
+ | Data committed | 801.9 MB |
404
 
405
  *Last update: 2026-03-31 05:53 UTC*
406
 
data/submissions/2010/09/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:074c06b82cd4c465b3a82c5973cd9d1291c7fa8e981bf4567d50049e5c015e3d
3
- size 46641678
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26c3834d1195155aba880a51bee7b8cfad7cdb9e4632aca107ae9e3848290756
3
+ size 46629591
data/submissions/2010/09/001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e39b47ace724d9ec1228b037f12cf2485e7672a6367b2df1a5cd11a96ee28263
3
  size 9624396
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e6a7303bb3167ec64bad6627554541a675fc38d6376f008b44d6a6ddbb3295c
3
  size 9624396
states.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "session_id": "2026-03-31T05:47:47Z",
3
  "started_at": "2026-03-31T05:47:47.341685602Z",
4
- "updated_at": "2026-03-31T05:53:06.949512516Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2010-08",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
@@ -32,13 +32,15 @@
32
  {
33
  "ym": "2010-10",
34
  "type": "comments",
35
- "bytes_done": 386452055,
36
  "bytes_total": 469529025,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2010-11",
41
  "type": "comments",
 
 
42
  "phase": "downloading"
43
  }
44
  ],
@@ -46,17 +48,17 @@
46
  {
47
  "ym": "2010-09",
48
  "type": "comments",
49
- "shard": 4,
50
- "rows": 2000000,
51
- "rows_per_sec": 143680.97169919292,
52
  "phase": "processing"
53
  }
54
  ],
55
  "uploading": [
56
  {
57
- "ym": "2010-08",
58
  "type": "submissions",
59
- "rows": 537480,
60
  "shards": 2,
61
  "phase": "committing"
62
  }
@@ -67,15 +69,15 @@
67
  "throughput": {
68
  "avg_download_mbps": 15.829820248129012,
69
  "avg_process_rows_per_sec": 48487.78614637592,
70
- "avg_upload_sec_per_commit": 27.811061001333332,
71
- "estimated_completion": "2026-04-01T06:34:33.203759131+08:00"
72
  },
73
  "stats": {
74
- "committed": 3,
75
  "skipped": 110,
76
  "retries": 0,
77
- "total_rows": 8784817,
78
- "total_bytes": 791696786,
79
  "total_months": 488
80
  }
81
  }
 
1
  {
2
  "session_id": "2026-03-31T05:47:47Z",
3
  "started_at": "2026-03-31T05:47:47.341685602Z",
4
+ "updated_at": "2026-03-31T05:53:28.509762961Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2010-09",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
 
32
  {
33
  "ym": "2010-10",
34
  "type": "comments",
35
+ "bytes_done": 468840897,
36
  "bytes_total": 469529025,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2010-11",
41
  "type": "comments",
42
+ "bytes_done": 327680,
43
+ "bytes_total": 530800971,
44
  "phase": "downloading"
45
  }
46
  ],
 
48
  {
49
  "ym": "2010-09",
50
  "type": "comments",
51
+ "shard": 7,
52
+ "rows": 3500000,
53
+ "rows_per_sec": 143873.19546465497,
54
  "phase": "processing"
55
  }
56
  ],
57
  "uploading": [
58
  {
59
+ "ym": "2010-09",
60
  "type": "submissions",
61
+ "rows": 600209,
62
  "shards": 2,
63
  "phase": "committing"
64
  }
 
69
  "throughput": {
70
  "avg_download_mbps": 15.829820248129012,
71
  "avg_process_rows_per_sec": 48487.78614637592,
72
+ "avg_upload_sec_per_commit": 26.24467484275,
73
+ "estimated_completion": "2026-04-01T01:44:14.475036676+08:00"
74
  },
75
  "stats": {
76
+ "committed": 4,
77
  "skipped": 110,
78
  "retries": 0,
79
+ "total_rows": 9322297,
80
+ "total_bytes": 840889180,
81
  "total_months": 488
82
  }
83
  }
stats.csv CHANGED
@@ -112,4 +112,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
112
  2010,7,comments,9,4032737,363447284,0,0.00,86.84,30.79,2026-03-31T05:49:14Z
113
  2010,7,submissions,2,504098,46334355,0,29.93,11.39,15.92,2026-03-31T05:50:15Z
114
  2010,8,comments,9,4247982,381915147,0,139.06,134.32,36.72,2026-03-31T05:52:30Z
115
- 2010,8,submissions,2,537480,49192394,0,60.23,9.02,0.00,2026-03-31T05:53:06Z
 
 
112
  2010,7,comments,9,4032737,363447284,0,0.00,86.84,30.79,2026-03-31T05:49:14Z
113
  2010,7,submissions,2,504098,46334355,0,29.93,11.39,15.92,2026-03-31T05:50:15Z
114
  2010,8,comments,9,4247982,381915147,0,139.06,134.32,36.72,2026-03-31T05:52:30Z
115
+ 2010,8,submissions,2,537480,49192394,0,60.23,9.02,21.55,2026-03-31T05:53:06Z
116
+ 2010,9,submissions,2,600209,56253987,0,53.93,9.92,0.00,2026-03-31T05:53:28Z