tamnd commited on
Commit
4725293
·
verified ·
1 Parent(s): 0f07111

Add comments/2008-05 (2 shards, 536.4K rows)

Browse files
README.md CHANGED
@@ -51,9 +51,9 @@ task_categories:
51
 
52
  ## What is it?
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 **2008-04**.
55
 
56
- Right now the archive has **6.1M items** (4.2M comments, 1.8M submissions) in **472.8 MB** 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
 
@@ -89,7 +89,7 @@ states.json live pipeline state (updated every ~5 min)
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
  2006 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
  2007 ██████████████████████████████ 2.5M
92
- 2008 ████████████████░░░░░░░░░░░░░░ 1.4M
93
  ```
94
 
95
  **Submissions**
@@ -210,14 +210,14 @@ huggingface-cli download open-index/arctic \
210
 
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
- | comments | 28 | 4.2M | 368.1 MB |
214
  | submissions | 29 | 1.8M | 104.7 MB |
215
- | **Total** | **28** | **6.1M** | **472.8 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
- <summary>Click to expand full monthly table (28 comment months + 29 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -278,6 +278,7 @@ huggingface-cli download open-index/arctic \
278
  | 2008-03 | comments | - | 43.1s | 6.7s | 11.5s | 1 | 463,728 | 37.3 MB |
279
  | 2008-03 | submissions | - | 40.8s | 3.3s | 8.4s | 1 | 168,227 | 9.4 MB |
280
  | 2008-04 | submissions | - | 23.0s | 4.6s | - | 1 | 167,472 | 9.4 MB |
 
281
 
282
  </details>
283
 
@@ -307,39 +308,36 @@ ORDER BY year, month, type;
307
 
308
  ## Pipeline Status
309
 
310
- > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
311
 
312
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 15m / **Committed this session:** 56
313
 
314
  ### Active Workers
315
 
316
  | Stage | Month | Type | Progress |
317
  |-------|-------|------|----------|
318
- | Downloading | 2008-04 | comments | 33.1 MB / 39.5 MB (83%) |
319
- | Downloading | 2008-05 | comments | 4.7 MB / 45.0 MB (10%) |
320
- | Uploading | 2008-04 | submissions | 1 shards · 167.5K rows · committing |
321
 
322
 
323
  ### Throughput
324
 
325
  | Metric | Value |
326
  |--------|------:|
327
- | Download | 5 Mbps avg |
328
- | Processing | 61.7K rows/s avg |
329
- | Upload | 8.7s per commit avg |
330
- | ETA | 2026-03-31 06:41 UTC |
331
 
332
  ### Progress
333
 
334
- `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 56 / 488 (11.5%)
335
 
336
  | Metric | This Session |
337
  |--------|-------------:|
338
- | Months committed | 56 |
339
- | Rows processed | 5.9M |
340
- | Data committed | 463.4 MB |
341
 
342
- *Last update: 2026-03-31 04:43 UTC*
343
 
344
 
345
  # Dataset card for Arctic Shift Reddit Archive
@@ -523,4 +521,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
523
 
524
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
525
 
526
- *Last updated: 2026-03-31 04:43 UTC*
 
51
 
52
  ## What is it?
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 **2008-05**.
55
 
56
+ Right now the archive has **6.6M items** (4.8M comments, 1.8M submissions) in **516.3 MB** 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
 
 
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
  2006 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
  2007 ██████████████████████████████ 2.5M
92
+ 2008 ███████████████████████░░░░░░░ 1.9M
93
  ```
94
 
95
  **Submissions**
 
210
 
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
+ | comments | 29 | 4.8M | 411.6 MB |
214
  | submissions | 29 | 1.8M | 104.7 MB |
215
+ | **Total** | **29** | **6.6M** | **516.3 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
+ <summary>Click to expand full monthly table (29 comment months + 29 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
278
  | 2008-03 | comments | - | 43.1s | 6.7s | 11.5s | 1 | 463,728 | 37.3 MB |
279
  | 2008-03 | submissions | - | 40.8s | 3.3s | 8.4s | 1 | 168,227 | 9.4 MB |
280
  | 2008-04 | submissions | - | 23.0s | 4.6s | - | 1 | 167,472 | 9.4 MB |
281
+ | 2008-05 | comments | - | - | 4.0s | - | 2 | 536,380 | 43.5 MB |
282
 
283
  </details>
284
 
 
308
 
309
  ## Pipeline Status
310
 
311
+ > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
312
 
313
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 0m / **Committed this session:** 0
314
 
315
  ### Active Workers
316
 
317
  | Stage | Month | Type | Progress |
318
  |-------|-------|------|----------|
319
+ | Downloading | 2008-07 | comments | connecting... |
320
+ | Processing | 2008-05 | submissions | starting... |
321
+ | Uploading | 2008-05 | comments | 2 shards · 536.4K rows · committing |
322
 
323
 
324
  ### Throughput
325
 
326
  | Metric | Value |
327
  |--------|------:|
328
+ | Processing | 132.5K rows/s avg |
 
 
 
329
 
330
  ### Progress
331
 
332
+ `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 57 / 488 (11.7%)
333
 
334
  | Metric | This Session |
335
  |--------|-------------:|
336
+ | Months committed | 0 |
337
+ | Rows processed | 0 |
338
+ | Data committed | 0 B |
339
 
340
+ *Last update: 2026-03-31 04:46 UTC*
341
 
342
 
343
  # Dataset card for Arctic Shift Reddit Archive
 
521
 
522
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
523
 
524
+ *Last updated: 2026-03-31 04:46 UTC*
data/comments/2008/05/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e662b4c9a8f2c03051a702029deee6b5443eb65450abe0dcd718d56c070f46b
3
- size 42559704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ca2a0d530fb6f0fbe62f35455b9ce446530c26695c42b55bc5f203e43ba4d60
3
+ size 42566218
data/comments/2008/05/001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:39ee6e1cd96bb9c5fc4164b39024a18f331bc3a5b59e92dfb51df6008d351d09
3
  size 3098826
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b098abc11d1a36b11f024fab9fbece3e41728ce04cdf6205a99dbbde97f16e8b
3
  size 3098826
states.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "session_id": "2026-03-31T04:28:29Z",
3
- "started_at": "2026-03-31T04:28:29.712811668Z",
4
- "updated_at": "2026-03-31T04:43:29.653475947Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2008-04",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -13,9 +13,9 @@
13
  "os": "linux",
14
  "cpu_cores": 4,
15
  "ram_total_gb": 5.786338806152344,
16
- "ram_avail_gb": 5.149868011474609,
17
  "disk_total_gb": 390.68216705322266,
18
- "disk_free_gb": 229.81011962890625
19
  },
20
  "budget": {
21
  "max_downloads": 2,
@@ -30,27 +30,24 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2008-04",
34
  "type": "comments",
35
- "bytes_done": 34658072,
36
- "bytes_total": 41375512,
37
  "phase": "downloading"
38
- },
 
 
39
  {
40
  "ym": "2008-05",
41
- "type": "comments",
42
- "bytes_done": 4890367,
43
- "bytes_total": 47173996,
44
- "phase": "downloading"
45
  }
46
  ],
47
- "processing": null,
48
  "uploading": [
49
  {
50
- "ym": "2008-04",
51
- "type": "submissions",
52
- "rows": 167472,
53
- "shards": 1,
54
  "phase": "committing"
55
  }
56
  ],
@@ -58,17 +55,16 @@
58
  "queued_for_upload": 0
59
  },
60
  "throughput": {
61
- "avg_download_mbps": 5.0412494535493355,
62
- "avg_process_rows_per_sec": 61670.369953210335,
63
- "avg_upload_sec_per_commit": 8.733066183149997,
64
- "estimated_completion": "2026-03-31T14:41:13.371315851+08:00"
65
  },
66
  "stats": {
67
- "committed": 56,
68
- "skipped": 0,
69
  "retries": 0,
70
- "total_rows": 5916921,
71
- "total_bytes": 485912002,
72
  "total_months": 488
73
  }
74
  }
 
1
  {
2
+ "session_id": "2026-03-31T04:46:44Z",
3
+ "started_at": "2026-03-31T04:46:44.639338346Z",
4
+ "updated_at": "2026-03-31T04:46:48.692202956Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2008-05",
8
+ "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
13
  "os": "linux",
14
  "cpu_cores": 4,
15
  "ram_total_gb": 5.786338806152344,
16
+ "ram_avail_gb": 5.179679870605469,
17
  "disk_total_gb": 390.68216705322266,
18
+ "disk_free_gb": 229.15080642700195
19
  },
20
  "budget": {
21
  "max_downloads": 2,
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2008-07",
34
  "type": "comments",
 
 
35
  "phase": "downloading"
36
+ }
37
+ ],
38
+ "processing": [
39
  {
40
  "ym": "2008-05",
41
+ "type": "submissions",
42
+ "phase": "processing"
 
 
43
  }
44
  ],
 
45
  "uploading": [
46
  {
47
+ "ym": "2008-05",
48
+ "type": "comments",
49
+ "rows": 536380,
50
+ "shards": 2,
51
  "phase": "committing"
52
  }
53
  ],
 
55
  "queued_for_upload": 0
56
  },
57
  "throughput": {
58
+ "avg_download_mbps": 0,
59
+ "avg_process_rows_per_sec": 132458.29896382746,
60
+ "avg_upload_sec_per_commit": 0
 
61
  },
62
  "stats": {
63
+ "committed": 0,
64
+ "skipped": 57,
65
  "retries": 0,
66
+ "total_rows": 0,
67
+ "total_bytes": 0,
68
  "total_months": 488
69
  }
70
  }
stats.csv CHANGED
@@ -56,3 +56,4 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
56
  2008,3,comments,1,463728,39137471,0,43.15,6.71,11.46,2026-03-31T04:42:58Z
57
  2008,3,submissions,1,168227,9873305,0,40.83,3.31,8.43,2026-03-31T04:43:18Z
58
  2008,4,submissions,1,167472,9848666,0,22.97,4.56,0.00,2026-03-31T04:43:27Z
 
 
56
  2008,3,comments,1,463728,39137471,0,43.15,6.71,11.46,2026-03-31T04:42:58Z
57
  2008,3,submissions,1,168227,9873305,0,40.83,3.31,8.43,2026-03-31T04:43:18Z
58
  2008,4,submissions,1,167472,9848666,0,22.97,4.56,0.00,2026-03-31T04:43:27Z
59
+ 2008,5,comments,2,536380,45665044,0,0.00,4.05,0.00,2026-03-31T04:46:48Z