tamnd commited on
Commit
42eec02
·
verified ·
1 Parent(s): 6192921

Add comments/2009-08 (4 shards, 1.8M 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 **50.6M items** (40.2M comments, 10.5M submissions) in **4.0 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 ████████████░░░░░░░░░░░░░░░░░░ 8.6M
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 | 48 | 40.2M | 3.3 GB |
217
  | submissions | 52 | 10.5M | 704.0 MB |
218
- | **Total** | **48** | **50.6M** | **4.0 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (48 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -308,9 +308,10 @@ huggingface-cli download open-index/arctic \
308
  | 2009-04 | submissions | 39.6s | 17.2s | 7.0s | 1 | 357,107 | 21.3 MB |
309
  | 2009-05 | comments | 1m24s | 12.9s | 30.6s | 3 | 1,201,257 | 105.3 MB |
310
  | 2009-05 | submissions | 30.5s | 15.2s | 53.4s | 1 | 355,193 | 21.4 MB |
311
- | 2009-06 | comments | - | 21.9s | - | 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 | submissions | 22.7s | 20.5s | 15.2s | 1 | 427,135 | 28.4 MB |
 
314
  | 2009-08 | submissions | 1m01s | 21.4s | 17.1s | 1 | 435,860 | 30.3 MB |
315
  | 2009-09 | comments | 1m15s | 55.7s | 3m02s | 5 | 2,032,276 | 172.6 MB |
316
  | 2009-09 | submissions | 24.9s | 21.3s | 14.7s | 1 | 443,037 | 31.7 MB |
@@ -354,36 +355,37 @@ ORDER BY year, month, type;
354
 
355
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
356
 
357
- **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 8m / **Committed this session:** 13
358
 
359
  ### Active Workers
360
 
361
  | Stage | Month | Type | Progress |
362
  |-------|-------|------|----------|
363
- | Downloading | 2009-07 | comments | 16.9 MB / 132.4 MB (12%) |
364
- | Uploading | 2009-06 | comments | 3 shards · 1.3M rows · committing |
 
365
 
366
 
367
  ### Throughput
368
 
369
  | Metric | Value |
370
  |--------|------:|
371
- | Download | 11 Mbps avg |
372
- | Processing | 44.9K rows/s avg |
373
- | Upload | 21.0s per commit avg |
374
- | ETA | 2026-03-16 09:47 UTC |
375
 
376
  ### Progress
377
 
378
- `██░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 41 / 430 (9.5%)
379
 
380
  | Metric | This Session |
381
  |--------|-------------:|
382
- | Months committed | 13 |
383
- | Rows processed | 10.8M |
384
- | Data committed | 895.4 MB |
385
 
386
- *Last update: 2026-03-16 05:35 UTC*
387
 
388
 
389
  # Dataset card for Arctic Shift Reddit Archive
@@ -567,4 +569,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
567
 
568
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
569
 
570
- *Last updated: 2026-03-16 05:35 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 **52.4M items** (41.9M comments, 10.5M submissions) in **4.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
 
 
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
  2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
  2008 ██████████░░░░░░░░░░░░░░░░░░░░ 7.2M
92
+ 2009 ██████████████░░░░░░░░░░░░░░░░ 10.4M
93
  2010 ██████████████████████████████ 21.4M
94
  ```
95
 
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 49 | 41.9M | 3.5 GB |
217
  | submissions | 52 | 10.5M | 704.0 MB |
218
+ | **Total** | **49** | **52.4M** | **4.2 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (49 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
308
  | 2009-04 | submissions | 39.6s | 17.2s | 7.0s | 1 | 357,107 | 21.3 MB |
309
  | 2009-05 | comments | 1m24s | 12.9s | 30.6s | 3 | 1,201,257 | 105.3 MB |
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 | submissions | 22.7s | 20.5s | 15.2s | 1 | 427,135 | 28.4 MB |
314
+ | 2009-08 | comments | - | 23.4s | - | 4 | 1,750,688 | 153.3 MB |
315
  | 2009-08 | submissions | 1m01s | 21.4s | 17.1s | 1 | 435,860 | 30.3 MB |
316
  | 2009-09 | comments | 1m15s | 55.7s | 3m02s | 5 | 2,032,276 | 172.6 MB |
317
  | 2009-09 | submissions | 24.9s | 21.3s | 14.7s | 1 | 443,037 | 31.7 MB |
 
355
 
356
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
357
 
358
+ **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 8m / **Committed this session:** 14
359
 
360
  ### Active Workers
361
 
362
  | Stage | Month | Type | Progress |
363
  |-------|-------|------|----------|
364
+ | Downloading | 2009-10 | comments | connecting... |
365
+ | Processing | 2009-07 | comments | starting... |
366
+ | Uploading | 2009-08 | comments | 4 shards · 1.8M rows · committing |
367
 
368
 
369
  ### Throughput
370
 
371
  | Metric | Value |
372
  |--------|------:|
373
+ | Download | 12 Mbps avg |
374
+ | Processing | 46.9K rows/s avg |
375
+ | Upload | 20.3s per commit avg |
376
+ | ETA | 2026-03-16 09:25 UTC |
377
 
378
  ### Progress
379
 
380
+ `██░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 42 / 430 (9.8%)
381
 
382
  | Metric | This Session |
383
  |--------|-------------:|
384
+ | Months committed | 14 |
385
+ | Rows processed | 12.0M |
386
+ | Data committed | 1007.1 MB |
387
 
388
+ *Last update: 2026-03-16 05:36 UTC*
389
 
390
 
391
  # Dataset card for Arctic Shift Reddit Archive
 
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*
data/comments/2009/08/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7aff89ca4da2f95ab4f568458e4625030f7980b779f51f9dac74f7e613aa7f0a
3
+ size 46009535
data/comments/2009/08/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c74d0dc2433e25fafbd0af509650bb0064fa65248288f9cbbadd8cb5f2f8826d
3
+ size 45721521
data/comments/2009/08/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:970f53c2219fd0bb3c1bdf5789d30cdfc7c1af56413e0a543bedb94b5db268ae
3
+ size 45451107
data/comments/2009/08/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f0068cee8ce51118f47588b1ce80d183ca56e983730fc3f64099aa7ca6cf7e0
3
+ size 23529157
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:35:50.997071548Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2009-06",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
@@ -30,20 +30,24 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2009-07",
34
  "type": "comments",
35
- "bytes_done": 17734948,
36
- "bytes_total": 138800626,
37
  "phase": "downloading"
38
  }
39
  ],
40
- "processing": null,
 
 
 
 
 
 
41
  "uploading": [
42
  {
43
- "ym": "2009-06",
44
  "type": "comments",
45
- "rows": 1258750,
46
- "shards": 3,
47
  "phase": "committing"
48
  }
49
  ],
@@ -51,17 +55,17 @@
51
  "queued_for_upload": 0
52
  },
53
  "throughput": {
54
- "avg_download_mbps": 11.11609364286934,
55
- "avg_process_rows_per_sec": 44918.28764050784,
56
- "avg_upload_sec_per_commit": 20.968339567692304,
57
- "estimated_completion": "2026-03-16T10:47:07.392768748+01:00"
58
  },
59
  "stats": {
60
- "committed": 13,
61
  "skipped": 28,
62
  "retries": 0,
63
- "total_rows": 10756927,
64
- "total_bytes": 938928901,
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:36:23.979468523Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2009-08",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2009-10",
34
  "type": "comments",
 
 
35
  "phase": "downloading"
36
  }
37
  ],
38
+ "processing": [
39
+ {
40
+ "ym": "2009-07",
41
+ "type": "comments",
42
+ "phase": "processing"
43
+ }
44
+ ],
45
  "uploading": [
46
  {
47
+ "ym": "2009-08",
48
  "type": "comments",
49
+ "rows": 1750688,
50
+ "shards": 4,
51
  "phase": "committing"
52
  }
53
  ],
 
55
  "queued_for_upload": 0
56
  },
57
  "throughput": {
58
+ "avg_download_mbps": 12.214016468722981,
59
+ "avg_process_rows_per_sec": 46903.90015914296,
60
+ "avg_upload_sec_per_commit": 20.307643732142854,
61
+ "estimated_completion": "2026-03-16T10:25:57.67493138+01:00"
62
  },
63
  "stats": {
64
+ "committed": 14,
65
  "skipped": 28,
66
  "retries": 0,
67
+ "total_rows": 12015677,
68
+ "total_bytes": 1056003059,
69
  "total_months": 430
70
  }
71
  }
stats.csv CHANGED
@@ -83,9 +83,10 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
83
  2009,4,submissions,1,357107,22300126,39.63,17.18,7.02,2026-03-15T04:39:09Z
84
  2009,5,comments,3,1201257,110450491,83.60,12.94,30.61,2026-03-16T05:35:20Z
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,0.00,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,submissions,1,427135,29749006,22.69,20.50,15.22,2026-03-15T04:50:06Z
 
89
  2009,8,submissions,1,435860,31818901,60.67,21.45,17.05,2026-03-15T05:16:31Z
90
  2009,9,comments,5,2032276,181010998,74.79,55.68,182.34,2026-03-15T15:04:37Z
91
  2009,9,submissions,1,443037,33192219,24.89,21.26,14.65,2026-03-15T05:37:15Z
 
83
  2009,4,submissions,1,357107,22300126,39.63,17.18,7.02,2026-03-15T04:39:09Z
84
  2009,5,comments,3,1201257,110450491,83.60,12.94,30.61,2026-03-16T05:35:20Z
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,submissions,1,427135,29749006,22.69,20.50,15.22,2026-03-15T04:50:06Z
89
+ 2009,8,comments,4,1750688,160711320,0.00,23.44,0.00,2026-03-16T05:36:23Z
90
  2009,8,submissions,1,435860,31818901,60.67,21.45,17.05,2026-03-15T05:16:31Z
91
  2009,9,comments,5,2032276,181010998,74.79,55.68,182.34,2026-03-15T15:04:37Z
92
  2009,9,submissions,1,443037,33192219,24.89,21.26,14.65,2026-03-15T05:37:15Z