tamnd commited on
Commit
ba582d7
·
verified ·
1 Parent(s): 3f4967f

Add comments/2010-12 (12 shards, 6.0M 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-11**.
55
 
56
- Right now the archive has **86.3M items** (71.5M comments, 14.8M submissions) in **7.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
 
@@ -88,9 +88,9 @@ states.json live pipeline state (updated every ~5 min)
88
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
  2007 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
- 2008 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
92
- 2009 █████████████░░░░░░░░░░░░░░░░░ 18.9M
93
- 2010 ██████████████████████████████ 42.5M
94
  ```
95
 
96
  **Submissions**
@@ -213,14 +213,14 @@ huggingface-cli download open-index/arctic \
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
- | comments | 60 | 71.5M | 6.0 GB |
217
  | submissions | 60 | 14.8M | 1.0 GB |
218
- | **Total** | **60** | **86.3M** | **7.0 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (60 comment months + 60 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -344,6 +344,7 @@ huggingface-cli download open-index/arctic \
344
  | 2010-10 | submissions | 1m45s | 32.2s | 21.7s | 1 | 630,298 | 57.6 MB |
345
  | 2010-11 | comments | - | 14m01s | 3m50s | 12 | 5,689,002 | 487.7 MB |
346
  | 2010-11 | submissions | - | 8m41s | 32.5s | 2 | 674,615 | 63.6 MB |
 
347
 
348
  </details>
349
 
@@ -374,22 +375,23 @@ ORDER BY year, month, type;
374
 
375
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 121 GB free). Auto-updated every ~5 minutes.
376
 
377
- **Started:** 2026-03-15 15:55 UTC / **Elapsed:** 10m / **Committed this session:** 0
378
 
379
  ### Active Workers
380
 
381
  | Stage | Month | Type | Progress |
382
  |-------|-------|------|----------|
383
- | Downloading | 2011-01 | comments | 399.6 KB / 592.8 MB (0%) |
384
- | Processing | 2010-12 | comments | shard 9 · 4.5M rows · 44.7K rows/s |
385
- | Processing | 2010-12 | submissions | starting... |
386
 
387
 
388
  ### Throughput
389
 
390
  | Metric | Value |
391
  |--------|------:|
392
- | Download | 11 Mbps avg |
 
393
 
394
  ### Progress
395
 
@@ -400,8 +402,9 @@ ORDER BY year, month, type;
400
  | Months committed | 0 |
401
  | Rows processed | 0 |
402
  | Data committed | 0 B |
 
403
 
404
- *Last update: 2026-03-15 16:05 UTC*
405
 
406
 
407
  # Dataset card for Arctic Shift Reddit Archive
@@ -585,4 +588,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
585
 
586
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
587
 
588
- *Last updated: 2026-03-15 16:05 UTC*
 
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-12**.
55
 
56
+ Right now the archive has **92.3M items** (77.5M comments, 14.8M submissions) in **7.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
 
 
88
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
  2007 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
+ 2008 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
92
+ 2009 ███████████░░░░░░░░░░░░░░░░░░░ 18.9M
93
+ 2010 ██████████████████████████████ 48.5M
94
  ```
95
 
96
  **Submissions**
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 61 | 77.5M | 6.5 GB |
217
  | submissions | 60 | 14.8M | 1.0 GB |
218
+ | **Total** | **61** | **92.3M** | **7.5 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (61 comment months + 60 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
344
  | 2010-10 | submissions | 1m45s | 32.2s | 21.7s | 1 | 630,298 | 57.6 MB |
345
  | 2010-11 | comments | - | 14m01s | 3m50s | 12 | 5,689,002 | 487.7 MB |
346
  | 2010-11 | submissions | - | 8m41s | 32.5s | 2 | 674,615 | 63.6 MB |
347
+ | 2010-12 | comments | 4m22s | 11m24s | - | 12 | 5,972,642 | 513.1 MB |
348
 
349
  </details>
350
 
 
375
 
376
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 121 GB free). Auto-updated every ~5 minutes.
377
 
378
+ **Started:** 2026-03-15 15:55 UTC / **Elapsed:** 22m / **Committed this session:** 0
379
 
380
  ### Active Workers
381
 
382
  | Stage | Month | Type | Progress |
383
  |-------|-------|------|----------|
384
+ | Downloading | 2011-01 | submissions | 112.0 KB / 117.9 MB (0%) |
385
+ | Processing | 2011-01 | comments | shard 3 · 1.0M rows · 57.0K rows/s |
386
+ | Uploading | 2010-12 | comments | 12 shards · 6.0M rows · committing |
387
 
388
 
389
  ### Throughput
390
 
391
  | Metric | Value |
392
  |--------|------:|
393
+ | Download | 13 Mbps avg |
394
+ | Processing | 5.0K rows/s avg |
395
 
396
  ### Progress
397
 
 
402
  | Months committed | 0 |
403
  | Rows processed | 0 |
404
  | Data committed | 0 B |
405
+ | Retries | 2 |
406
 
407
+ *Last update: 2026-03-15 16:17 UTC*
408
 
409
 
410
  # Dataset card for Arctic Shift Reddit Archive
 
588
 
589
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
590
 
591
+ *Last updated: 2026-03-15 16:17 UTC*
data/comments/2010/12/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:634c1d8c8442287eb239205161012f9a809d76cf20c6f6f1961ef759aab42b2e
3
+ size 46272863
data/comments/2010/12/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc7641a47037f831568a7a793993071b0d6db9c74646b65a7a29b3f531503f8
3
+ size 44722467
data/comments/2010/12/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7006544424355734065eacbcdd0d15d418f490ae8b1c49ecbfb9fb684d078395
3
+ size 45407757
data/comments/2010/12/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f14d4f374c1af503fc241fe740af25d1482e3f141ea999ec22c00ba9987baf1
3
+ size 44668935
data/comments/2010/12/004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99cae8611e25236a85f319af7f194173e765a73b6f571a6b87397a1e0ca55379
3
+ size 44015054
data/comments/2010/12/005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56cf9f8a67023a92715efe9938a8fc2a80df9cb129201d2368acbf2203fa8d59
3
+ size 45924508
data/comments/2010/12/006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a64e40794ea24056e957ed3b28616ab7abc217f68481571a4733af31829e7d46
3
+ size 44982025
data/comments/2010/12/007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbf22508314e92a074adeff382858f634983574c9e9e33a6eba8b5b5180551f2
3
+ size 45315372
data/comments/2010/12/008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32d42e6dc3b7b3272675bb9fd64adeaf8a5a265edd8ce37af3a3d17216c3fda5
3
+ size 46181804
data/comments/2010/12/009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11e53b8e20a9d2362cd3e59d3d2b9db09406b30bda5cdc21ce67f3154e67ddab
3
+ size 42785098
data/comments/2010/12/010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74d497b9583390e68b72c710890e9197ca273be90f3355cab9e1fc90474006d1
3
+ size 45515136
data/comments/2010/12/011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b39f9646cf6af4e3a2df16f2f7a112dae4e613c7587509f9f0072ae66d8d340
3
+ size 42231832
states.json CHANGED
@@ -1,14 +1,12 @@
1
  {
2
  "session_id": "2026-03-15T15:55:57Z",
3
  "started_at": "2026-03-15T15:55:57.225731083Z",
4
- "updated_at": "2026-03-15T16:05:56.700555754Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2010-12",
8
  "type": "comments",
9
- "phase": "processing",
10
- "shard": 7,
11
- "rows": 3500000
12
  },
13
  "hardware": {
14
  "hostname": "vmi3112167",
@@ -32,40 +30,43 @@
32
  "downloading": [
33
  {
34
  "ym": "2011-01",
35
- "type": "comments",
36
- "bytes_done": 409236,
37
- "bytes_total": 621585706,
38
  "phase": "downloading"
39
  }
40
  ],
41
  "processing": [
42
  {
43
- "ym": "2010-12",
44
  "type": "comments",
45
- "shard": 9,
46
- "rows": 4500000,
47
- "rows_per_sec": 44668.04641539142,
48
  "phase": "processing"
49
- },
 
 
50
  {
51
  "ym": "2010-12",
52
- "type": "submissions",
53
- "phase": "processing"
 
 
54
  }
55
  ],
56
- "uploading": null,
57
  "queued_for_process": 0,
58
  "queued_for_upload": 0
59
  },
60
  "throughput": {
61
- "avg_download_mbps": 11.250717695064225,
62
- "avg_process_rows_per_sec": 0,
63
  "avg_upload_sec_per_commit": 0
64
  },
65
  "stats": {
66
  "committed": 0,
67
  "skipped": 120,
68
- "retries": 0,
69
  "total_rows": 0,
70
  "total_bytes": 0,
71
  "total_months": 488
 
1
  {
2
  "session_id": "2026-03-15T15:55:57Z",
3
  "started_at": "2026-03-15T15:55:57.225731083Z",
4
+ "updated_at": "2026-03-15T16:17:57.130694365Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2010-12",
8
  "type": "comments",
9
+ "phase": "committing"
 
 
10
  },
11
  "hardware": {
12
  "hostname": "vmi3112167",
 
30
  "downloading": [
31
  {
32
  "ym": "2011-01",
33
+ "type": "submissions",
34
+ "bytes_done": 114688,
35
+ "bytes_total": 123638415,
36
  "phase": "downloading"
37
  }
38
  ],
39
  "processing": [
40
  {
41
+ "ym": "2011-01",
42
  "type": "comments",
43
+ "shard": 3,
44
+ "rows": 1000000,
45
+ "rows_per_sec": 56989.116846826604,
46
  "phase": "processing"
47
+ }
48
+ ],
49
+ "uploading": [
50
  {
51
  "ym": "2010-12",
52
+ "type": "comments",
53
+ "rows": 5972642,
54
+ "shards": 12,
55
+ "phase": "committing"
56
  }
57
  ],
 
58
  "queued_for_process": 0,
59
  "queued_for_upload": 0
60
  },
61
  "throughput": {
62
+ "avg_download_mbps": 12.879568637966685,
63
+ "avg_process_rows_per_sec": 4981.254805364313,
64
  "avg_upload_sec_per_commit": 0
65
  },
66
  "stats": {
67
  "committed": 0,
68
  "skipped": 120,
69
+ "retries": 2,
70
  "total_rows": 0,
71
  "total_bytes": 0,
72
  "total_months": 488
stats.csv CHANGED
@@ -118,4 +118,5 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
118
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z
119
  2010,10,submissions,1,630298,60383949,105.07,32.22,21.67,2026-03-15T11:18:50Z
120
  2010,11,comments,12,5689002,511398813,0.00,840.97,230.35,2026-03-15T15:35:37Z
121
- 2010,11,submissions,2,674615,66659281,0.00,520.91,0.00,2026-03-15T15:39:28Z
 
 
118
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z
119
  2010,10,submissions,1,630298,60383949,105.07,32.22,21.67,2026-03-15T11:18:50Z
120
  2010,11,comments,12,5689002,511398813,0.00,840.97,230.35,2026-03-15T15:35:37Z
121
+ 2010,11,submissions,2,674615,66659281,0.00,520.91,32.51,2026-03-15T15:39:28Z
122
+ 2010,12,comments,12,5972642,538022851,261.82,684.11,0.00,2026-03-15T16:11:43Z