tamnd commited on
Commit
77ca2f1
·
verified ·
1 Parent(s): d2e31c7

Add submissions/2009-08 (1 shards, 435.9K rows)

Browse files
Files changed (4) hide show
  1. README.md +22 -22
  2. data/submissions/2009/08/000.parquet +2 -2
  3. states.json +15 -19
  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 **2009-08**.
55
 
56
- Right now the archive has **24.8M items** (18.5M comments, 6.3M submissions) in **1.9 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
 
@@ -98,9 +98,9 @@ states.json live pipeline state (updated every ~5 min)
98
  ```
99
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
100
  2006 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
101
- 2007 █████████░░░░░░░░░░░░░░░░░░░░ 908.2K
102
- 2008 █████████████████████████████░ 2.5M
103
- 2009 ██████████████████████████████ 2.5M
104
  ```
105
 
106
  ## How to download and use this dataset
@@ -213,13 +213,13 @@ huggingface-cli download open-index/arctic \
213
  | Type | Months | Rows | Parquet Size |
214
  |------|-------:|-----:|-------------:|
215
  | comments | 44 | 18.5M | 1.5 GB |
216
- | submissions | 44 | 6.3M | 366.4 MB |
217
- | **Total** | **44** | **24.8M** | **1.9 GB** |
218
 
219
  ### Monthly breakdown
220
 
221
  <details>
222
- <summary>Click to expand full monthly table (44 comment months + 44 submission months)</summary>
223
 
224
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
225
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -310,7 +310,8 @@ huggingface-cli download open-index/arctic \
310
  | 2009-06 | comments | - | 47.9s | 9.8s | 14.9s | 3 | 1,258,750 | 111.7 MB |
311
  | 2009-06 | submissions | - | 1m24s | 7.6s | 1m21s | 1 | 383,969 | 23.9 MB |
312
  | 2009-07 | submissions | - | 23.6s | 9.5s | 12.2s | 1 | 427,135 | 28.4 MB |
313
- | 2009-08 | comments | - | 46.6s | 15.6s | - | 4 | 1,750,688 | 153.3 MB |
 
314
 
315
  </details>
316
 
@@ -342,16 +343,15 @@ ORDER BY year, month, type;
342
 
343
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
344
 
345
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 11m / **Committed this session:** 30
346
 
347
  ### Active Workers
348
 
349
  | Stage | Month | Type | Progress |
350
  |-------|-------|------|----------|
351
- | Downloading | 2009-07 | comments | 126.1 MB / 132.4 MB (95%) |
352
- | Downloading | 2009-09 | comments | connecting... |
353
- | Processing | 2009-08 | submissions | starting... |
354
- | Uploading | 2009-08 | comments | 4 shards · 1.8M rows · committing |
355
 
356
 
357
  ### Throughput
@@ -359,21 +359,21 @@ ORDER BY year, month, type;
359
  | Metric | Value |
360
  |--------|------:|
361
  | Download | 13 Mbps avg |
362
- | Processing | 86.7K rows/s avg |
363
- | Upload | 15.5s per commit avg |
364
- | ETA | 2026-03-31 07:30 UTC |
365
 
366
  ### Progress
367
 
368
- `█████░░░░░░░░░░░░░░░░░░░░░░░░░` 87 / 488 (17.8%)
369
 
370
  | Metric | This Session |
371
  |--------|-------------:|
372
- | Months committed | 30 |
373
- | Rows processed | 16.9M |
374
- | Data committed | 1.3 GB |
375
 
376
- *Last update: 2026-03-31 04:57 UTC*
377
 
378
 
379
  # Dataset card for Arctic Shift Reddit Archive
@@ -557,4 +557,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-31 04:57 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 **2009-08**.
55
 
56
+ Right now the archive has **25.2M items** (18.5M comments, 6.7M submissions) in **1.9 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
 
 
98
  ```
99
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
100
  2006 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
101
+ 2007 █████████░░░░░░░░░░░░░░░░░░░░ 908.2K
102
+ 2008 █████████████████████████░░░░░ 2.5M
103
+ 2009 ██████████████████████████████ 3.0M
104
  ```
105
 
106
  ## How to download and use this dataset
 
213
  | Type | Months | Rows | Parquet Size |
214
  |------|-------:|-----:|-------------:|
215
  | comments | 44 | 18.5M | 1.5 GB |
216
+ | submissions | 45 | 6.7M | 396.8 MB |
217
+ | **Total** | **44** | **25.2M** | **1.9 GB** |
218
 
219
  ### Monthly breakdown
220
 
221
  <details>
222
+ <summary>Click to expand full monthly table (44 comment months + 45 submission months)</summary>
223
 
224
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
225
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
310
  | 2009-06 | comments | - | 47.9s | 9.8s | 14.9s | 3 | 1,258,750 | 111.7 MB |
311
  | 2009-06 | submissions | - | 1m24s | 7.6s | 1m21s | 1 | 383,969 | 23.9 MB |
312
  | 2009-07 | submissions | - | 23.6s | 9.5s | 12.2s | 1 | 427,135 | 28.4 MB |
313
+ | 2009-08 | comments | - | 46.6s | 15.6s | 15.9s | 4 | 1,750,688 | 153.3 MB |
314
+ | 2009-08 | submissions | - | 29.8s | 8.5s | - | 1 | 435,860 | 30.4 MB |
315
 
316
  </details>
317
 
 
343
 
344
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
345
 
346
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 11m / **Committed this session:** 31
347
 
348
  ### Active Workers
349
 
350
  | Stage | Month | Type | Progress |
351
  |-------|-------|------|----------|
352
+ | Downloading | 2009-07 | comments | 129.6 MB / 132.4 MB (97%) |
353
+ | Downloading | 2009-09 | comments | 14.7 MB / 179.5 MB (8%) |
354
+ | Uploading | 2009-08 | submissions | 1 shards · 435.9K rows · committing |
 
355
 
356
 
357
  ### Throughput
 
359
  | Metric | Value |
360
  |--------|------:|
361
  | Download | 13 Mbps avg |
362
+ | Processing | 83.3K rows/s avg |
363
+ | Upload | 15.8s per commit avg |
364
+ | ETA | 2026-03-31 07:28 UTC |
365
 
366
  ### Progress
367
 
368
+ `█████░░░░░░░░░░░░░░░░░░░░░░░░░` 88 / 488 (18.0%)
369
 
370
  | Metric | This Session |
371
  |--------|-------------:|
372
+ | Months committed | 31 |
373
+ | Rows processed | 18.7M |
374
+ | Data committed | 1.4 GB |
375
 
376
+ *Last update: 2026-03-31 04:58 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-31 04:58 UTC*
data/submissions/2009/08/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eeae1331bd153dfdac1a6a554ff6db3afc17436173aeb6cf6aaf9e9eb5ecb3a2
3
- size 31818901
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d897d601b594538fe35822d444408c0183d817b8bc7eeb1cf655440b97b5ae87
3
+ size 31829520
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:57:45.404472397Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2009-08",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -32,29 +32,25 @@
32
  {
33
  "ym": "2009-07",
34
  "type": "comments",
35
- "bytes_done": 132263410,
36
  "bytes_total": 138800626,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2009-09",
41
  "type": "comments",
 
 
42
  "phase": "downloading"
43
  }
44
  ],
45
- "processing": [
46
- {
47
- "ym": "2009-08",
48
- "type": "submissions",
49
- "phase": "processing"
50
- }
51
- ],
52
  "uploading": [
53
  {
54
  "ym": "2009-08",
55
- "type": "comments",
56
- "rows": 1750688,
57
- "shards": 4,
58
  "phase": "committing"
59
  }
60
  ],
@@ -63,16 +59,16 @@
63
  },
64
  "throughput": {
65
  "avg_download_mbps": 12.918903356544496,
66
- "avg_process_rows_per_sec": 86694.69548653364,
67
- "avg_upload_sec_per_commit": 15.512404791599996,
68
- "estimated_completion": "2026-03-31T15:30:24.972609295+08:00"
69
  },
70
  "stats": {
71
- "committed": 30,
72
  "skipped": 57,
73
  "retries": 0,
74
- "total_rows": 16924315,
75
- "total_bytes": 1370753858,
76
  "total_months": 488
77
  }
78
  }
 
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
+ "updated_at": "2026-03-31T04:58:01.339985676Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2009-08",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
32
  {
33
  "ym": "2009-07",
34
  "type": "comments",
35
+ "bytes_done": 135884274,
36
  "bytes_total": 138800626,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2009-09",
41
  "type": "comments",
42
+ "bytes_done": 15433728,
43
+ "bytes_total": 188208328,
44
  "phase": "downloading"
45
  }
46
  ],
47
+ "processing": null,
 
 
 
 
 
 
48
  "uploading": [
49
  {
50
  "ym": "2009-08",
51
+ "type": "submissions",
52
+ "rows": 435860,
53
+ "shards": 1,
54
  "phase": "committing"
55
  }
56
  ],
 
59
  },
60
  "throughput": {
61
  "avg_download_mbps": 12.918903356544496,
62
+ "avg_process_rows_per_sec": 83259.88955434169,
63
+ "avg_upload_sec_per_commit": 15.799994742449996,
64
+ "estimated_completion": "2026-03-31T15:28:46.570121959+08:00"
65
  },
66
  "stats": {
67
+ "committed": 31,
68
  "skipped": 57,
69
  "retries": 0,
70
+ "total_rows": 18675003,
71
+ "total_bytes": 1531456713,
72
  "total_months": 488
73
  }
74
  }
stats.csv CHANGED
@@ -86,4 +86,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
86
  2009,6,comments,3,1258750,117078422,0,47.87,9.83,14.88,2026-03-31T04:55:09Z
87
  2009,6,submissions,1,383969,25032072,0,84.06,7.62,80.60,2026-03-31T04:56:12Z
88
  2009,7,submissions,1,427135,29743501,0,23.59,9.47,12.19,2026-03-31T04:57:33Z
89
- 2009,8,comments,4,1750688,160702855,0,46.57,15.56,0.00,2026-03-31T04:57:45Z
 
 
86
  2009,6,comments,3,1258750,117078422,0,47.87,9.83,14.88,2026-03-31T04:55:09Z
87
  2009,6,submissions,1,383969,25032072,0,84.06,7.62,80.60,2026-03-31T04:56:12Z
88
  2009,7,submissions,1,427135,29743501,0,23.59,9.47,12.19,2026-03-31T04:57:33Z
89
+ 2009,8,comments,4,1750688,160702855,0,46.57,15.56,15.87,2026-03-31T04:57:45Z
90
+ 2009,8,submissions,1,435860,31829520,0,29.83,8.46,0.00,2026-03-31T04:58:01Z