tamnd commited on
Commit
30b04f6
·
verified ·
1 Parent(s): 39cc219

Add comments/2009-10 (5 shards, 2.2M 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 **53.8M items** (43.4M comments, 10.5M submissions) in **4.3 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
 
@@ -89,7 +89,7 @@ states.json live pipeline state (updated every ~5 min)
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
  2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
  2008 ██████████░░░░░░░░░░░░░░░░░░░░ 7.2M
92
- 2009 ████████████████░░░░░░░░░░░░░░ 11.9M
93
  2010 ██████████████████████████████ 21.4M
94
  ```
95
 
@@ -213,14 +213,14 @@ huggingface-cli download open-index/arctic \
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
- | comments | 50 | 43.4M | 3.6 GB |
217
  | submissions | 52 | 10.5M | 704.0 MB |
218
- | **Total** | **50** | **53.8M** | **4.3 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (50 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -310,12 +310,13 @@ huggingface-cli download open-index/arctic \
310
  | 2009-05 | submissions | 30.5s | 15.2s | 53.4s | 1 | 355,193 | 21.4 MB |
311
  | 2009-06 | comments | - | 21.9s | 11.7s | 3 | 1,258,750 | 111.7 MB |
312
  | 2009-06 | submissions | 38.8s | 17.0s | 14.8s | 1 | 383,969 | 23.9 MB |
313
- | 2009-07 | comments | 53.2s | 36.0s | - | 3 | 1,470,290 | 129.9 MB |
314
  | 2009-07 | submissions | 22.7s | 20.5s | 15.2s | 1 | 427,135 | 28.4 MB |
315
  | 2009-08 | comments | - | 23.4s | 15.4s | 4 | 1,750,688 | 153.3 MB |
316
  | 2009-08 | submissions | 1m01s | 21.4s | 17.1s | 1 | 435,860 | 30.3 MB |
317
  | 2009-09 | comments | 1m15s | 55.7s | 3m02s | 5 | 2,032,276 | 172.6 MB |
318
  | 2009-09 | submissions | 24.9s | 21.3s | 14.7s | 1 | 443,037 | 31.7 MB |
 
319
  | 2009-10 | submissions | 1m17s | 24.4s | 39.7s | 1 | 461,702 | 33.7 MB |
320
  | 2009-11 | submissions | 33.3s | 20.9s | 31.1s | 1 | 452,320 | 32.8 MB |
321
  | 2009-12 | submissions | 26.7s | 12.1s | 25.4s | 1 | 492,225 | 36.3 MB |
@@ -356,36 +357,38 @@ ORDER BY year, month, type;
356
 
357
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
358
 
359
- **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 9m / **Committed this session:** 15
360
 
361
  ### Active Workers
362
 
363
  | Stage | Month | Type | Progress |
364
  |-------|-------|------|----------|
365
- | Downloading | 2009-10 | comments | 64.0 KB / 204.4 MB (0%) |
366
- | Uploading | 2009-07 | comments | 3 shards · 1.5M rows · committing |
 
 
367
 
368
 
369
  ### Throughput
370
 
371
  | Metric | Value |
372
  |--------|------:|
373
- | Download | 12 Mbps avg |
374
- | Processing | 46.5K rows/s avg |
375
- | Upload | 20.0s per commit avg |
376
- | ETA | 2026-03-16 09:33 UTC |
377
 
378
  ### Progress
379
 
380
- `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 43 / 430 (10.0%)
381
 
382
  | Metric | This Session |
383
  |--------|-------------:|
384
- | Months committed | 15 |
385
- | Rows processed | 13.8M |
386
- | Data committed | 1.1 GB |
387
 
388
- *Last update: 2026-03-16 05:36 UTC*
389
 
390
 
391
  # Dataset card for Arctic Shift Reddit Archive
@@ -569,4 +572,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
569
 
570
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
571
 
572
- *Last updated: 2026-03-16 05:36 UTC*
 
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 **56.1M items** (45.6M comments, 10.5M submissions) in **4.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
 
 
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
  2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
  2008 ██████████░░░░░░░░░░░░░░░░░░░░ 7.2M
92
+ 2009 ███████████████████░░░░░░░░░░░ 14.1M
93
  2010 ██████████████████████████████ 21.4M
94
  ```
95
 
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 51 | 45.6M | 3.8 GB |
217
  | submissions | 52 | 10.5M | 704.0 MB |
218
+ | **Total** | **51** | **56.1M** | **4.5 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (51 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
310
  | 2009-05 | submissions | 30.5s | 15.2s | 53.4s | 1 | 355,193 | 21.4 MB |
311
  | 2009-06 | comments | - | 21.9s | 11.7s | 3 | 1,258,750 | 111.7 MB |
312
  | 2009-06 | submissions | 38.8s | 17.0s | 14.8s | 1 | 383,969 | 23.9 MB |
313
+ | 2009-07 | comments | 53.2s | 36.0s | 16.2s | 3 | 1,470,290 | 129.9 MB |
314
  | 2009-07 | submissions | 22.7s | 20.5s | 15.2s | 1 | 427,135 | 28.4 MB |
315
  | 2009-08 | comments | - | 23.4s | 15.4s | 4 | 1,750,688 | 153.3 MB |
316
  | 2009-08 | submissions | 1m01s | 21.4s | 17.1s | 1 | 435,860 | 30.3 MB |
317
  | 2009-09 | comments | 1m15s | 55.7s | 3m02s | 5 | 2,032,276 | 172.6 MB |
318
  | 2009-09 | submissions | 24.9s | 21.3s | 14.7s | 1 | 443,037 | 31.7 MB |
319
+ | 2009-10 | comments | 1m18s | 29.3s | - | 5 | 2,242,017 | 199.1 MB |
320
  | 2009-10 | submissions | 1m17s | 24.4s | 39.7s | 1 | 461,702 | 33.7 MB |
321
  | 2009-11 | submissions | 33.3s | 20.9s | 31.1s | 1 | 452,320 | 32.8 MB |
322
  | 2009-12 | submissions | 26.7s | 12.1s | 25.4s | 1 | 492,225 | 36.3 MB |
 
357
 
358
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
359
 
360
+ **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 11m / **Committed this session:** 16
361
 
362
  ### Active Workers
363
 
364
  | Stage | Month | Type | Progress |
365
  |-------|-------|------|----------|
366
+ | Downloading | 2010-01 | submissions | connecting... |
367
+ | Processing | 2009-12 | comments | starting... |
368
+ | Processing | 2010-01 | comments | shard 1 · 0 rows |
369
+ | Uploading | 2009-10 | comments | 5 shards · 2.2M rows · committing |
370
 
371
 
372
  ### Throughput
373
 
374
  | Metric | Value |
375
  |--------|------:|
376
+ | Download | 14 Mbps avg |
377
+ | Processing | 47.5K rows/s avg |
378
+ | Upload | 19.7s per commit avg |
379
+ | ETA | 2026-03-16 10:00 UTC |
380
 
381
  ### Progress
382
 
383
+ `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 44 / 430 (10.2%)
384
 
385
  | Metric | This Session |
386
  |--------|-------------:|
387
+ | Months committed | 16 |
388
+ | Rows processed | 15.2M |
389
+ | Data committed | 1.3 GB |
390
 
391
+ *Last update: 2026-03-16 05:39 UTC*
392
 
393
 
394
  # Dataset card for Arctic Shift Reddit Archive
 
572
 
573
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
574
 
575
+ *Last updated: 2026-03-16 05:39 UTC*
data/comments/2009/10/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65da56ffc4324ef4abd2bc08e442d1cc0759e255ea3b18a1e7f40502a9706faf
3
+ size 46566562
data/comments/2009/10/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf7e3823f625f87ada4e4a00de0e2bd3a60bd9207c7b5f37cdeab5dcb79ac83d
3
+ size 46705509
data/comments/2009/10/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2d4189614e0d9aa9a5953068a5cd9bff1cec5960256f12b9ad4b07d2949482e
3
+ size 45504815
data/comments/2009/10/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b8bba8a02bd0702f010cb500cf1ba94e4ffb267a3ba589c57ce01f6c56689b7
3
+ size 46999831
data/comments/2009/10/004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09e76072c51b841993f552ef82cc666d9728e02548762ce1aea2858cf69c5d9f
3
+ size 23000359
states.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "session_id": "2026-03-16T05:28:06Z",
3
  "started_at": "2026-03-16T05:28:06.99036137Z",
4
- "updated_at": "2026-03-16T05:36:39.505179413Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2009-07",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
@@ -30,20 +30,30 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2009-10",
34
- "type": "comments",
35
- "bytes_done": 65536,
36
- "bytes_total": 214309086,
37
  "phase": "downloading"
38
  }
39
  ],
40
- "processing": null,
 
 
 
 
 
 
 
 
 
 
 
 
41
  "uploading": [
42
  {
43
- "ym": "2009-07",
44
  "type": "comments",
45
- "rows": 1470290,
46
- "shards": 3,
47
  "phase": "committing"
48
  }
49
  ],
@@ -51,17 +61,17 @@
51
  "queued_for_upload": 0
52
  },
53
  "throughput": {
54
- "avg_download_mbps": 12.214016468722981,
55
- "avg_process_rows_per_sec": 46524.83244516063,
56
- "avg_upload_sec_per_commit": 19.983883516533332,
57
- "estimated_completion": "2026-03-16T10:33:21.353362244+01:00"
58
  },
59
  "stats": {
60
- "committed": 15,
61
  "skipped": 28,
62
  "retries": 0,
63
- "total_rows": 13766365,
64
- "total_bytes": 1216714379,
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:39:00.749000491Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2009-10",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2010-01",
34
+ "type": "submissions",
 
 
35
  "phase": "downloading"
36
  }
37
  ],
38
+ "processing": [
39
+ {
40
+ "ym": "2009-12",
41
+ "type": "comments",
42
+ "phase": "processing"
43
+ },
44
+ {
45
+ "ym": "2010-01",
46
+ "type": "comments",
47
+ "shard": 1,
48
+ "phase": "processing"
49
+ }
50
+ ],
51
  "uploading": [
52
  {
53
+ "ym": "2009-10",
54
  "type": "comments",
55
+ "rows": 2242017,
56
+ "shards": 5,
57
  "phase": "committing"
58
  }
59
  ],
 
61
  "queued_for_upload": 0
62
  },
63
  "throughput": {
64
+ "avg_download_mbps": 13.72059538082776,
65
+ "avg_process_rows_per_sec": 47546.313407210175,
66
+ "avg_upload_sec_per_commit": 19.745847512312498,
67
+ "estimated_completion": "2026-03-16T11:00:07.236682067+01:00"
68
  },
69
  "stats": {
70
+ "committed": 16,
71
  "skipped": 28,
72
  "retries": 0,
73
+ "total_rows": 15236655,
74
+ "total_bytes": 1352908051,
75
  "total_months": 430
76
  }
77
  }
stats.csv CHANGED
@@ -85,12 +85,13 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
85
  2009,5,submissions,1,355193,22422953,30.46,15.25,53.44,2026-03-15T04:42:17Z
86
  2009,6,comments,3,1258750,117074158,0.00,21.85,11.72,2026-03-16T05:35:50Z
87
  2009,6,submissions,1,383969,25029187,38.77,17.03,14.85,2026-03-15T04:46:07Z
88
- 2009,7,comments,3,1470290,136193672,53.22,36.00,0.00,2026-03-16T05:36:39Z
89
  2009,7,submissions,1,427135,29749006,22.69,20.50,15.22,2026-03-15T04:50:06Z
90
  2009,8,comments,4,1750688,160711320,0.00,23.44,15.45,2026-03-16T05:36:23Z
91
  2009,8,submissions,1,435860,31818901,60.67,21.45,17.05,2026-03-15T05:16:31Z
92
  2009,9,comments,5,2032276,181010998,74.79,55.68,182.34,2026-03-15T15:04:37Z
93
  2009,9,submissions,1,443037,33192219,24.89,21.26,14.65,2026-03-15T05:37:15Z
 
94
  2009,10,submissions,1,461702,35288337,76.93,24.44,39.71,2026-03-15T05:44:44Z
95
  2009,11,submissions,1,452320,34412953,33.30,20.90,31.10,2026-03-15T06:33:19Z
96
  2009,12,submissions,1,492225,38014289,26.74,12.14,25.37,2026-03-15T06:42:00Z
 
85
  2009,5,submissions,1,355193,22422953,30.46,15.25,53.44,2026-03-15T04:42:17Z
86
  2009,6,comments,3,1258750,117074158,0.00,21.85,11.72,2026-03-16T05:35:50Z
87
  2009,6,submissions,1,383969,25029187,38.77,17.03,14.85,2026-03-15T04:46:07Z
88
+ 2009,7,comments,3,1470290,136193672,53.22,36.00,16.18,2026-03-16T05:36:39Z
89
  2009,7,submissions,1,427135,29749006,22.69,20.50,15.22,2026-03-15T04:50:06Z
90
  2009,8,comments,4,1750688,160711320,0.00,23.44,15.45,2026-03-16T05:36:23Z
91
  2009,8,submissions,1,435860,31818901,60.67,21.45,17.05,2026-03-15T05:16:31Z
92
  2009,9,comments,5,2032276,181010998,74.79,55.68,182.34,2026-03-15T15:04:37Z
93
  2009,9,submissions,1,443037,33192219,24.89,21.26,14.65,2026-03-15T05:37:15Z
94
+ 2009,10,comments,5,2242017,208777076,77.59,29.31,0.00,2026-03-16T05:37:47Z
95
  2009,10,submissions,1,461702,35288337,76.93,24.44,39.71,2026-03-15T05:44:44Z
96
  2009,11,submissions,1,452320,34412953,33.30,20.90,31.10,2026-03-15T06:33:19Z
97
  2009,12,submissions,1,492225,38014289,26.74,12.14,25.37,2026-03-15T06:42:00Z