tamnd commited on
Commit
5c279db
·
verified ·
1 Parent(s): bc57a48

Add submissions/2009-10 (1 shards, 461.7K rows)

Browse files
Files changed (4) hide show
  1. README.md +19 -19
  2. data/submissions/2009/10/000.parquet +2 -2
  3. states.json +15 -19
  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-10**.
55
 
56
- Right now the archive has **31.4M items** (24.2M comments, 7.2M submissions) in **2.4 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
 
@@ -99,8 +99,8 @@ states.json live pipeline state (updated every ~5 min)
99
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
100
  2006 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
101
  2007 ███████░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
102
- 2008 ██████████████████████░░░░░░░░ 2.5M
103
- 2009 ██████████████████████████████ 3.4M
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 | 47 | 24.2M | 2.0 GB |
216
- | submissions | 46 | 7.2M | 428.4 MB |
217
- | **Total** | **47** | **31.4M** | **2.4 GB** |
218
 
219
  ### Monthly breakdown
220
 
221
  <details>
222
- <summary>Click to expand full monthly table (47 comment months + 46 submission months)</summary>
223
 
224
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
225
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -315,7 +315,8 @@ huggingface-cli download open-index/arctic \
315
  | 2009-08 | submissions | - | 29.8s | 8.5s | 21.9s | 1 | 435,860 | 30.4 MB |
316
  | 2009-09 | comments | - | 36.1s | 19.0s | 22.5s | 5 | 2,032,276 | 172.6 MB |
317
  | 2009-09 | submissions | - | 34.8s | 10.7s | 13.0s | 1 | 443,037 | 31.7 MB |
318
- | 2009-10 | comments | - | 43.3s | 19.0s | - | 5 | 2,242,017 | 199.1 MB |
 
319
 
320
  </details>
321
 
@@ -347,16 +348,15 @@ ORDER BY year, month, type;
347
 
348
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
349
 
350
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 13m / **Committed this session:** 35
351
 
352
  ### Active Workers
353
 
354
  | Stage | Month | Type | Progress |
355
  |-------|-------|------|----------|
356
- | Downloading | 2009-11 | comments | 224.0 KB / 198.5 MB (0%) |
357
- | Downloading | 2009-11 | submissions | connecting... |
358
- | Processing | 2009-10 | submissions | starting... |
359
- | Uploading | 2009-10 | comments | 5 shards · 2.2M rows · committing |
360
 
361
 
362
  ### Throughput
@@ -364,19 +364,19 @@ ORDER BY year, month, type;
364
  | Metric | Value |
365
  |--------|------:|
366
  | Download | 17 Mbps avg |
367
- | Processing | 84.7K rows/s avg |
368
- | Upload | 17.6s per commit avg |
369
- | ETA | 2026-03-31 07:22 UTC |
370
 
371
  ### Progress
372
 
373
- `█████░░░░░░░░░░░░░░░░░░░░░░░░░` 92 / 488 (18.9%)
374
 
375
  | Metric | This Session |
376
  |--------|-------------:|
377
- | Months committed | 35 |
378
- | Rows processed | 23.1M |
379
- | Data committed | 1.8 GB |
380
 
381
  *Last update: 2026-03-31 04:59 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-10**.
55
 
56
+ Right now the archive has **31.8M items** (24.2M comments, 7.6M submissions) in **2.5 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
 
 
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
  | Type | Months | Rows | Parquet Size |
214
  |------|-------:|-----:|-------------:|
215
  | comments | 47 | 24.2M | 2.0 GB |
216
+ | submissions | 47 | 7.6M | 462.1 MB |
217
+ | **Total** | **47** | **31.8M** | **2.5 GB** |
218
 
219
  ### Monthly breakdown
220
 
221
  <details>
222
+ <summary>Click to expand full monthly table (47 comment months + 47 submission months)</summary>
223
 
224
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
225
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
315
  | 2009-08 | submissions | - | 29.8s | 8.5s | 21.9s | 1 | 435,860 | 30.4 MB |
316
  | 2009-09 | comments | - | 36.1s | 19.0s | 22.5s | 5 | 2,032,276 | 172.6 MB |
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 | - | 1 | 461,702 | 33.6 MB |
320
 
321
  </details>
322
 
 
348
 
349
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
350
 
351
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 13m / **Committed this session:** 36
352
 
353
  ### Active Workers
354
 
355
  | Stage | Month | Type | Progress |
356
  |-------|-------|------|----------|
357
+ | Downloading | 2009-11 | comments | 54.7 MB / 198.5 MB (27%) |
358
+ | Downloading | 2009-11 | submissions | 64.0 KB / 41.4 MB (0%) |
359
+ | Uploading | 2009-10 | submissions | 1 shards · 461.7K rows · committing |
 
360
 
361
 
362
  ### Throughput
 
364
  | Metric | Value |
365
  |--------|------:|
366
  | Download | 17 Mbps avg |
367
+ | Processing | 83.9K rows/s avg |
368
+ | Upload | 18.0s per commit avg |
369
+ | ETA | 2026-03-31 07:26 UTC |
370
 
371
  ### Progress
372
 
373
+ `█████░░░░░░░░░░░░░░░░░░░░░░░░░` 93 / 488 (19.1%)
374
 
375
  | Metric | This Session |
376
  |--------|-------------:|
377
+ | Months committed | 36 |
378
+ | Rows processed | 25.3M |
379
+ | Data committed | 2.0 GB |
380
 
381
  *Last update: 2026-03-31 04:59 UTC*
382
 
data/submissions/2009/10/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:61565541a6be7998dadc7ee0da649b93ae538550cffdae36ccf45911b5d33b6f
3
- size 35288337
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b0a20bcce18703cf76d0db227772bb08434e27bb5c03a7d4463f28558faca8c
3
+ size 35264457
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:59:23.34353093Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2009-10",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -32,29 +32,25 @@
32
  {
33
  "ym": "2009-11",
34
  "type": "comments",
35
- "bytes_done": 229376,
36
  "bytes_total": 208180276,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2009-11",
41
  "type": "submissions",
 
 
42
  "phase": "downloading"
43
  }
44
  ],
45
- "processing": [
46
- {
47
- "ym": "2009-10",
48
- "type": "submissions",
49
- "phase": "processing"
50
- }
51
- ],
52
  "uploading": [
53
  {
54
  "ym": "2009-10",
55
- "type": "comments",
56
- "rows": 2242017,
57
- "shards": 5,
58
  "phase": "committing"
59
  }
60
  ],
@@ -63,16 +59,16 @@
63
  },
64
  "throughput": {
65
  "avg_download_mbps": 16.505969175631424,
66
- "avg_process_rows_per_sec": 84669.50155551915,
67
- "avg_upload_sec_per_commit": 17.616055127199996,
68
- "estimated_completion": "2026-03-31T15:22:27.536882817+08:00"
69
  },
70
  "stats": {
71
- "committed": 35,
72
  "skipped": 57,
73
  "retries": 0,
74
- "total_rows": 23056466,
75
- "total_bytes": 1913688043,
76
  "total_months": 488
77
  }
78
  }
 
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
+ "updated_at": "2026-03-31T04:59:44.632527278Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2009-10",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
32
  {
33
  "ym": "2009-11",
34
  "type": "comments",
35
+ "bytes_done": 57360081,
36
  "bytes_total": 208180276,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2009-11",
41
  "type": "submissions",
42
+ "bytes_done": 65536,
43
+ "bytes_total": 43387269,
44
  "phase": "downloading"
45
  }
46
  ],
47
+ "processing": null,
 
 
 
 
 
 
48
  "uploading": [
49
  {
50
  "ym": "2009-10",
51
+ "type": "submissions",
52
+ "rows": 461702,
53
+ "shards": 1,
54
  "phase": "committing"
55
  }
56
  ],
 
59
  },
60
  "throughput": {
61
  "avg_download_mbps": 16.505969175631424,
62
+ "avg_process_rows_per_sec": 83927.49015712473,
63
+ "avg_upload_sec_per_commit": 17.973887725349996,
64
+ "estimated_completion": "2026-03-31T15:26:20.267242451+08:00"
65
  },
66
  "stats": {
67
+ "committed": 36,
68
  "skipped": 57,
69
  "retries": 0,
70
+ "total_rows": 25298483,
71
+ "total_bytes": 2122466761,
72
  "total_months": 488
73
  }
74
  }
stats.csv CHANGED
@@ -91,4 +91,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
91
  2009,8,submissions,1,435860,31829520,0,29.83,8.46,21.94,2026-03-31T04:58:01Z
92
  2009,9,comments,5,2032276,181003600,0,36.09,19.01,22.47,2026-03-31T04:58:42Z
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,0.00,2026-03-31T04:59:23Z
 
 
91
  2009,8,submissions,1,435860,31829520,0,29.83,8.46,21.94,2026-03-31T04:58:01Z
92
  2009,9,comments,5,2032276,181003600,0,36.09,19.01,22.47,2026-03-31T04:58:42Z
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,0.00,2026-03-31T04:59:42Z