tamnd commited on
Commit
4cf6205
·
verified ·
1 Parent(s): cd8c4f2

Add comments/2008-06 (2 shards, 577.7K 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 **39.1M items** (28.7M comments, 10.5M submissions) in **3.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,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 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.4M
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 | 35 | 28.7M | 2.4 GB |
217
  | submissions | 52 | 10.5M | 704.0 MB |
218
- | **Total** | **35** | **39.1M** | **3.1 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (35 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -282,8 +282,9 @@ huggingface-cli download open-index/arctic \
282
  | 2008-03 | submissions | 24.9s | 13.6s | 20.6s | 1 | 168,227 | 9.4 MB |
283
  | 2008-04 | comments | 32.7s | 16.6s | 1m32s | 1 | 468,317 | 38.5 MB |
284
  | 2008-04 | submissions | 28.3s | 7.8s | 25.3s | 1 | 167,472 | 9.4 MB |
285
- | 2008-05 | comments | 29.9s | 13.4s | - | 2 | 536,380 | 43.5 MB |
286
  | 2008-05 | submissions | 17.6s | 9.2s | 7.3s | 1 | 177,022 | 10.0 MB |
 
287
  | 2008-06 | submissions | 34.5s | 9.0s | 11.4s | 1 | 190,682 | 10.8 MB |
288
  | 2008-07 | submissions | 20.2s | 10.9s | 7.1s | 1 | 218,092 | 12.2 MB |
289
  | 2008-08 | submissions | 32.2s | 11.4s | 26.2s | 1 | 212,552 | 12.0 MB |
@@ -341,35 +342,38 @@ ORDER BY year, month, type;
341
 
342
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
343
 
344
- **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 1m / **Committed this session:** 0
345
 
346
  ### Active Workers
347
 
348
  | Stage | Month | Type | Progress |
349
  |-------|-------|------|----------|
350
- | Downloading | 2008-07 | comments | connecting... |
351
- | Processing | 2008-06 | comments | shard 2 · 0 rows |
352
- | Uploading | 2008-05 | comments | 2 shards · 536.4K rows · committing |
 
353
 
354
 
355
  ### Throughput
356
 
357
  | Metric | Value |
358
  |--------|------:|
359
- | Download | 12 Mbps avg |
360
- | Processing | 40.0K rows/s avg |
 
 
361
 
362
  ### Progress
363
 
364
- `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 28 / 430 (6.5%)
365
 
366
  | Metric | This Session |
367
  |--------|-------------:|
368
- | Months committed | 0 |
369
- | Rows processed | 0 |
370
- | Data committed | 0 B |
371
 
372
- *Last update: 2026-03-16 05:28 UTC*
373
 
374
 
375
  # Dataset card for Arctic Shift Reddit Archive
@@ -553,4 +557,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
553
 
554
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
555
 
556
- *Last updated: 2026-03-16 05:28 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 **39.7M items** (29.3M comments, 10.5M submissions) in **3.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 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.9M
92
  2009 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.0M
93
  2010 ██████████████████████████████ 21.4M
94
  ```
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 36 | 29.3M | 2.4 GB |
217
  | submissions | 52 | 10.5M | 704.0 MB |
218
+ | **Total** | **36** | **39.7M** | **3.1 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (36 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
282
  | 2008-03 | submissions | 24.9s | 13.6s | 20.6s | 1 | 168,227 | 9.4 MB |
283
  | 2008-04 | comments | 32.7s | 16.6s | 1m32s | 1 | 468,317 | 38.5 MB |
284
  | 2008-04 | submissions | 28.3s | 7.8s | 25.3s | 1 | 167,472 | 9.4 MB |
285
+ | 2008-05 | comments | 29.9s | 13.4s | 11.9s | 2 | 536,380 | 43.5 MB |
286
  | 2008-05 | submissions | 17.6s | 9.2s | 7.3s | 1 | 177,022 | 10.0 MB |
287
+ | 2008-06 | comments | - | 17.9s | - | 2 | 577,684 | 47.4 MB |
288
  | 2008-06 | submissions | 34.5s | 9.0s | 11.4s | 1 | 190,682 | 10.8 MB |
289
  | 2008-07 | submissions | 20.2s | 10.9s | 7.1s | 1 | 218,092 | 12.2 MB |
290
  | 2008-08 | submissions | 32.2s | 11.4s | 26.2s | 1 | 212,552 | 12.0 MB |
 
342
 
343
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
344
 
345
+ **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 1m / **Committed this session:** 1
346
 
347
  ### Active Workers
348
 
349
  | Stage | Month | Type | Progress |
350
  |-------|-------|------|----------|
351
+ | Downloading | 2008-09 | comments | connecting... |
352
+ | Processing | 2008-07 | comments | starting... |
353
+ | Processing | 2008-08 | comments | starting... |
354
+ | Uploading | 2008-06 | comments | 2 shards · 577.7K rows · committing |
355
 
356
 
357
  ### Throughput
358
 
359
  | Metric | Value |
360
  |--------|------:|
361
+ | Download | 13 Mbps avg |
362
+ | Processing | 36.2K rows/s avg |
363
+ | Upload | 11.9s per commit avg |
364
+ | ETA | 2026-03-16 12:04 UTC |
365
 
366
  ### Progress
367
 
368
+ `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 29 / 430 (6.7%)
369
 
370
  | Metric | This Session |
371
  |--------|-------------:|
372
+ | Months committed | 1 |
373
+ | Rows processed | 536.4K |
374
+ | Data committed | 43.5 MB |
375
 
376
+ *Last update: 2026-03-16 05:29 UTC*
377
 
378
 
379
  # Dataset card for Arctic Shift Reddit Archive
 
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*
data/comments/2008/06/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69b9f77b93303c6dffdb10e8fac53e5e15d708a85d625bf5ad463b013f07e8a9
3
+ size 43141195
data/comments/2008/06/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34b0507aa2300e7a87f8906ad7d51590ad43d12e6186f879d2b81b80ac920f33
3
+ size 6518179
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:28:50.278464442Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2008-05",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
@@ -30,24 +30,28 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2008-07",
34
  "type": "comments",
35
  "phase": "downloading"
36
  }
37
  ],
38
  "processing": [
39
  {
40
- "ym": "2008-06",
 
 
 
 
 
41
  "type": "comments",
42
- "shard": 2,
43
  "phase": "processing"
44
  }
45
  ],
46
  "uploading": [
47
  {
48
- "ym": "2008-05",
49
  "type": "comments",
50
- "rows": 536380,
51
  "shards": 2,
52
  "phase": "committing"
53
  }
@@ -56,16 +60,17 @@
56
  "queued_for_upload": 0
57
  },
58
  "throughput": {
59
- "avg_download_mbps": 12.048985977181825,
60
- "avg_process_rows_per_sec": 39992.07881864957,
61
- "avg_upload_sec_per_commit": 0
 
62
  },
63
  "stats": {
64
- "committed": 0,
65
  "skipped": 28,
66
  "retries": 0,
67
- "total_rows": 0,
68
- "total_bytes": 0,
69
  "total_months": 430
70
  }
71
  }
 
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:06.186353931Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2008-06",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2008-09",
34
  "type": "comments",
35
  "phase": "downloading"
36
  }
37
  ],
38
  "processing": [
39
  {
40
+ "ym": "2008-07",
41
+ "type": "comments",
42
+ "phase": "processing"
43
+ },
44
+ {
45
+ "ym": "2008-08",
46
  "type": "comments",
 
47
  "phase": "processing"
48
  }
49
  ],
50
  "uploading": [
51
  {
52
+ "ym": "2008-06",
53
  "type": "comments",
54
+ "rows": 577684,
55
  "shards": 2,
56
  "phase": "committing"
57
  }
 
60
  "queued_for_upload": 0
61
  },
62
  "throughput": {
63
+ "avg_download_mbps": 12.929665330667802,
64
+ "avg_process_rows_per_sec": 36167.026864265325,
65
+ "avg_upload_sec_per_commit": 11.92433588,
66
+ "estimated_completion": "2026-03-16T13:04:43.469674137+01:00"
67
  },
68
  "stats": {
69
+ "committed": 1,
70
  "skipped": 28,
71
  "retries": 0,
72
+ "total_rows": 536380,
73
+ "total_bytes": 45658530,
74
  "total_months": 430
75
  }
76
  }
stats.csv CHANGED
@@ -57,8 +57,9 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
57
  2008,3,submissions,1,168227,9873442,24.91,13.63,20.57,2026-03-15T02:31:27Z
58
  2008,4,comments,1,468317,40334304,32.71,16.58,91.76,2026-03-15T02:32:39Z
59
  2008,4,submissions,1,167472,9847689,28.32,7.76,25.29,2026-03-15T02:34:47Z
60
- 2008,5,comments,2,536380,45658530,29.87,13.41,0.00,2026-03-16T05:28:50Z
61
  2008,5,submissions,1,177022,10465958,17.64,9.15,7.31,2026-03-15T02:36:42Z
 
62
  2008,6,submissions,1,190682,11278416,34.50,9.02,11.36,2026-03-15T02:39:16Z
63
  2008,7,submissions,1,218092,12795369,20.21,10.88,7.12,2026-03-15T02:42:18Z
64
  2008,8,submissions,1,212552,12578617,32.20,11.45,26.18,2026-03-15T02:45:00Z
 
57
  2008,3,submissions,1,168227,9873442,24.91,13.63,20.57,2026-03-15T02:31:27Z
58
  2008,4,comments,1,468317,40334304,32.71,16.58,91.76,2026-03-15T02:32:39Z
59
  2008,4,submissions,1,167472,9847689,28.32,7.76,25.29,2026-03-15T02:34:47Z
60
+ 2008,5,comments,2,536380,45658530,29.87,13.41,11.92,2026-03-16T05:28:50Z
61
  2008,5,submissions,1,177022,10465958,17.64,9.15,7.31,2026-03-15T02:36:42Z
62
+ 2008,6,comments,2,577684,49659374,0.00,17.86,0.00,2026-03-16T05:29:02Z
63
  2008,6,submissions,1,190682,11278416,34.50,9.02,11.36,2026-03-15T02:39:16Z
64
  2008,7,submissions,1,218092,12795369,20.21,10.88,7.12,2026-03-15T02:42:18Z
65
  2008,8,submissions,1,212552,12578617,32.20,11.45,26.18,2026-03-15T02:45:00Z