tamnd commited on
Commit
ca709ab
·
verified ·
1 Parent(s): 71c2e86

Add comments/2010-06 (8 shards, 3.5M 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 **78.9M items** (65.7M comments, 13.2M submissions) in **6.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
 
@@ -87,10 +87,10 @@ states.json live pipeline state (updated every ~5 min)
87
  ```
88
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
- 2007 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
  2008 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
92
- 2009 ██████████████░░░░░░░░░░░░░░░ 18.9M
93
- 2010 ██████████████████████████████ 36.7M
94
  ```
95
 
96
  **Submissions**
@@ -213,14 +213,14 @@ huggingface-cli download open-index/arctic \
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
- | comments | 58 | 65.7M | 5.5 GB |
217
  | submissions | 57 | 13.2M | 917.7 MB |
218
- | **Total** | **58** | **78.9M** | **6.4 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (58 comment months + 57 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -331,7 +331,8 @@ huggingface-cli download open-index/arctic \
331
  | 2010-04 | comments | 1m40s | 50.7s | 1m02s | 7 | 3,209,898 | 274.8 MB |
332
  | 2010-04 | submissions | - | 1m11s | 14.2s | 2 | 617,302 | 46.8 MB |
333
  | 2010-05 | comments | - | 1m14s | 29.6s | 7 | 3,267,363 | 278.5 MB |
334
- | 2010-05 | submissions | 56.2s | 1m08s | - | 2 | 515,637 | 41.6 MB |
 
335
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
336
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
337
  | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
@@ -369,14 +370,16 @@ ORDER BY year, month, type;
369
 
370
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
371
 
372
- **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 19m / **Committed this session:** 28
373
 
374
  ### Active Workers
375
 
376
  | Stage | Month | Type | Progress |
377
  |-------|-------|------|----------|
378
- | Downloading | 2010-06 | comments | 168.3 MB / 308.7 MB (54%) |
379
- | Uploading | 2010-05 | submissions | 2 shards · 515.6K rows · committing |
 
 
380
 
381
 
382
  ### Throughput
@@ -384,21 +387,21 @@ ORDER BY year, month, type;
384
  | Metric | Value |
385
  |--------|------:|
386
  | Download | 13 Mbps avg |
387
- | Processing | 42.8K rows/s avg |
388
  | Upload | 31.5s per commit avg |
389
- | ETA | 2026-03-16 10:11 UTC |
390
 
391
  ### Progress
392
 
393
- `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 56 / 430 (13.0%)
394
 
395
  | Metric | This Session |
396
  |--------|-------------:|
397
- | Months committed | 28 |
398
- | Rows processed | 39.8M |
399
- | Data committed | 3.3 GB |
400
 
401
- *Last update: 2026-03-16 05:47 UTC*
402
 
403
 
404
  # Dataset card for Arctic Shift Reddit Archive
@@ -582,4 +585,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
582
 
583
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
584
 
585
- *Last updated: 2026-03-16 05:47 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 **82.4M items** (69.2M comments, 13.2M submissions) in **6.7 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
 
 
87
  ```
88
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
+ 2007 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
  2008 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
92
+ 2009 ██████████████░░░░░░░░░░░░░░░ 18.9M
93
+ 2010 ██████████████████████████████ 40.2M
94
  ```
95
 
96
  **Submissions**
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 59 | 69.2M | 5.8 GB |
217
  | submissions | 57 | 13.2M | 917.7 MB |
218
+ | **Total** | **59** | **82.4M** | **6.7 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (59 comment months + 57 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
331
  | 2010-04 | comments | 1m40s | 50.7s | 1m02s | 7 | 3,209,898 | 274.8 MB |
332
  | 2010-04 | submissions | - | 1m11s | 14.2s | 2 | 617,302 | 46.8 MB |
333
  | 2010-05 | comments | - | 1m14s | 29.6s | 7 | 3,267,363 | 278.5 MB |
334
+ | 2010-05 | submissions | 56.2s | 1m08s | 10.2s | 2 | 515,637 | 41.6 MB |
335
+ | 2010-06 | comments | 2m06s | 41.9s | - | 8 | 3,532,867 | 298.9 MB |
336
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
337
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
338
  | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
 
370
 
371
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
372
 
373
+ **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 21m / **Committed this session:** 29
374
 
375
  ### Active Workers
376
 
377
  | Stage | Month | Type | Progress |
378
  |-------|-------|------|----------|
379
+ | Downloading | 2010-08 | comments | connecting... |
380
+ | Processing | 2010-07 | comments | shard 7 · 3.5M rows · 66.2K rows/s |
381
+ | Processing | 2010-07 | submissions | starting... |
382
+ | Uploading | 2010-06 | comments | 8 shards · 3.5M rows · committing |
383
 
384
 
385
  ### Throughput
 
387
  | Metric | Value |
388
  |--------|------:|
389
  | Download | 13 Mbps avg |
390
+ | Processing | 44.8K rows/s avg |
391
  | Upload | 31.5s per commit avg |
392
+ | ETA | 2026-03-16 10:14 UTC |
393
 
394
  ### Progress
395
 
396
+ `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 57 / 430 (13.3%)
397
 
398
  | Metric | This Session |
399
  |--------|-------------:|
400
+ | Months committed | 29 |
401
+ | Rows processed | 40.3M |
402
+ | Data committed | 3.4 GB |
403
 
404
+ *Last update: 2026-03-16 05:49 UTC*
405
 
406
 
407
  # Dataset card for Arctic Shift Reddit Archive
 
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-16 05:49 UTC*
data/comments/2010/06/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c1ce0eac7fd96d7451f7ef8d9e6b1f38f21b64393295722f6a3697f2b2a8754
3
+ size 45310350
data/comments/2010/06/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c473ea4b1ed4539984a06d8208f91f0ec55e694b4cb7205b70ad4bd24031d713
3
+ size 44068301
data/comments/2010/06/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3db8c199153cb667d5b8aad9af0fa83fc62d0a913cb2fda015e58488dbc29fec
3
+ size 44330666
data/comments/2010/06/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23d8c793d07419fc28e20c6aee28a148e8bb69676f892a7b63c167e96d7d8129
3
+ size 43977793
data/comments/2010/06/004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd58e0da5a9763e8ab09f2344cf9b932b249328029111109c74f83ca4bba4bf5
3
+ size 43949211
data/comments/2010/06/005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed5a9fb59b91b2d18af620581ed589b692d3b92eacf3979d3d76f35afd3d2b90
3
+ size 44080427
data/comments/2010/06/006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4c248c1a90260ab241c0b95879bb12b7523462d781034b347207db79e15c178
3
+ size 44737135
data/comments/2010/06/007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:936d9282f6cd7558411ee67c0ce23852c2dc7d52d4d97631e0cbfa831aefd349
3
+ size 3003937
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:47:07.617502375Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2010-05",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -30,20 +30,32 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2010-06",
34
  "type": "comments",
35
- "bytes_done": 176475772,
36
- "bytes_total": 323718780,
37
  "phase": "downloading"
38
  }
39
  ],
40
- "processing": null,
41
- "uploading": [
42
  {
43
- "ym": "2010-05",
 
 
 
 
 
 
 
 
44
  "type": "submissions",
45
- "rows": 515637,
46
- "shards": 2,
 
 
 
 
 
 
 
47
  "phase": "committing"
48
  }
49
  ],
@@ -51,17 +63,17 @@
51
  "queued_for_upload": 0
52
  },
53
  "throughput": {
54
- "avg_download_mbps": 13.339156985298315,
55
- "avg_process_rows_per_sec": 42842.10289060842,
56
- "avg_upload_sec_per_commit": 31.501300406300004,
57
- "estimated_completion": "2026-03-16T11:11:06.993792318+01:00"
58
  },
59
  "stats": {
60
- "committed": 28,
61
  "skipped": 28,
62
  "retries": 0,
63
- "total_rows": 39799779,
64
- "total_bytes": 3561895742,
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:49:04.920738371Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2010-06",
8
+ "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2010-08",
34
  "type": "comments",
 
 
35
  "phase": "downloading"
36
  }
37
  ],
38
+ "processing": [
 
39
  {
40
+ "ym": "2010-07",
41
+ "type": "comments",
42
+ "shard": 7,
43
+ "rows": 3500000,
44
+ "rows_per_sec": 66151.81234161518,
45
+ "phase": "processing"
46
+ },
47
+ {
48
+ "ym": "2010-07",
49
  "type": "submissions",
50
+ "phase": "processing"
51
+ }
52
+ ],
53
+ "uploading": [
54
+ {
55
+ "ym": "2010-06",
56
+ "type": "comments",
57
+ "rows": 3532867,
58
+ "shards": 8,
59
  "phase": "committing"
60
  }
61
  ],
 
63
  "queued_for_upload": 0
64
  },
65
  "throughput": {
66
+ "avg_download_mbps": 13.258251907295138,
67
+ "avg_process_rows_per_sec": 44817.12673421281,
68
+ "avg_upload_sec_per_commit": 31.494316431500003,
69
+ "estimated_completion": "2026-03-16T11:14:43.942972627+01:00"
70
  },
71
  "stats": {
72
+ "committed": 29,
73
  "skipped": 28,
74
  "retries": 0,
75
+ "total_rows": 40315416,
76
+ "total_bytes": 3605521020,
77
  "total_months": 430
78
  }
79
  }
stats.csv CHANGED
@@ -106,7 +106,8 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
106
  2010,4,comments,7,3209898,288171024,100.18,50.72,62.26,2026-03-16T05:45:21Z
107
  2010,4,submissions,2,617302,49055449,0.00,70.70,14.20,2026-03-16T05:46:23Z
108
  2010,5,comments,7,3267363,292004094,0.00,73.93,29.55,2026-03-16T05:46:37Z
109
- 2010,5,submissions,2,515637,43625278,56.18,67.82,0.00,2026-03-16T05:47:07Z
 
110
  2010,6,submissions,1,478396,41941898,26.94,19.70,93.60,2026-03-15T07:43:49Z
111
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
112
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z
 
106
  2010,4,comments,7,3209898,288171024,100.18,50.72,62.26,2026-03-16T05:45:21Z
107
  2010,4,submissions,2,617302,49055449,0.00,70.70,14.20,2026-03-16T05:46:23Z
108
  2010,5,comments,7,3267363,292004094,0.00,73.93,29.55,2026-03-16T05:46:37Z
109
+ 2010,5,submissions,2,515637,43625278,56.18,67.82,10.15,2026-03-16T05:47:07Z
110
+ 2010,6,comments,8,3532867,313457820,126.29,41.89,0.00,2026-03-16T05:48:14Z
111
  2010,6,submissions,1,478396,41941898,26.94,19.70,93.60,2026-03-15T07:43:49Z
112
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
113
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z