tamnd commited on
Commit
4642d2d
·
verified ·
1 Parent(s): a5218e0

Add comments/2010-06 (8 shards, 3.5M rows)

Browse files
Files changed (2) hide show
  1. README.md +21 -19
  2. states.json +27 -20
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-06**.
55
 
56
- Right now the archive has **56.1M items** (44.3M comments, 11.8M submissions) in **4.5 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
 
@@ -91,7 +91,7 @@ states.json live pipeline state (updated every ~5 min)
91
  2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
92
  2008 ███████████░░░░░░░░░░░░░░░░░░░ 7.2M
93
  2009 ██████████████████████████████ 18.9M
94
- 2010 ████████████████████████░░░░░░ 15.3M
95
  ```
96
 
97
  **Submissions**
@@ -214,14 +214,14 @@ huggingface-cli download open-index/arctic \
214
 
215
  | Type | Months | Rows | Parquet Size |
216
  |------|-------:|-----:|-------------:|
217
- | comments | 54 | 44.3M | 3.7 GB |
218
  | submissions | 55 | 11.8M | 784.8 MB |
219
- | **Total** | **54** | **56.1M** | **4.5 GB** |
220
 
221
  ### Monthly breakdown
222
 
223
  <details>
224
- <summary>Click to expand full monthly table (54 comment months + 55 submission months)</summary>
225
 
226
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
227
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -333,7 +333,8 @@ huggingface-cli download open-index/arctic \
333
  | 2010-04 | submissions | - | 1m05s | 9.2s | 16.6s | 2 | 617,302 | 46.8 MB |
334
  | 2010-05 | comments | - | 1m15s | 27.7s | 31.6s | 7 | 3,267,363 | 278.5 MB |
335
  | 2010-05 | submissions | - | 39.3s | 11.0s | 19.4s | 2 | 515,637 | 41.6 MB |
336
- | 2010-06 | submissions | - | 32.9s | 12.0s | - | 1 | 478,396 | 40.0 MB |
 
337
 
338
  </details>
339
 
@@ -365,37 +366,38 @@ ORDER BY year, month, type;
365
 
366
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
367
 
368
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 23m / **Committed this session:** 51
369
 
370
  ### Active Workers
371
 
372
  | Stage | Month | Type | Progress |
373
  |-------|-------|------|----------|
374
- | Downloading | 2010-06 | comments | 298.5 MB / 308.7 MB (96%) |
375
- | Downloading | 2010-07 | comments | 9.9 MB / 357.5 MB (2%) |
376
- | Uploading | 2010-06 | submissions | 1 shards · 478.4K rows · committing |
 
377
 
378
 
379
  ### Throughput
380
 
381
  | Metric | Value |
382
  |--------|------:|
383
- | Download | 18 Mbps avg |
384
- | Processing | 84.8K rows/s avg |
385
- | Upload | 20.8s per commit avg |
386
- | ETA | 2026-03-31 08:05 UTC |
387
 
388
  ### Progress
389
 
390
- `██████░░░░░░░░░░░░░░░░░░░░░░░░` 108 / 488 (22.1%)
391
 
392
  | Metric | This Session |
393
  |--------|-------------:|
394
- | Months committed | 51 |
395
- | Rows processed | 49.5M |
396
  | Data committed | 4.0 GB |
397
 
398
- *Last update: 2026-03-31 05:09 UTC*
399
 
400
 
401
  # Dataset card for Arctic Shift Reddit Archive
@@ -579,4 +581,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
579
 
580
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
581
 
582
- *Last updated: 2026-03-31 05:09 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-06**.
55
 
56
+ Right now the archive has **59.6M items** (47.8M comments, 11.8M submissions) in **4.8 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
 
 
91
  2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
92
  2008 ███████████░░░░░░░░░░░░░░░░░░░ 7.2M
93
  2009 ██████████████████████████████ 18.9M
94
+ 2010 █████████████████████████████18.8M
95
  ```
96
 
97
  **Submissions**
 
214
 
215
  | Type | Months | Rows | Parquet Size |
216
  |------|-------:|-----:|-------------:|
217
+ | comments | 55 | 47.8M | 4.0 GB |
218
  | submissions | 55 | 11.8M | 784.8 MB |
219
+ | **Total** | **55** | **59.6M** | **4.8 GB** |
220
 
221
  ### Monthly breakdown
222
 
223
  <details>
224
+ <summary>Click to expand full monthly table (55 comment months + 55 submission months)</summary>
225
 
226
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
227
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
333
  | 2010-04 | submissions | - | 1m05s | 9.2s | 16.6s | 2 | 617,302 | 46.8 MB |
334
  | 2010-05 | comments | - | 1m15s | 27.7s | 31.6s | 7 | 3,267,363 | 278.5 MB |
335
  | 2010-05 | submissions | - | 39.3s | 11.0s | 19.4s | 2 | 515,637 | 41.6 MB |
336
+ | 2010-06 | comments | - | 1m18s | 31.5s | - | 8 | 3,532,867 | 298.9 MB |
337
+ | 2010-06 | submissions | - | 32.9s | 12.0s | 15.8s | 1 | 478,396 | 40.0 MB |
338
 
339
  </details>
340
 
 
366
 
367
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
368
 
369
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 24m / **Committed this session:** 52
370
 
371
  ### Active Workers
372
 
373
  | Stage | Month | Type | Progress |
374
  |-------|-------|------|----------|
375
+ | Downloading | 2010-07 | submissions | 0 B / 53.7 MB (0%) |
376
+ | Downloading | 2010-08 | comments | 0 B / 374.3 MB (0%) |
377
+ | Processing | 2010-07 | comments | shard 4 · 1.5M rows · 127.8K rows/s |
378
+ | Uploading | 2010-06 | comments | 8 shards · 3.5M rows · committing |
379
 
380
 
381
  ### Throughput
382
 
383
  | Metric | Value |
384
  |--------|------:|
385
+ | Download | 19 Mbps avg |
386
+ | Processing | 85.1K rows/s avg |
387
+ | Upload | 20.5s per commit avg |
388
+ | ETA | 2026-03-31 08:03 UTC |
389
 
390
  ### Progress
391
 
392
+ `██████░░░░░░░░░░░░░░░░░░░░░░░░` 109 / 488 (22.3%)
393
 
394
  | Metric | This Session |
395
  |--------|-------------:|
396
+ | Months committed | 52 |
397
+ | Rows processed | 50.0M |
398
  | Data committed | 4.0 GB |
399
 
400
+ *Last update: 2026-03-31 05:10 UTC*
401
 
402
 
403
  # Dataset card for Arctic Shift Reddit Archive
 
581
 
582
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
583
 
584
+ *Last updated: 2026-03-31 05:10 UTC*
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-31T05:09:49.086676537Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2010-06",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -30,27 +30,34 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2010-06",
34
- "type": "comments",
35
- "bytes_done": 313004671,
36
- "bytes_total": 323718780,
37
  "phase": "downloading"
38
  },
39
  {
40
- "ym": "2010-07",
41
  "type": "comments",
42
- "bytes_done": 10421251,
43
- "bytes_total": 374916787,
44
  "phase": "downloading"
45
  }
46
  ],
47
- "processing": null,
 
 
 
 
 
 
 
 
 
48
  "uploading": [
49
  {
50
  "ym": "2010-06",
51
- "type": "submissions",
52
- "rows": 478396,
53
- "shards": 1,
54
  "phase": "committing"
55
  }
56
  ],
@@ -58,17 +65,17 @@
58
  "queued_for_upload": 0
59
  },
60
  "throughput": {
61
- "avg_download_mbps": 17.94866013527622,
62
- "avg_process_rows_per_sec": 84835.56020047331,
63
- "avg_upload_sec_per_commit": 20.778307408250004,
64
- "estimated_completion": "2026-03-31T16:05:38.573988286+08:00"
65
  },
66
  "stats": {
67
- "committed": 51,
68
  "skipped": 57,
69
  "retries": 0,
70
- "total_rows": 49541474,
71
- "total_bytes": 4273992039,
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-31T05:10:44.47721207Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2010-06",
8
+ "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2010-07",
34
+ "type": "submissions",
35
+ "bytes_total": 56291052,
 
36
  "phase": "downloading"
37
  },
38
  {
39
+ "ym": "2010-08",
40
  "type": "comments",
41
+ "bytes_total": 392470721,
 
42
  "phase": "downloading"
43
  }
44
  ],
45
+ "processing": [
46
+ {
47
+ "ym": "2010-07",
48
+ "type": "comments",
49
+ "shard": 4,
50
+ "rows": 1500000,
51
+ "rows_per_sec": 127791.76937628754,
52
+ "phase": "processing"
53
+ }
54
+ ],
55
  "uploading": [
56
  {
57
  "ym": "2010-06",
58
+ "type": "comments",
59
+ "rows": 3532867,
60
+ "shards": 8,
61
  "phase": "committing"
62
  }
63
  ],
 
65
  "queued_for_upload": 0
66
  },
67
  "throughput": {
68
+ "avg_download_mbps": 19.428454013444565,
69
+ "avg_process_rows_per_sec": 85096.03784709763,
70
+ "avg_upload_sec_per_commit": 20.47384610705,
71
+ "estimated_completion": "2026-03-31T16:03:30.909884289+08:00"
72
  },
73
  "stats": {
74
+ "committed": 52,
75
  "skipped": 57,
76
  "retries": 0,
77
+ "total_rows": 50019870,
78
+ "total_bytes": 4315920278,
79
  "total_months": 488
80
  }
81
  }