tamnd commited on
Commit
e4d9f5d
·
verified ·
1 Parent(s): ed16332

Add comments/2009-01 (3 shards, 1.1M 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 **2009-01**.
55
 
56
- Right now the archive has **14.2M items** (10.1M comments, 4.1M submissions) in **1.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
 
@@ -90,6 +90,7 @@ states.json live pipeline state (updated every ~5 min)
90
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
  2007 ██████████░░░░░░░░░░░░░░░░░░░░ 2.5M
92
  2008 ██████████████████████████████ 7.2M
 
93
  ```
94
 
95
  **Submissions**
@@ -211,14 +212,14 @@ huggingface-cli download open-index/arctic \
211
 
212
  | Type | Months | Rows | Parquet Size |
213
  |------|-------:|-----:|-------------:|
214
- | comments | 37 | 10.1M | 848.9 MB |
215
  | submissions | 38 | 4.1M | 231.0 MB |
216
- | **Total** | **37** | **14.2M** | **1.1 GB** |
217
 
218
  ### Monthly breakdown
219
 
220
  <details>
221
- <summary>Click to expand full monthly table (37 comment months + 38 submission months)</summary>
222
 
223
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
224
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -296,7 +297,8 @@ huggingface-cli download open-index/arctic \
296
  | 2008-11 | submissions | - | 23.3s | 5.2s | 9.0s | 1 | 272,505 | 15.5 MB |
297
  | 2008-12 | comments | - | 53.5s | 8.1s | 11.6s | 2 | 850,359 | 69.8 MB |
298
  | 2008-12 | submissions | - | 18.2s | 4.1s | 10.0s | 1 | 283,915 | 16.1 MB |
299
- | 2009-01 | submissions | - | 15.5s | 4.3s | - | 1 | 331,060 | 18.9 MB |
 
300
 
301
  </details>
302
 
@@ -328,16 +330,15 @@ ORDER BY year, month, type;
328
 
329
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
330
 
331
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 5m / **Committed this session:** 17
332
 
333
  ### Active Workers
334
 
335
  | Stage | Month | Type | Progress |
336
  |-------|-------|------|----------|
337
- | Downloading | 2009-02 | comments | 41.6 MB / 81.1 MB (51%) |
338
- | Downloading | 2009-03 | comments | connecting... |
339
- | Processing | 2009-01 | comments | shard 2 · 500.0K rows · 143.6K rows/s |
340
- | Uploading | 2009-01 | submissions | 1 shards · 331.1K rows · committing |
341
 
342
 
343
  ### Throughput
@@ -345,21 +346,21 @@ ORDER BY year, month, type;
345
  | Metric | Value |
346
  |--------|------:|
347
  | Download | 11 Mbps avg |
348
- | Processing | 93.4K rows/s avg |
349
  | Upload | 10.6s per commit avg |
350
- | ETA | 2026-03-31 07:05 UTC |
351
 
352
  ### Progress
353
 
354
- `████░░░░░░░░░░░░░░░░░░░░░░░░░░` 74 / 488 (15.2%)
355
 
356
  | Metric | This Session |
357
  |--------|-------------:|
358
- | Months committed | 17 |
359
- | Rows processed | 7.8M |
360
- | Data committed | 588.1 MB |
361
 
362
- *Last update: 2026-03-31 04:51 UTC*
363
 
364
 
365
  # Dataset card for Arctic Shift Reddit Archive
@@ -543,4 +544,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
543
 
544
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
545
 
546
- *Last updated: 2026-03-31 04:51 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 **2009-01**.
55
 
56
+ Right now the archive has **15.2M items** (11.2M comments, 4.1M submissions) in **1.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
 
 
90
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
  2007 ██████████░░░░░░░░░░░░░░░░░░░░ 2.5M
92
  2008 ██████████████████████████████ 7.2M
93
+ 2009 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1M
94
  ```
95
 
96
  **Submissions**
 
212
 
213
  | Type | Months | Rows | Parquet Size |
214
  |------|-------:|-----:|-------------:|
215
+ | comments | 38 | 11.2M | 935.0 MB |
216
  | submissions | 38 | 4.1M | 231.0 MB |
217
+ | **Total** | **38** | **15.2M** | **1.1 GB** |
218
 
219
  ### Monthly breakdown
220
 
221
  <details>
222
+ <summary>Click to expand full monthly table (38 comment months + 38 submission months)</summary>
223
 
224
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
225
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
297
  | 2008-11 | submissions | - | 23.3s | 5.2s | 9.0s | 1 | 272,505 | 15.5 MB |
298
  | 2008-12 | comments | - | 53.5s | 8.1s | 11.6s | 2 | 850,359 | 69.8 MB |
299
  | 2008-12 | submissions | - | 18.2s | 4.1s | 10.0s | 1 | 283,915 | 16.1 MB |
300
+ | 2009-01 | comments | - | 27.9s | 8.8s | - | 3 | 1,051,649 | 86.1 MB |
301
+ | 2009-01 | submissions | - | 15.5s | 4.3s | 10.6s | 1 | 331,060 | 18.9 MB |
302
 
303
  </details>
304
 
 
330
 
331
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
332
 
333
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 5m / **Committed this session:** 18
334
 
335
  ### Active Workers
336
 
337
  | Stage | Month | Type | Progress |
338
  |-------|-------|------|----------|
339
+ | Downloading | 2009-02 | comments | 80.8 MB / 81.1 MB (99%) |
340
+ | Downloading | 2009-03 | comments | 0 B / 92.4 MB (0%) |
341
+ | Uploading | 2009-01 | comments | 3 shards · 1.1M rows · committing |
 
342
 
343
 
344
  ### Throughput
 
346
  | Metric | Value |
347
  |--------|------:|
348
  | Download | 11 Mbps avg |
349
+ | Processing | 93.0K rows/s avg |
350
  | Upload | 10.6s per commit avg |
351
+ | ETA | 2026-03-31 07:01 UTC |
352
 
353
  ### Progress
354
 
355
+ `████░░░░░░░░░░░░░░░░░░░░░░░░░░` 75 / 488 (15.4%)
356
 
357
  | Metric | This Session |
358
  |--------|-------------:|
359
+ | Months committed | 18 |
360
+ | Rows processed | 8.1M |
361
+ | Data committed | 607.0 MB |
362
 
363
+ *Last update: 2026-03-31 04:52 UTC*
364
 
365
 
366
  # Dataset card for Arctic Shift Reddit Archive
 
544
 
545
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
546
 
547
+ *Last updated: 2026-03-31 04:52 UTC*
data/comments/2009/01/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3b34a270002091bbdb3eed09fd0465d0784b0c2653fe39c5e51c18be8b0b5b1
3
- size 43515507
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ab4be34610703b47196477b0b816046fa90aece9153bee443a55942ac4d33f4
3
+ size 43521048
data/comments/2009/01/001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:62846a6fb50b34f3e0952b9905ae6098f38054195948bf63c8859cbfa1489545
3
- size 42354168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9250ba4b1fb46a616a2e8a41c0c31dbf13e1b174aefb8fab8ff4fd271dbcb56
3
+ size 42360728
data/comments/2009/01/002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ecf2025d44f361f8983d00849cc48a61ef33d2504993c5ee201595421751288a
3
  size 4434529
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:614e8c502896aa7c9129013e330b85919bed4adcdde3525898c3fa9c7c206307
3
  size 4434529
states.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
- "updated_at": "2026-03-31T04:51:54.069244595Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2009-01",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -32,32 +32,24 @@
32
  {
33
  "ym": "2009-02",
34
  "type": "comments",
35
- "bytes_done": 43663948,
36
  "bytes_total": 85017419,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2009-03",
41
  "type": "comments",
 
42
  "phase": "downloading"
43
  }
44
  ],
45
- "processing": [
46
- {
47
- "ym": "2009-01",
48
- "type": "comments",
49
- "shard": 2,
50
- "rows": 500000,
51
- "rows_per_sec": 143563.6969239198,
52
- "phase": "processing"
53
- }
54
- ],
55
  "uploading": [
56
  {
57
  "ym": "2009-01",
58
- "type": "submissions",
59
- "rows": 331060,
60
- "shards": 1,
61
  "phase": "committing"
62
  }
63
  ],
@@ -66,16 +58,16 @@
66
  },
67
  "throughput": {
68
  "avg_download_mbps": 10.945221760153194,
69
- "avg_process_rows_per_sec": 93406.54983446746,
70
- "avg_upload_sec_per_commit": 10.619336554705884,
71
- "estimated_completion": "2026-03-31T15:05:39.901731717+08:00"
72
  },
73
  "stats": {
74
- "committed": 17,
75
  "skipped": 57,
76
  "retries": 0,
77
- "total_rows": 7778395,
78
- "total_bytes": 616718565,
79
  "total_months": 488
80
  }
81
  }
 
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
+ "updated_at": "2026-03-31T04:52:04.67595137Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2009-01",
8
+ "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
32
  {
33
  "ym": "2009-02",
34
  "type": "comments",
35
+ "bytes_done": 84755275,
36
  "bytes_total": 85017419,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2009-03",
41
  "type": "comments",
42
+ "bytes_total": 96893535,
43
  "phase": "downloading"
44
  }
45
  ],
46
+ "processing": null,
 
 
 
 
 
 
 
 
 
47
  "uploading": [
48
  {
49
  "ym": "2009-01",
50
+ "type": "comments",
51
+ "rows": 1051649,
52
+ "shards": 3,
53
  "phase": "committing"
54
  }
55
  ],
 
58
  },
59
  "throughput": {
60
  "avg_download_mbps": 10.945221760153194,
61
+ "avg_process_rows_per_sec": 93015.31134628542,
62
+ "avg_upload_sec_per_commit": 10.618128887666668,
63
+ "estimated_completion": "2026-03-31T15:01:58.506696973+08:00"
64
  },
65
  "stats": {
66
+ "committed": 18,
67
  "skipped": 57,
68
  "retries": 0,
69
+ "total_rows": 8109455,
70
+ "total_bytes": 636506248,
71
  "total_months": 488
72
  }
73
  }
stats.csv CHANGED
@@ -73,4 +73,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
73
  2008,11,submissions,1,272505,16235154,0,23.27,5.17,9.02,2026-03-31T04:50:10Z
74
  2008,12,comments,2,850359,73153369,0,53.53,8.06,11.62,2026-03-31T04:51:07Z
75
  2008,12,submissions,1,283915,16835190,0,18.18,4.09,10.03,2026-03-31T04:51:44Z
76
- 2009,1,submissions,1,331060,19787683,0,15.47,4.29,0.00,2026-03-31T04:51:54Z
 
 
73
  2008,11,submissions,1,272505,16235154,0,23.27,5.17,9.02,2026-03-31T04:50:10Z
74
  2008,12,comments,2,850359,73153369,0,53.53,8.06,11.62,2026-03-31T04:51:07Z
75
  2008,12,submissions,1,283915,16835190,0,18.18,4.09,10.03,2026-03-31T04:51:44Z
76
+ 2009,1,comments,3,1051649,90316305,0,27.94,8.80,0.00,2026-03-31T04:52:04Z
77
+ 2009,1,submissions,1,331060,19787683,0,15.47,4.29,10.60,2026-03-31T04:51:54Z