tamnd commited on
Commit
35c2307
·
verified ·
1 Parent(s): 023a476

Add comments/2008-09 (2 shards, 680.9K 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 **40.9M items** (30.4M comments, 10.5M submissions) in **3.2 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,7 +88,7 @@ states.json live pipeline state (updated every ~5 min)
88
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
  2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
- 2008 █████░░░░░░░░░░░░░░░░░░░░░░░░ 4.1M
92
  2009 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.0M
93
  2010 ██████████████████████████████ 21.4M
94
  ```
@@ -213,14 +213,14 @@ huggingface-cli download open-index/arctic \
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
- | comments | 38 | 30.4M | 2.5 GB |
217
  | submissions | 52 | 10.5M | 704.0 MB |
218
- | **Total** | **38** | **40.9M** | **3.2 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (38 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -288,8 +288,9 @@ huggingface-cli download open-index/arctic \
288
  | 2008-06 | submissions | 34.5s | 9.0s | 11.4s | 1 | 190,682 | 10.8 MB |
289
  | 2008-07 | comments | 29.3s | 16.7s | 11.1s | 2 | 592,610 | 49.3 MB |
290
  | 2008-07 | submissions | 20.2s | 10.9s | 7.1s | 1 | 218,092 | 12.2 MB |
291
- | 2008-08 | comments | - | 23.5s | - | 2 | 595,959 | 49.1 MB |
292
  | 2008-08 | submissions | 32.2s | 11.4s | 26.2s | 1 | 212,552 | 12.0 MB |
 
293
  | 2008-09 | submissions | 42.8s | 13.1s | 35.5s | 1 | 256,268 | 14.6 MB |
294
  | 2008-10 | submissions | 34.6s | 11.2s | 6.0s | 1 | 282,974 | 16.3 MB |
295
  | 2008-11 | submissions | 27.7s | 15.6s | 20.1s | 1 | 272,505 | 15.5 MB |
@@ -344,36 +345,37 @@ ORDER BY year, month, type;
344
 
345
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
346
 
347
- **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 1m / **Committed this session:** 3
348
 
349
  ### Active Workers
350
 
351
  | Stage | Month | Type | Progress |
352
  |-------|-------|------|----------|
353
- | Downloading | 2008-09 | comments | 800.0 KB / 57.5 MB (1%) |
354
- | Uploading | 2008-08 | comments | 2 shards · 596.0K rows · committing |
 
355
 
356
 
357
  ### Throughput
358
 
359
  | Metric | Value |
360
  |--------|------:|
361
- | Download | 13 Mbps avg |
362
- | Processing | 33.3K rows/s avg |
363
- | Upload | 10.3s per commit avg |
364
- | ETA | 2026-03-16 10:19 UTC |
365
 
366
  ### Progress
367
 
368
- `██░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 31 / 430 (7.2%)
369
 
370
  | Metric | This Session |
371
  |--------|-------------:|
372
- | Months committed | 3 |
373
- | Rows processed | 1.7M |
374
- | Data committed | 140.2 MB |
375
 
376
- *Last update: 2026-03-16 05:29 UTC*
377
 
378
 
379
  # Dataset card for Arctic Shift Reddit Archive
@@ -557,4 +559,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
557
 
558
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
559
 
560
- *Last updated: 2026-03-16 05:29 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 **41.6M items** (31.1M comments, 10.5M submissions) in **3.3 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 █████░░░░░░░░░░░░░░░░░░░░░░░░ 4.8M
92
  2009 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.0M
93
  2010 ██████████████████████████████ 21.4M
94
  ```
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 39 | 31.1M | 2.6 GB |
217
  | submissions | 52 | 10.5M | 704.0 MB |
218
+ | **Total** | **39** | **41.6M** | **3.3 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (39 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
288
  | 2008-06 | submissions | 34.5s | 9.0s | 11.4s | 1 | 190,682 | 10.8 MB |
289
  | 2008-07 | comments | 29.3s | 16.7s | 11.1s | 2 | 592,610 | 49.3 MB |
290
  | 2008-07 | submissions | 20.2s | 10.9s | 7.1s | 1 | 218,092 | 12.2 MB |
291
+ | 2008-08 | comments | - | 23.5s | 7.2s | 2 | 595,959 | 49.1 MB |
292
  | 2008-08 | submissions | 32.2s | 11.4s | 26.2s | 1 | 212,552 | 12.0 MB |
293
+ | 2008-09 | comments | 1m09s | 11.3s | - | 2 | 680,892 | 56.1 MB |
294
  | 2008-09 | submissions | 42.8s | 13.1s | 35.5s | 1 | 256,268 | 14.6 MB |
295
  | 2008-10 | submissions | 34.6s | 11.2s | 6.0s | 1 | 282,974 | 16.3 MB |
296
  | 2008-11 | submissions | 27.7s | 15.6s | 20.1s | 1 | 272,505 | 15.5 MB |
 
345
 
346
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
347
 
348
+ **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 2m / **Committed this session:** 4
349
 
350
  ### Active Workers
351
 
352
  | Stage | Month | Type | Progress |
353
  |-------|-------|------|----------|
354
+ | Downloading | 2008-11 | comments | connecting... |
355
+ | Processing | 2008-10 | comments | starting... |
356
+ | Uploading | 2008-09 | comments | 2 shards · 680.9K rows · committing |
357
 
358
 
359
  ### Throughput
360
 
361
  | Metric | Value |
362
  |--------|------:|
363
+ | Download | 11 Mbps avg |
364
+ | Processing | 38.7K rows/s avg |
365
+ | Upload | 9.5s per commit avg |
366
+ | ETA | 2026-03-16 09:21 UTC |
367
 
368
  ### Progress
369
 
370
+ `██░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 32 / 430 (7.4%)
371
 
372
  | Metric | This Session |
373
  |--------|-------------:|
374
+ | Months committed | 4 |
375
+ | Rows processed | 2.3M |
376
+ | Data committed | 189.3 MB |
377
 
378
+ *Last update: 2026-03-16 05:30 UTC*
379
 
380
 
381
  # Dataset card for Arctic Shift Reddit Archive
 
559
 
560
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
561
 
562
+ *Last updated: 2026-03-16 05:30 UTC*
data/comments/2008/09/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d15809c6c7bc0ad9f8495b1c76c7ae5e82b4605e365e08388eaa1d5b2485d03
3
+ size 43375209
data/comments/2008/09/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d94ae26a281b08a3cab66e9e4ff21fd06427d89791a264b8619d20babb82dd7
3
+ size 15407875
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:29:34.065268539Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2008-08",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
@@ -30,19 +30,23 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2008-09",
34
  "type": "comments",
35
- "bytes_done": 819200,
36
- "bytes_total": 60344321,
37
  "phase": "downloading"
38
  }
39
  ],
40
- "processing": null,
 
 
 
 
 
 
41
  "uploading": [
42
  {
43
- "ym": "2008-08",
44
  "type": "comments",
45
- "rows": 595959,
46
  "shards": 2,
47
  "phase": "committing"
48
  }
@@ -51,17 +55,17 @@
51
  "queued_for_upload": 0
52
  },
53
  "throughput": {
54
- "avg_download_mbps": 12.929665330667802,
55
- "avg_process_rows_per_sec": 33281.2030603202,
56
- "avg_upload_sec_per_commit": 10.269937365333334,
57
- "estimated_completion": "2026-03-16T11:19:43.854093912+01:00"
58
  },
59
  "stats": {
60
- "committed": 3,
61
  "skipped": 28,
62
  "retries": 0,
63
- "total_rows": 1706674,
64
- "total_bytes": 147009072,
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:30:26.176879695Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2008-09",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2008-11",
34
  "type": "comments",
 
 
35
  "phase": "downloading"
36
  }
37
  ],
38
+ "processing": [
39
+ {
40
+ "ym": "2008-10",
41
+ "type": "comments",
42
+ "phase": "processing"
43
+ }
44
+ ],
45
  "uploading": [
46
  {
47
+ "ym": "2008-09",
48
  "type": "comments",
49
+ "rows": 680892,
50
  "shards": 2,
51
  "phase": "committing"
52
  }
 
55
  "queued_for_upload": 0
56
  },
57
  "throughput": {
58
+ "avg_download_mbps": 10.854944400799674,
59
+ "avg_process_rows_per_sec": 38657.83688852015,
60
+ "avg_upload_sec_per_commit": 9.51391560225,
61
+ "estimated_completion": "2026-03-16T10:21:13.890973639+01:00"
62
  },
63
  "stats": {
64
+ "committed": 4,
65
  "skipped": 28,
66
  "retries": 0,
67
+ "total_rows": 2302633,
68
+ "total_bytes": 198500183,
69
  "total_months": 430
70
  }
71
  }
stats.csv CHANGED
@@ -63,8 +63,9 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
63
  2008,6,submissions,1,190682,11278416,34.50,9.02,11.36,2026-03-15T02:39:16Z
64
  2008,7,comments,2,592610,51691168,29.32,16.74,11.11,2026-03-16T05:29:22Z
65
  2008,7,submissions,1,218092,12795369,20.21,10.88,7.12,2026-03-15T02:42:18Z
66
- 2008,8,comments,2,595959,51491111,0.00,23.47,0.00,2026-03-16T05:29:34Z
67
  2008,8,submissions,1,212552,12578617,32.20,11.45,26.18,2026-03-15T02:45:00Z
 
68
  2008,9,submissions,1,256268,15308899,42.75,13.12,35.48,2026-03-15T02:51:35Z
69
  2008,10,submissions,1,282974,17080320,34.56,11.20,5.98,2026-03-15T04:18:56Z
70
  2008,11,submissions,1,272505,16247121,27.67,15.60,20.11,2026-03-15T04:21:24Z
 
63
  2008,6,submissions,1,190682,11278416,34.50,9.02,11.36,2026-03-15T02:39:16Z
64
  2008,7,comments,2,592610,51691168,29.32,16.74,11.11,2026-03-16T05:29:22Z
65
  2008,7,submissions,1,218092,12795369,20.21,10.88,7.12,2026-03-15T02:42:18Z
66
+ 2008,8,comments,2,595959,51491111,0.00,23.47,7.25,2026-03-16T05:29:34Z
67
  2008,8,submissions,1,212552,12578617,32.20,11.45,26.18,2026-03-15T02:45:00Z
68
+ 2008,9,comments,2,680892,58783084,68.66,11.32,0.00,2026-03-16T05:30:26Z
69
  2008,9,submissions,1,256268,15308899,42.75,13.12,35.48,2026-03-15T02:51:35Z
70
  2008,10,submissions,1,282974,17080320,34.56,11.20,5.98,2026-03-15T04:18:56Z
71
  2008,11,submissions,1,272505,16247121,27.67,15.60,20.11,2026-03-15T04:21:24Z