tamnd commited on
Commit
896c3de
·
verified ·
1 Parent(s): 7ec874b

Add comments/2008-04 (1 shards, 468.3K rows)

Browse files
Files changed (4) hide show
  1. README.md +18 -16
  2. data/comments/2008/04/000.parquet +2 -2
  3. states.json +12 -11
  4. stats.csv +2 -1
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 **2008-05**.
55
 
56
- Right now the archive has **6.8M items** (4.8M comments, 2.0M submissions) in **526.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,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.9M
93
  ```
94
 
95
  **Submissions**
@@ -210,14 +210,14 @@ huggingface-cli download open-index/arctic \
210
 
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
- | comments | 29 | 4.8M | 411.6 MB |
214
  | submissions | 30 | 2.0M | 114.7 MB |
215
- | **Total** | **29** | **6.8M** | **526.3 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
- <summary>Click to expand full monthly table (29 comment months + 30 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -277,9 +277,10 @@ huggingface-cli download open-index/arctic \
277
  | 2008-02 | submissions | - | 1m23s | 3.7s | 8.9s | 1 | 147,834 | 8.3 MB |
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 | 11.2s | 2 | 536,380 | 43.5 MB |
282
- | 2008-05 | submissions | - | - | 2.0s | - | 1 | 177,022 | 10.0 MB |
283
 
284
  </details>
285
 
@@ -311,7 +312,7 @@ ORDER BY year, month, type;
311
 
312
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
313
 
314
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 0m / **Committed this session:** 1
315
 
316
  ### Active Workers
317
 
@@ -319,27 +320,28 @@ ORDER BY year, month, type;
319
  |-------|-------|------|----------|
320
  | Downloading | 2008-07 | comments | connecting... |
321
  | Downloading | 2008-07 | submissions | connecting... |
322
- | Uploading | 2008-05 | submissions | 1 shards · 177.0K rows · committing |
323
 
324
 
325
  ### Throughput
326
 
327
  | Metric | Value |
328
  |--------|------:|
329
- | Processing | 114.1K rows/s avg |
330
- | Upload | 11.2s per commit avg |
 
331
 
332
  ### Progress
333
 
334
- `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 58 / 488 (11.9%)
335
 
336
  | Metric | This Session |
337
  |--------|-------------:|
338
- | Months committed | 1 |
339
- | Rows processed | 536.4K |
340
- | Data committed | 43.5 MB |
341
 
342
- *Last update: 2026-03-31 04:46 UTC*
343
 
344
 
345
  # Dataset card for Arctic Shift Reddit Archive
@@ -523,4 +525,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:46 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 **2008-05**.
55
 
56
+ Right now the archive has **7.3M items** (5.2M comments, 2.0M submissions) in **564.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
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
  2006 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
  2007 ██████████████████████████████ 2.5M
92
+ 2008 ████████████████████████████░░ 2.4M
93
  ```
94
 
95
  **Submissions**
 
210
 
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
+ | comments | 30 | 5.2M | 450.1 MB |
214
  | submissions | 30 | 2.0M | 114.7 MB |
215
+ | **Total** | **30** | **7.3M** | **564.8 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
+ <summary>Click to expand full monthly table (30 comment months + 30 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
277
  | 2008-02 | submissions | - | 1m23s | 3.7s | 8.9s | 1 | 147,834 | 8.3 MB |
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 | comments | - | - | 4.6s | - | 1 | 468,317 | 38.5 MB |
281
  | 2008-04 | submissions | - | 23.0s | 4.6s | - | 1 | 167,472 | 9.4 MB |
282
  | 2008-05 | comments | - | - | 4.0s | 11.2s | 2 | 536,380 | 43.5 MB |
283
+ | 2008-05 | submissions | - | - | 2.0s | 9.7s | 1 | 177,022 | 10.0 MB |
284
 
285
  </details>
286
 
 
312
 
313
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
314
 
315
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 0m / **Committed this session:** 2
316
 
317
  ### Active Workers
318
 
 
320
  |-------|-------|------|----------|
321
  | Downloading | 2008-07 | comments | connecting... |
322
  | Downloading | 2008-07 | submissions | connecting... |
323
+ | Uploading | 2008-04 | comments | 1 shards · 468.3K rows · committing |
324
 
325
 
326
  ### Throughput
327
 
328
  | Metric | Value |
329
  |--------|------:|
330
+ | Processing | 108.9K rows/s avg |
331
+ | Upload | 10.4s per commit avg |
332
+ | ETA | 2026-03-31 07:45 UTC |
333
 
334
  ### Progress
335
 
336
+ `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 59 / 488 (12.1%)
337
 
338
  | Metric | This Session |
339
  |--------|-------------:|
340
+ | Months committed | 2 |
341
+ | Rows processed | 713.4K |
342
+ | Data committed | 53.5 MB |
343
 
344
+ *Last update: 2026-03-31 04:47 UTC*
345
 
346
 
347
  # Dataset card for Arctic Shift Reddit Archive
 
525
 
526
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
527
 
528
+ *Last updated: 2026-03-31 04:47 UTC*
data/comments/2008/04/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:458b8aa599391ce4fcfafb263eda8b2f9b67cd89d2984b128b3e5a6bce1b4014
3
- size 40334304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9558db2fc8521f8e4e2ab66ff201335aeaa9e100477c5d0a2a665e41850ba175
3
+ size 40342487
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:46:59.865540632Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2008-05",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -43,9 +43,9 @@
43
  "processing": null,
44
  "uploading": [
45
  {
46
- "ym": "2008-05",
47
- "type": "submissions",
48
- "rows": 177022,
49
  "shards": 1,
50
  "phase": "committing"
51
  }
@@ -55,15 +55,16 @@
55
  },
56
  "throughput": {
57
  "avg_download_mbps": 0,
58
- "avg_process_rows_per_sec": 114055.27787436,
59
- "avg_upload_sec_per_commit": 11.154779557
 
60
  },
61
  "stats": {
62
- "committed": 1,
63
  "skipped": 57,
64
  "retries": 0,
65
- "total_rows": 536380,
66
- "total_bytes": 45665044,
67
  "total_months": 488
68
  }
69
  }
 
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
+ "updated_at": "2026-03-31T04:47:09.535903828Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2008-04",
8
+ "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
43
  "processing": null,
44
  "uploading": [
45
  {
46
+ "ym": "2008-04",
47
+ "type": "comments",
48
+ "rows": 468317,
49
  "shards": 1,
50
  "phase": "committing"
51
  }
 
55
  },
56
  "throughput": {
57
  "avg_download_mbps": 0,
58
+ "avg_process_rows_per_sec": 108856.50137407919,
59
+ "avg_upload_sec_per_commit": 10.410084805499999,
60
+ "estimated_completion": "2026-03-31T15:45:35.023800957+08:00"
61
  },
62
  "stats": {
63
+ "committed": 2,
64
  "skipped": 57,
65
  "retries": 0,
66
+ "total_rows": 713402,
67
+ "total_bytes": 56131875,
68
  "total_months": 488
69
  }
70
  }
stats.csv CHANGED
@@ -55,6 +55,7 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
55
  2008,2,submissions,1,147834,8650932,0,82.96,3.66,8.87,2026-03-31T04:43:09Z
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,11.15,2026-03-31T04:46:48Z
60
- 2008,5,submissions,1,177022,10466831,0,0.00,2.00,0.00,2026-03-31T04:46:59Z
 
55
  2008,2,submissions,1,147834,8650932,0,82.96,3.66,8.87,2026-03-31T04:43:09Z
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,comments,1,468317,40342487,0,0.00,4.59,0.00,2026-03-31T04:47:09Z
59
  2008,4,submissions,1,167472,9848666,0,22.97,4.56,0.00,2026-03-31T04:43:27Z
60
  2008,5,comments,2,536380,45665044,0,0.00,4.05,11.15,2026-03-31T04:46:48Z
61
+ 2008,5,submissions,1,177022,10466831,0,0.00,2.00,9.67,2026-03-31T04:46:59Z