tamnd commited on
Commit
8e9e9c3
·
verified ·
1 Parent(s): ca709ab

Add comments/2010-07 (9 shards, 4.0M 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 **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
 
@@ -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 ██████████████████████████████ 40.2M
94
  ```
95
 
96
  **Submissions**
@@ -213,14 +213,14 @@ huggingface-cli download open-index/arctic \
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
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -332,8 +332,9 @@ huggingface-cli download open-index/arctic \
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 |
339
  | 2010-11 | comments | - | 14m01s | 3m50s | 12 | 5,689,002 | 487.7 MB |
@@ -370,16 +371,15 @@ ORDER BY year, month, type;
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,21 +387,21 @@ ORDER BY year, month, type;
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,4 +585,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-16 05:49 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 **86.5M items** (73.2M comments, 13.2M 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
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
  2007 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
+ 2008 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
92
+ 2009 ████████████░░░░░░░░░░░░░░░░░░ 18.9M
93
+ 2010 ██████████████████████████████ 44.2M
94
  ```
95
 
96
  **Submissions**
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 60 | 73.2M | 6.1 GB |
217
  | submissions | 57 | 13.2M | 917.7 MB |
218
+ | **Total** | **60** | **86.5M** | **7.0 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (60 comment months + 57 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
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 | 1m09s | 8 | 3,532,867 | 298.9 MB |
336
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
337
+ | 2010-07 | comments | - | 2m51s | - | 9 | 4,032,737 | 346.6 MB |
338
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
339
  | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
340
  | 2010-11 | comments | - | 14m01s | 3m50s | 12 | 5,689,002 | 487.7 MB |
 
371
 
372
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
373
 
374
+ **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 22m / **Committed this session:** 30
375
 
376
  ### Active Workers
377
 
378
  | Stage | Month | Type | Progress |
379
  |-------|-------|------|----------|
380
+ | Downloading | 2010-08 | comments | 0 B / 374.3 MB (0%) |
 
381
  | Processing | 2010-07 | submissions | starting... |
382
+ | Uploading | 2010-07 | comments | 9 shards · 4.0M rows · committing |
383
 
384
 
385
  ### Throughput
 
387
  | Metric | Value |
388
  |--------|------:|
389
  | Download | 13 Mbps avg |
390
+ | Processing | 44.4K rows/s avg |
391
+ | Upload | 33.9s per commit avg |
392
+ | ETA | 2026-03-16 10:26 UTC |
393
 
394
  ### Progress
395
 
396
+ `███░░░░░░░░░░░░░���░░░░░░░░░░░░` 58 / 430 (13.5%)
397
 
398
  | Metric | This Session |
399
  |--------|-------------:|
400
+ | Months committed | 30 |
401
+ | Rows processed | 43.8M |
402
+ | Data committed | 3.6 GB |
403
 
404
+ *Last update: 2026-03-16 05:50 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:50 UTC*
data/comments/2010/07/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8a904d63cff1b043da404f99c22fbc13bea5a79036497598da673caf9a192d8
3
+ size 44365613
data/comments/2010/07/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71e2f64b0ddf9b207e1365ecb3c3e7be132b1805b165964f9af675cf01f490fc
3
+ size 45813986
data/comments/2010/07/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef323a4d36c7c2ffdf52f7747ca633a76309070b588911577495af3bf1a10f36
3
+ size 45538133
data/comments/2010/07/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4df897e6f226a8acbb93e3205e36b4a1dc00369dff9cfd3ad27c664059b36fe0
3
+ size 45841309
data/comments/2010/07/004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e77cdfd45c623e4741c7fe6a40e7bff80f3f204d4dce61e7f4e2f06678ef840
3
+ size 45363520
data/comments/2010/07/005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a4bdba55d4970f4f631081cf7c40b792f1c0fc0ec023870198d959e01146e12
3
+ size 44413569
data/comments/2010/07/006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5182ae1c2c00b039d7fe09ec64e27327304fc285b79e32a156d454c81e1a67c3
3
+ size 45505739
data/comments/2010/07/007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2490e1da7bb441dcb85da27466947efad27be89271d8419bd96aecb40cba57b6
3
+ size 43770557
data/comments/2010/07/008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d459de736ea9aa1284246debfc0c3b59fc2a383026113dd8408745b706aba877
3
+ size 2847847
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:49:04.920738371Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2010-06",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
@@ -32,18 +32,11 @@
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",
@@ -52,10 +45,10 @@
52
  ],
53
  "uploading": [
54
  {
55
- "ym": "2010-06",
56
  "type": "comments",
57
- "rows": 3532867,
58
- "shards": 8,
59
  "phase": "committing"
60
  }
61
  ],
@@ -64,16 +57,16 @@
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
  }
 
1
  {
2
  "session_id": "2026-03-16T05:28:06Z",
3
  "started_at": "2026-03-16T05:28:06.99036137Z",
4
+ "updated_at": "2026-03-16T05:50:23.413965415Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2010-07",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
 
32
  {
33
  "ym": "2010-08",
34
  "type": "comments",
35
+ "bytes_total": 392470721,
36
  "phase": "downloading"
37
  }
38
  ],
39
  "processing": [
 
 
 
 
 
 
 
 
40
  {
41
  "ym": "2010-07",
42
  "type": "submissions",
 
45
  ],
46
  "uploading": [
47
  {
48
+ "ym": "2010-07",
49
  "type": "comments",
50
+ "rows": 4032737,
51
+ "shards": 9,
52
  "phase": "committing"
53
  }
54
  ],
 
57
  },
58
  "throughput": {
59
  "avg_download_mbps": 13.258251907295138,
60
+ "avg_process_rows_per_sec": 44402.778825408226,
61
+ "avg_upload_sec_per_commit": 33.86615035770001,
62
+ "estimated_completion": "2026-03-16T11:26:35.048162368+01:00"
63
  },
64
  "stats": {
65
+ "committed": 30,
66
  "skipped": 28,
67
  "retries": 0,
68
+ "total_rows": 43848283,
69
+ "total_bytes": 3918978840,
70
  "total_months": 430
71
  }
72
  }
stats.csv CHANGED
@@ -107,8 +107,9 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
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
114
  2010,11,comments,12,5689002,511398813,0.00,840.97,230.35,2026-03-15T15:35:37Z
 
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,69.21,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,7,comments,9,4032737,363460273,0.00,170.58,0.00,2026-03-16T05:50:23Z
113
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
114
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z
115
  2010,11,comments,12,5689002,511398813,0.00,840.97,230.35,2026-03-15T15:35:37Z