tamnd commited on
Commit
dd65e80
·
verified ·
1 Parent(s): 3188818

Add comments/2010-10 (11 shards, 5.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-10**.
55
 
56
- Right now the archive has **70.2M items** (56.1M comments, 14.1M submissions) in **5.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 ██████████████████████████████ 27.1M
94
  ```
95
 
96
  **Submissions**
@@ -213,14 +213,14 @@ huggingface-cli download open-index/arctic \
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
- | comments | 57 | 56.1M | 4.7 GB |
217
  | submissions | 59 | 14.1M | 987.0 MB |
218
- | **Total** | **57** | **70.2M** | **5.7 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (57 comment months + 59 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -314,7 +314,7 @@ huggingface-cli download open-index/arctic \
314
  | 2009-07 | submissions | 22.7s | 20.5s | 15.2s | 1 | 427,135 | 28.4 MB |
315
  | 2009-08 | comments | 50.4s | 45.5s | 1m21s | 1 | 1,750,688 | 153.2 MB |
316
  | 2009-08 | submissions | 1m01s | 21.4s | 17.1s | 1 | 435,860 | 30.3 MB |
317
- | 2009-09 | comments | 1m15s | 55.7s | - | 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 | 46.5s | 1m08s | 2m41s | 2 | 2,242,017 | 199.0 MB |
320
  | 2009-10 | submissions | 1m17s | 24.4s | 39.7s | 1 | 461,702 | 33.7 MB |
@@ -339,6 +339,7 @@ huggingface-cli download open-index/arctic \
339
  | 2010-08 | comments | 3m11s | 3m14s | 10m05s | 3 | 4,247,982 | 364.2 MB |
340
  | 2010-08 | submissions | 2m07s | 13.7s | 4m04s | 1 | 537,480 | 46.9 MB |
341
  | 2010-09 | submissions | 36.9s | 35.3s | 1m51s | 1 | 600,209 | 53.7 MB |
 
342
  | 2010-10 | submissions | 1m45s | 32.2s | 21.7s | 1 | 630,298 | 57.6 MB |
343
 
344
  </details>
@@ -370,15 +371,15 @@ ORDER BY year, month, type;
370
 
371
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 122 GB free). Auto-updated every ~5 minutes.
372
 
373
- **Started:** 2026-03-15 15:02 UTC / **Elapsed:** 5m / **Committed this session:** 0
374
 
375
  ### Active Workers
376
 
377
  | Stage | Month | Type | Progress |
378
  |-------|-------|------|----------|
379
- | Processing | 2010-10 | comments | starting... |
380
- | Processing | 2010-09 | comments | starting... |
381
- | Uploading | 2009-09 | comments | 5 shards · 2.0M rows · committing |
382
 
383
 
384
  ### Throughput
@@ -386,19 +387,21 @@ ORDER BY year, month, type;
386
  | Metric | Value |
387
  |--------|------:|
388
  | Download | 17 Mbps avg |
389
- | Processing | 36.5K rows/s avg |
 
 
390
 
391
  ### Progress
392
 
393
- `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 25 / 398 (6.3%)
394
 
395
  | Metric | This Session |
396
  |--------|-------------:|
397
- | Months committed | 0 |
398
- | Rows processed | 0 |
399
- | Data committed | 0 B |
400
 
401
- *Last update: 2026-03-15 15:07 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-15 15:07 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-10**.
55
 
56
+ Right now the archive has **75.2M items** (61.1M comments, 14.1M submissions) in **6.1 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 ██████████████████████████████ 32.1M
94
  ```
95
 
96
  **Submissions**
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 58 | 61.1M | 5.1 GB |
217
  | submissions | 59 | 14.1M | 987.0 MB |
218
+ | **Total** | **58** | **75.2M** | **6.1 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (58 comment months + 59 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
314
  | 2009-07 | submissions | 22.7s | 20.5s | 15.2s | 1 | 427,135 | 28.4 MB |
315
  | 2009-08 | comments | 50.4s | 45.5s | 1m21s | 1 | 1,750,688 | 153.2 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 | 46.5s | 1m08s | 2m41s | 2 | 2,242,017 | 199.0 MB |
320
  | 2009-10 | submissions | 1m17s | 24.4s | 39.7s | 1 | 461,702 | 33.7 MB |
 
339
  | 2010-08 | comments | 3m11s | 3m14s | 10m05s | 3 | 4,247,982 | 364.2 MB |
340
  | 2010-08 | submissions | 2m07s | 13.7s | 4m04s | 1 | 537,480 | 46.9 MB |
341
  | 2010-09 | submissions | 36.9s | 35.3s | 1m51s | 1 | 600,209 | 53.7 MB |
342
+ | 2010-10 | comments | - | 5m45s | - | 11 | 5,032,368 | 433.8 MB |
343
  | 2010-10 | submissions | 1m45s | 32.2s | 21.7s | 1 | 630,298 | 57.6 MB |
344
 
345
  </details>
 
371
 
372
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 122 GB free). Auto-updated every ~5 minutes.
373
 
374
+ **Started:** 2026-03-15 15:02 UTC / **Elapsed:** 12m / **Committed this session:** 1
375
 
376
  ### Active Workers
377
 
378
  | Stage | Month | Type | Progress |
379
  |-------|-------|------|----------|
380
+ | Processing | 2010-09 | comments | shard 7 · 3.5M rows · 81.5K rows/s |
381
+ | Processing | 2010-11 | comments | starting... |
382
+ | Uploading | 2010-10 | comments | 11 shards · 5.0M rows · committing |
383
 
384
 
385
  ### Throughput
 
387
  | Metric | Value |
388
  |--------|------:|
389
  | Download | 17 Mbps avg |
390
+ | Processing | 25.5K rows/s avg |
391
+ | Upload | 182.3s per commit avg |
392
+ | ETA | 2026-03-18 09:44 UTC |
393
 
394
  ### Progress
395
 
396
+ `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 26 / 398 (6.5%)
397
 
398
  | Metric | This Session |
399
  |--------|-------------:|
400
+ | Months committed | 1 |
401
+ | Rows processed | 2.0M |
402
+ | Data committed | 172.6 MB |
403
 
404
+ *Last update: 2026-03-15 15:14 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-15 15:14 UTC*
data/comments/2010/10/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73d123f4b4fdb705252f057a916f0b4e6140a824431830747e5ef3a2d8690751
3
+ size 44288546
data/comments/2010/10/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acd86031b328af1b7625f73cb7e951a0a6b3a12acb459c9b1189cc47e2035ee1
3
+ size 47208747
data/comments/2010/10/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d551dfc36d9c0d25c3e3273e806ad38324186447dfe8638d70ac00fa458c0420
3
+ size 44400150
data/comments/2010/10/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e4244ba2799e3ce11f4edb4ef4f029c1bc2e2b9c342d4400e64f5b865cbbd19
3
+ size 45555048
data/comments/2010/10/004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45b4356a1e27b480e0017a19ebc9177e8dbcc7c6974d4756f799bb8a6035d971
3
+ size 45542407
data/comments/2010/10/005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94307d162782d572efed0c983490e54c16d863ab47bb2cbf8da6dc980df4fdc1
3
+ size 45978306
data/comments/2010/10/006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:babaf0e4fd896a040cbdf992dcef876f43d2f5781e1c15c86267592d57d2b25f
3
+ size 45876416
data/comments/2010/10/007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6dee01302ea12d0a4c197b78fa05b5af30cc3de8943f3ceaeb7f932a7c422c9
3
+ size 44264145
data/comments/2010/10/008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa8dc0ab164732db1acf381cd8fdec043c25ea2857670c4d28b05cdc23c275ff
3
+ size 45444161
data/comments/2010/10/009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b5555b9e5d3db9cd462c59ef01214dc323b5ef3c6693c50dee4c1864b419d4e
3
+ size 43551314
data/comments/2010/10/010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f62ad73aaf0348a9381cd33ab0d58d3ec0a1c28ea2b68c29e22cc7e16f61c895
3
+ size 2751701
states.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "session_id": "2026-03-15T15:02:27Z",
3
  "started_at": "2026-03-15T15:02:27.071560123Z",
4
- "updated_at": "2026-03-15T15:07:25.435955626Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2009-09",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
@@ -30,22 +30,25 @@
30
  "downloading": null,
31
  "processing": [
32
  {
33
- "ym": "2010-10",
34
  "type": "comments",
 
 
 
35
  "phase": "processing"
36
  },
37
  {
38
- "ym": "2010-09",
39
  "type": "comments",
40
  "phase": "processing"
41
  }
42
  ],
43
  "uploading": [
44
  {
45
- "ym": "2009-09",
46
  "type": "comments",
47
- "rows": 2032276,
48
- "shards": 5,
49
  "phase": "committing"
50
  }
51
  ],
@@ -54,15 +57,16 @@
54
  },
55
  "throughput": {
56
  "avg_download_mbps": 17.023396949330742,
57
- "avg_process_rows_per_sec": 36498.7564762736,
58
- "avg_upload_sec_per_commit": 0
 
59
  },
60
  "stats": {
61
- "committed": 0,
62
  "skipped": 25,
63
  "retries": 0,
64
- "total_rows": 0,
65
- "total_bytes": 0,
66
  "total_months": 398
67
  }
68
  }
 
1
  {
2
  "session_id": "2026-03-15T15:02:27Z",
3
  "started_at": "2026-03-15T15:02:27.071560123Z",
4
+ "updated_at": "2026-03-15T15:14:18.912110007Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2010-10",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
 
30
  "downloading": null,
31
  "processing": [
32
  {
33
+ "ym": "2010-09",
34
  "type": "comments",
35
+ "shard": 7,
36
+ "rows": 3500000,
37
+ "rows_per_sec": 81457.19398609662,
38
  "phase": "processing"
39
  },
40
  {
41
+ "ym": "2010-11",
42
  "type": "comments",
43
  "phase": "processing"
44
  }
45
  ],
46
  "uploading": [
47
  {
48
+ "ym": "2010-10",
49
  "type": "comments",
50
+ "rows": 5032368,
51
+ "shards": 11,
52
  "phase": "committing"
53
  }
54
  ],
 
57
  },
58
  "throughput": {
59
  "avg_download_mbps": 17.023396949330742,
60
+ "avg_process_rows_per_sec": 25533.61678827418,
61
+ "avg_upload_sec_per_commit": 182.340524705,
62
+ "estimated_completion": "2026-03-18T10:44:45.358528527+01:00"
63
  },
64
  "stats": {
65
+ "committed": 1,
66
  "skipped": 25,
67
  "retries": 0,
68
+ "total_rows": 2032276,
69
+ "total_bytes": 181010998,
70
  "total_months": 398
71
  }
72
  }
stats.csv CHANGED
@@ -89,7 +89,7 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
89
  2009,7,submissions,1,427135,29749006,22.69,20.50,15.22,2026-03-15T04:50:06Z
90
  2009,8,comments,1,1750688,160632313,50.37,45.45,81.00,2026-03-15T05:13:44Z
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,0.00,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,2,2242017,208641452,46.49,68.36,161.31,2026-03-15T05:39:35Z
95
  2009,10,submissions,1,461702,35288337,76.93,24.44,39.71,2026-03-15T05:44:44Z
@@ -114,4 +114,5 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
114
  2010,8,comments,3,4247982,381937443,191.38,193.65,605.42,2026-03-15T10:23:36Z
115
  2010,8,submissions,1,537480,49192130,127.40,13.69,244.50,2026-03-15T10:36:03Z
116
  2010,9,submissions,1,600209,56280770,36.90,35.33,110.59,2026-03-15T11:08:02Z
 
117
  2010,10,submissions,1,630298,60383949,105.07,32.22,21.67,2026-03-15T11:18:50Z
 
89
  2009,7,submissions,1,427135,29749006,22.69,20.50,15.22,2026-03-15T04:50:06Z
90
  2009,8,comments,1,1750688,160632313,50.37,45.45,81.00,2026-03-15T05:13:44Z
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,2,2242017,208641452,46.49,68.36,161.31,2026-03-15T05:39:35Z
95
  2009,10,submissions,1,461702,35288337,76.93,24.44,39.71,2026-03-15T05:44:44Z
 
114
  2010,8,comments,3,4247982,381937443,191.38,193.65,605.42,2026-03-15T10:23:36Z
115
  2010,8,submissions,1,537480,49192130,127.40,13.69,244.50,2026-03-15T10:36:03Z
116
  2010,9,submissions,1,600209,56280770,36.90,35.33,110.59,2026-03-15T11:08:02Z
117
+ 2010,10,comments,11,5032368,454860941,0.00,345.43,0.00,2026-03-15T15:13:10Z
118
  2010,10,submissions,1,630298,60383949,105.07,32.22,21.67,2026-03-15T11:18:50Z