tamnd commited on
Commit
e9d97f9
·
verified ·
1 Parent(s): 8aa06a0

Add submissions/2009-09 (1 shards, 443.0K rows)

Browse files
Files changed (4) hide show
  1. README.md +24 -23
  2. data/submissions/2009/09/000.parquet +2 -2
  3. states.json +19 -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-09**.
55
 
56
- Right now the archive has **28.7M items** (22.0M comments, 6.7M submissions) in **2.2 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
 
@@ -97,10 +97,10 @@ states.json live pipeline state (updated every ~5 min)
97
 
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,13 +213,13 @@ huggingface-cli download open-index/arctic \
213
  | Type | Months | Rows | Parquet Size |
214
  |------|-------:|-----:|-------------:|
215
  | comments | 46 | 22.0M | 1.8 GB |
216
- | submissions | 45 | 6.7M | 396.8 MB |
217
- | **Total** | **46** | **28.7M** | **2.2 GB** |
218
 
219
  ### Monthly breakdown
220
 
221
  <details>
222
- <summary>Click to expand full monthly table (46 comment months + 45 submission months)</summary>
223
 
224
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
225
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -313,7 +313,8 @@ huggingface-cli download open-index/arctic \
313
  | 2009-07 | submissions | - | 23.6s | 9.5s | 12.2s | 1 | 427,135 | 28.4 MB |
314
  | 2009-08 | comments | - | 46.6s | 15.6s | 15.9s | 4 | 1,750,688 | 153.3 MB |
315
  | 2009-08 | submissions | - | 29.8s | 8.5s | 21.9s | 1 | 435,860 | 30.4 MB |
316
- | 2009-09 | comments | - | 36.1s | 19.0s | - | 5 | 2,032,276 | 172.6 MB |
 
317
 
318
  </details>
319
 
@@ -345,38 +346,38 @@ ORDER BY year, month, type;
345
 
346
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
347
 
348
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 12m / **Committed this session:** 33
349
 
350
  ### Active Workers
351
 
352
  | Stage | Month | Type | Progress |
353
  |-------|-------|------|----------|
354
- | Downloading | 2009-10 | comments | 37.2 MB / 204.4 MB (18%) |
355
- | Downloading | 2009-10 | submissions | connecting... |
356
- | Processing | 2009-09 | submissions | starting... |
357
- | Uploading | 2009-09 | comments | 5 shards · 2.0M rows · committing |
358
 
359
 
360
  ### Throughput
361
 
362
  | Metric | Value |
363
  |--------|------:|
364
- | Download | 15 Mbps avg |
365
- | Processing | 88.1K rows/s avg |
366
- | Upload | 16.8s per commit avg |
367
  | ETA | 2026-03-31 07:27 UTC |
368
 
369
  ### Progress
370
 
371
- `█████░░░░░░░░░░░░░░░░░░░░░░░░░` 90 / 488 (18.4%)
372
 
373
  | Metric | This Session |
374
  |--------|-------------:|
375
- | Months committed | 33 |
376
- | Rows processed | 20.6M |
377
- | Data committed | 1.6 GB |
378
 
379
- *Last update: 2026-03-31 04:58 UTC*
380
 
381
 
382
  # Dataset card for Arctic Shift Reddit Archive
@@ -560,4 +561,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
560
 
561
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
562
 
563
- *Last updated: 2026-03-31 04:58 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-09**.
55
 
56
+ Right now the archive has **29.1M items** (22.0M comments, 7.2M submissions) in **2.2 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
 
 
97
 
98
  ```
99
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
100
+ 2006 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
101
+ 2007 ███████░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
102
+ 2008 ██████████████████████░░░░░░░░ 2.5M
103
+ 2009 ██████████████████████████████ 3.4M
104
  ```
105
 
106
  ## How to download and use this dataset
 
213
  | Type | Months | Rows | Parquet Size |
214
  |------|-------:|-----:|-------------:|
215
  | comments | 46 | 22.0M | 1.8 GB |
216
+ | submissions | 46 | 7.2M | 428.4 MB |
217
+ | **Total** | **46** | **29.1M** | **2.2 GB** |
218
 
219
  ### Monthly breakdown
220
 
221
  <details>
222
+ <summary>Click to expand full monthly table (46 comment months + 46 submission months)</summary>
223
 
224
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
225
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
313
  | 2009-07 | submissions | - | 23.6s | 9.5s | 12.2s | 1 | 427,135 | 28.4 MB |
314
  | 2009-08 | comments | - | 46.6s | 15.6s | 15.9s | 4 | 1,750,688 | 153.3 MB |
315
  | 2009-08 | submissions | - | 29.8s | 8.5s | 21.9s | 1 | 435,860 | 30.4 MB |
316
+ | 2009-09 | comments | - | 36.1s | 19.0s | 22.5s | 5 | 2,032,276 | 172.6 MB |
317
+ | 2009-09 | submissions | - | 34.8s | 10.7s | - | 1 | 443,037 | 31.7 MB |
318
 
319
  </details>
320
 
 
346
 
347
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
348
 
349
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 12m / **Committed this session:** 34
350
 
351
  ### Active Workers
352
 
353
  | Stage | Month | Type | Progress |
354
  |-------|-------|------|----------|
355
+ | Downloading | 2009-10 | submissions | 2.6 MB / 42.5 MB (6%) |
356
+ | Downloading | 2009-11 | comments | connecting... |
357
+ | Processing | 2009-10 | comments | starting... |
358
+ | Uploading | 2009-09 | submissions | 1 shards · 443.0K rows · committing |
359
 
360
 
361
  ### Throughput
362
 
363
  | Metric | Value |
364
  |--------|------:|
365
+ | Download | 16 Mbps avg |
366
+ | Processing | 84.1K rows/s avg |
367
+ | Upload | 17.5s per commit avg |
368
  | ETA | 2026-03-31 07:27 UTC |
369
 
370
  ### Progress
371
 
372
+ `█████░░░░░░░░░░░░░░░░░░░░░░░░░` 91 / 488 (18.6%)
373
 
374
  | Metric | This Session |
375
  |--------|-------------:|
376
+ | Months committed | 34 |
377
+ | Rows processed | 22.6M |
378
+ | Data committed | 1.8 GB |
379
 
380
+ *Last update: 2026-03-31 04:59 UTC*
381
 
382
 
383
  # Dataset card for Arctic Shift Reddit Archive
 
561
 
562
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
563
 
564
+ *Last updated: 2026-03-31 04:59 UTC*
data/submissions/2009/09/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b139de5fafce98b04298a89c6bef883a8a7c2650cac5296852fe9afc6a08cae
3
- size 33192219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e979555e242ec71679bb88d5739e79b91c0b5aebb48e5ed5c23e0259f3bd5fb6
3
+ size 33197442
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:58:44.183410374Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2009-09",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -31,30 +31,30 @@
31
  "downloading": [
32
  {
33
  "ym": "2009-10",
34
- "type": "comments",
35
- "bytes_done": 38983599,
36
- "bytes_total": 214309086,
37
  "phase": "downloading"
38
  },
39
  {
40
- "ym": "2009-10",
41
- "type": "submissions",
42
  "phase": "downloading"
43
  }
44
  ],
45
  "processing": [
46
  {
47
- "ym": "2009-09",
48
- "type": "submissions",
49
  "phase": "processing"
50
  }
51
  ],
52
  "uploading": [
53
  {
54
  "ym": "2009-09",
55
- "type": "comments",
56
- "rows": 2032276,
57
- "shards": 5,
58
  "phase": "committing"
59
  }
60
  ],
@@ -62,17 +62,17 @@
62
  "queued_for_upload": 0
63
  },
64
  "throughput": {
65
- "avg_download_mbps": 14.917691881717454,
66
- "avg_process_rows_per_sec": 88144.80485831512,
67
- "avg_upload_sec_per_commit": 16.824546069149996,
68
- "estimated_completion": "2026-03-31T15:27:55.109680369+08:00"
69
  },
70
  "stats": {
71
- "committed": 33,
72
  "skipped": 57,
73
  "retries": 0,
74
- "total_rows": 20581153,
75
- "total_bytes": 1699487001,
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:59:05.252995644Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2009-09",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
31
  "downloading": [
32
  {
33
  "ym": "2009-10",
34
+ "type": "submissions",
35
+ "bytes_done": 2731561,
36
+ "bytes_total": 44584880,
37
  "phase": "downloading"
38
  },
39
  {
40
+ "ym": "2009-11",
41
+ "type": "comments",
42
  "phase": "downloading"
43
  }
44
  ],
45
  "processing": [
46
  {
47
+ "ym": "2009-10",
48
+ "type": "comments",
49
  "phase": "processing"
50
  }
51
  ],
52
  "uploading": [
53
  {
54
  "ym": "2009-09",
55
+ "type": "submissions",
56
+ "rows": 443037,
57
+ "shards": 1,
58
  "phase": "committing"
59
  }
60
  ],
 
62
  "queued_for_upload": 0
63
  },
64
  "throughput": {
65
+ "avg_download_mbps": 16.269439212374515,
66
+ "avg_process_rows_per_sec": 84053.72245662028,
67
+ "avg_upload_sec_per_commit": 17.496960849449998,
68
+ "estimated_completion": "2026-03-31T15:27:57.501059204+08:00"
69
  },
70
  "stats": {
71
+ "committed": 34,
72
  "skipped": 57,
73
  "retries": 0,
74
+ "total_rows": 22613429,
75
+ "total_bytes": 1880490601,
76
  "total_months": 488
77
  }
78
  }
stats.csv CHANGED
@@ -89,4 +89,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
89
  2009,7,submissions,1,427135,29743501,0,23.59,9.47,12.19,2026-03-31T04:57:33Z
90
  2009,8,comments,4,1750688,160702855,0,46.57,15.56,15.87,2026-03-31T04:57:45Z
91
  2009,8,submissions,1,435860,31829520,0,29.83,8.46,21.94,2026-03-31T04:58:01Z
92
- 2009,9,comments,5,2032276,181003600,0,36.09,19.01,0.00,2026-03-31T04:58:42Z
 
 
89
  2009,7,submissions,1,427135,29743501,0,23.59,9.47,12.19,2026-03-31T04:57:33Z
90
  2009,8,comments,4,1750688,160702855,0,46.57,15.56,15.87,2026-03-31T04:57:45Z
91
  2009,8,submissions,1,435860,31829520,0,29.83,8.46,21.94,2026-03-31T04:58:01Z
92
+ 2009,9,comments,5,2032276,181003600,0,36.09,19.01,22.47,2026-03-31T04:58:42Z
93
+ 2009,9,submissions,1,443037,33197442,0,34.77,10.69,0.00,2026-03-31T04:59:05Z