tamnd commited on
Commit
2632c75
·
verified ·
1 Parent(s): d3f9a59

Add submissions/2010-01 (2 shards, 549.0K rows)

Browse files
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 **2010-12**.
55
 
56
- Right now the archive has **63.7M items** (53.3M comments, 10.5M submissions) in **5.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
 
@@ -101,7 +101,7 @@ states.json live pipeline state (updated every ~5 min)
101
  2007 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
102
  2008 ███████████████░░░░░░░░░░░░░░░ 2.5M
103
  2009 ██████████████████████████████ 4.8M
104
- 2010 ███████████░░░░░░░░░░░░░░░░░░░ 1.9M
105
  ```
106
 
107
  ## How to download and use this dataset
@@ -214,13 +214,13 @@ huggingface-cli download open-index/arctic \
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
  | comments | 54 | 53.3M | 4.5 GB |
217
- | submissions | 52 | 10.5M | 704.0 MB |
218
- | **Total** | **54** | **63.7M** | **5.1 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (54 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -320,9 +320,10 @@ huggingface-cli download open-index/arctic \
320
  | 2009-10 | submissions | 1m17s | 24.4s | 39.7s | 1 | 461,702 | 33.7 MB |
321
  | 2009-11 | comments | - | 1m03s | 57.1s | 5 | 2,207,444 | 193.5 MB |
322
  | 2009-11 | submissions | 33.3s | 20.9s | 31.1s | 1 | 452,320 | 32.8 MB |
323
- | 2009-12 | comments | 1m38s | 1m26s | - | 6 | 2,560,510 | 220.7 MB |
324
  | 2009-12 | submissions | 26.7s | 12.1s | 25.4s | 1 | 492,225 | 36.3 MB |
325
  | 2010-01 | comments | - | 49.6s | 29.6s | 6 | 2,884,096 | 249.4 MB |
 
326
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
327
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
328
  | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
@@ -360,14 +361,14 @@ ORDER BY year, month, type;
360
 
361
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
362
 
363
- **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 13m / **Committed this session:** 19
364
 
365
  ### Active Workers
366
 
367
  | Stage | Month | Type | Progress |
368
  |-------|-------|------|----------|
369
- | Downloading | 2010-02 | comments | 8.2 MB / 241.7 MB (3%) |
370
- | Uploading | 2009-12 | comments | 6 shards · 2.6M rows · committing |
371
 
372
 
373
  ### Throughput
@@ -377,17 +378,17 @@ ORDER BY year, month, type;
377
  | Download | 13 Mbps avg |
378
  | Processing | 46.0K rows/s avg |
379
  | Upload | 26.9s per commit avg |
380
- | ETA | 2026-03-16 10:17 UTC |
381
 
382
  ### Progress
383
 
384
- `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 47 / 430 (10.9%)
385
 
386
  | Metric | This Session |
387
  |--------|-------------:|
388
- | Months committed | 19 |
389
- | Rows processed | 22.6M |
390
- | Data committed | 1.9 GB |
391
 
392
  *Last update: 2026-03-16 05:41 UTC*
393
 
 
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-12**.
55
 
56
+ Right now the archive has **64.3M items** (53.3M comments, 11.0M submissions) in **5.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
 
 
101
  2007 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
102
  2008 ███████████████░░░░░░░░░░░░░░░ 2.5M
103
  2009 ██████████████████████████████ 4.8M
104
+ 2010 ███████████████░░░░░░░░░░░░░░░ 2.4M
105
  ```
106
 
107
  ## How to download and use this dataset
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
  | comments | 54 | 53.3M | 4.5 GB |
217
+ | submissions | 53 | 11.0M | 745.0 MB |
218
+ | **Total** | **54** | **64.3M** | **5.2 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (54 comment months + 53 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
320
  | 2009-10 | submissions | 1m17s | 24.4s | 39.7s | 1 | 461,702 | 33.7 MB |
321
  | 2009-11 | comments | - | 1m03s | 57.1s | 5 | 2,207,444 | 193.5 MB |
322
  | 2009-11 | submissions | 33.3s | 20.9s | 31.1s | 1 | 452,320 | 32.8 MB |
323
+ | 2009-12 | comments | 1m38s | 1m26s | 25.9s | 6 | 2,560,510 | 220.7 MB |
324
  | 2009-12 | submissions | 26.7s | 12.1s | 25.4s | 1 | 492,225 | 36.3 MB |
325
  | 2010-01 | comments | - | 49.6s | 29.6s | 6 | 2,884,096 | 249.4 MB |
326
+ | 2010-01 | submissions | 1m02s | 34.1s | - | 2 | 549,007 | 40.9 MB |
327
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
328
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
329
  | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
 
361
 
362
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
363
 
364
+ **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 13m / **Committed this session:** 20
365
 
366
  ### Active Workers
367
 
368
  | Stage | Month | Type | Progress |
369
  |-------|-------|------|----------|
370
+ | Downloading | 2010-02 | comments | 199.9 MB / 241.7 MB (82%) |
371
+ | Uploading | 2010-01 | submissions | 2 shards · 549.0K rows · committing |
372
 
373
 
374
  ### Throughput
 
378
  | Download | 13 Mbps avg |
379
  | Processing | 46.0K rows/s avg |
380
  | Upload | 26.9s per commit avg |
381
+ | ETA | 2026-03-16 10:11 UTC |
382
 
383
  ### Progress
384
 
385
+ `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 48 / 430 (11.2%)
386
 
387
  | Metric | This Session |
388
  |--------|-------------:|
389
+ | Months committed | 20 |
390
+ | Rows processed | 25.1M |
391
+ | Data committed | 2.1 GB |
392
 
393
  *Last update: 2026-03-16 05:41 UTC*
394
 
data/submissions/2010/01/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15dacd87bf79638f7fd3c71c767e49623c4286923055cf20594c93e8b1debd02
3
+ size 38985777
data/submissions/2010/01/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40c995e92fc8499e859d57330bf6e7c49ade41edcd13a037f2f3760b084d9d06
3
+ size 3939558
states.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "session_id": "2026-03-16T05:28:06Z",
3
  "started_at": "2026-03-16T05:28:06.99036137Z",
4
- "updated_at": "2026-03-16T05:41:06.651090398Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2009-12",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -32,7 +32,7 @@
32
  {
33
  "ym": "2010-02",
34
  "type": "comments",
35
- "bytes_done": 8617295,
36
  "bytes_total": 253429845,
37
  "phase": "downloading"
38
  }
@@ -40,10 +40,10 @@
40
  "processing": null,
41
  "uploading": [
42
  {
43
- "ym": "2009-12",
44
- "type": "comments",
45
- "rows": 2560510,
46
- "shards": 6,
47
  "phase": "committing"
48
  }
49
  ],
@@ -53,15 +53,15 @@
53
  "throughput": {
54
  "avg_download_mbps": 13.073110549136766,
55
  "avg_process_rows_per_sec": 45997.28295406712,
56
- "avg_upload_sec_per_commit": 26.93285099963158,
57
- "estimated_completion": "2026-03-16T11:17:11.037705685+01:00"
58
  },
59
  "stats": {
60
- "committed": 19,
61
  "skipped": 28,
62
  "retries": 0,
63
- "total_rows": 22570212,
64
- "total_bytes": 2026051579,
65
  "total_months": 430
66
  }
67
  }
 
1
  {
2
  "session_id": "2026-03-16T05:28:06Z",
3
  "started_at": "2026-03-16T05:28:06.99036137Z",
4
+ "updated_at": "2026-03-16T05:41:29.879672817Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2010-01",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
32
  {
33
  "ym": "2010-02",
34
  "type": "comments",
35
+ "bytes_done": 209619029,
36
  "bytes_total": 253429845,
37
  "phase": "downloading"
38
  }
 
40
  "processing": null,
41
  "uploading": [
42
  {
43
+ "ym": "2010-01",
44
+ "type": "submissions",
45
+ "rows": 549007,
46
+ "shards": 2,
47
  "phase": "committing"
48
  }
49
  ],
 
53
  "throughput": {
54
  "avg_download_mbps": 13.073110549136766,
55
  "avg_process_rows_per_sec": 45997.28295406712,
56
+ "avg_upload_sec_per_commit": 26.88287006205,
57
+ "estimated_completion": "2026-03-16T11:11:11.970815512+01:00"
58
  },
59
  "stats": {
60
+ "committed": 20,
61
  "skipped": 28,
62
  "retries": 0,
63
+ "total_rows": 25130722,
64
+ "total_bytes": 2257502494,
65
  "total_months": 430
66
  }
67
  }
stats.csv CHANGED
@@ -95,9 +95,10 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
95
  2009,10,submissions,1,461702,35288337,76.93,24.44,39.71,2026-03-15T05:44:44Z
96
  2009,11,comments,5,2207444,202879911,0.00,63.17,57.12,2026-03-16T05:39:36Z
97
  2009,11,submissions,1,452320,34412953,33.30,20.90,31.10,2026-03-15T06:33:19Z
98
- 2009,12,comments,6,2560510,231450915,98.42,85.70,0.00,2026-03-16T05:41:03Z
99
  2009,12,submissions,1,492225,38014289,26.74,12.14,25.37,2026-03-15T06:42:00Z
100
  2010,1,comments,6,2884096,261486541,0.00,49.63,29.65,2026-03-16T05:40:33Z
 
101
  2010,6,submissions,1,478396,41941898,26.94,19.70,93.60,2026-03-15T07:43:49Z
102
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
103
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z
 
95
  2009,10,submissions,1,461702,35288337,76.93,24.44,39.71,2026-03-15T05:44:44Z
96
  2009,11,comments,5,2207444,202879911,0.00,63.17,57.12,2026-03-16T05:39:36Z
97
  2009,11,submissions,1,452320,34412953,33.30,20.90,31.10,2026-03-15T06:33:19Z
98
+ 2009,12,comments,6,2560510,231450915,98.42,85.70,25.93,2026-03-16T05:41:03Z
99
  2009,12,submissions,1,492225,38014289,26.74,12.14,25.37,2026-03-15T06:42:00Z
100
  2010,1,comments,6,2884096,261486541,0.00,49.63,29.65,2026-03-16T05:40:33Z
101
+ 2010,1,submissions,2,549007,42925335,61.93,34.07,0.00,2026-03-16T05:41:29Z
102
  2010,6,submissions,1,478396,41941898,26.94,19.70,93.60,2026-03-15T07:43:49Z
103
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
104
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z