tamnd commited on
Commit
7f81afa
·
verified ·
1 Parent(s): 8e36e3c

Add submissions/2007-09 (1 shards, 91.3K rows)

Browse files
Files changed (4) hide show
  1. README.md +20 -18
  2. data/submissions/2007/09/000.parquet +2 -2
  3. states.json +22 -16
  4. stats.csv +2 -1
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 **2007-08**.
55
 
56
- Right now the archive has **2.4M items** (1.6M comments, 807.3K submissions) in **199.4 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
 
@@ -95,8 +95,8 @@ states.json live pipeline state (updated every ~5 min)
95
 
96
  ```
97
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
98
- 2006 ██████████████████░░░░░░░░░░░░ 304.7K
99
- 2007 ██████████████████████████████ 497.2K
100
  ```
101
 
102
  ## How to download and use this dataset
@@ -209,13 +209,13 @@ huggingface-cli download open-index/arctic \
209
  | Type | Months | Rows | Parquet Size |
210
  |------|-------:|-----:|-------------:|
211
  | comments | 21 | 1.6M | 153.0 MB |
212
- | submissions | 21 | 807.3K | 46.4 MB |
213
- | **Total** | **21** | **2.4M** | **199.4 MB** |
214
 
215
  ### Monthly breakdown
216
 
217
  <details>
218
- <summary>Click to expand full monthly table (21 comment months + 21 submission months)</summary>
219
 
220
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
221
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -260,7 +260,8 @@ huggingface-cli download open-index/arctic \
260
  | 2007-07 | comments | - | 16.7s | 2.8s | 9.8s | 1 | 203,319 | 18.6 MB |
261
  | 2007-07 | submissions | - | - | 1.8s | 6.5s | 1 | 73,248 | 4.4 MB |
262
  | 2007-08 | comments | - | 31.6s | 3.0s | 10.0s | 1 | 225,111 | 19.9 MB |
263
- | 2007-08 | submissions | - | 23.5s | 2.5s | - | 1 | 84,952 | 5.1 MB |
 
264
 
265
  </details>
266
 
@@ -292,35 +293,36 @@ ORDER BY year, month, type;
292
 
293
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
294
 
295
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 9m / **Committed this session:** 41
296
 
297
  ### Active Workers
298
 
299
  | Stage | Month | Type | Progress |
300
  |-------|-------|------|----------|
301
- | Downloading | 2007-10 | comments | 13.9 MB / 23.2 MB (60%) |
302
- | Downloading | 2007-10 | submissions | connecting... |
303
- | Uploading | 2007-08 | submissions | 1 shards · 85.0K rows · committing |
 
304
 
305
 
306
  ### Throughput
307
 
308
  | Metric | Value |
309
  |--------|------:|
310
- | Download | 3 Mbps avg |
311
  | Processing | 55.9K rows/s avg |
312
  | Upload | 7.2s per commit avg |
313
- | ETA | 2026-03-31 06:21 UTC |
314
 
315
  ### Progress
316
 
317
- `██░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 41 / 488 (8.4%)
318
 
319
  | Metric | This Session |
320
  |--------|-------------:|
321
- | Months committed | 41 |
322
- | Rows processed | 2.3M |
323
- | Data committed | 194.4 MB |
324
 
325
  *Last update: 2026-03-31 04:37 UTC*
326
 
 
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 **2007-09**.
55
 
56
+ Right now the archive has **2.5M items** (1.6M comments, 898.6K submissions) in **205.0 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
 
 
95
 
96
  ```
97
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
98
+ 2006 ███████████████░░░░░░░░░░░░░░░ 304.7K
99
+ 2007 ██████████████████████████████ 588.5K
100
  ```
101
 
102
  ## How to download and use this dataset
 
209
  | Type | Months | Rows | Parquet Size |
210
  |------|-------:|-----:|-------------:|
211
  | comments | 21 | 1.6M | 153.0 MB |
212
+ | submissions | 22 | 898.6K | 52.0 MB |
213
+ | **Total** | **21** | **2.5M** | **205.0 MB** |
214
 
215
  ### Monthly breakdown
216
 
217
  <details>
218
+ <summary>Click to expand full monthly table (21 comment months + 22 submission months)</summary>
219
 
220
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
221
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
260
  | 2007-07 | comments | - | 16.7s | 2.8s | 9.8s | 1 | 203,319 | 18.6 MB |
261
  | 2007-07 | submissions | - | - | 1.8s | 6.5s | 1 | 73,248 | 4.4 MB |
262
  | 2007-08 | comments | - | 31.6s | 3.0s | 10.0s | 1 | 225,111 | 19.9 MB |
263
+ | 2007-08 | submissions | - | 23.5s | 2.5s | 6.7s | 1 | 84,952 | 5.1 MB |
264
+ | 2007-09 | submissions | - | 41.4s | 1.6s | - | 1 | 91,294 | 5.5 MB |
265
 
266
  </details>
267
 
 
293
 
294
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
295
 
296
+ **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 9m / **Committed this session:** 42
297
 
298
  ### Active Workers
299
 
300
  | Stage | Month | Type | Progress |
301
  |-------|-------|------|----------|
302
+ | Downloading | 2007-10 | submissions | 2.3 MB / 8.0 MB (29%) |
303
+ | Downloading | 2007-11 | comments | connecting... |
304
+ | Processing | 2007-10 | comments | starting... |
305
+ | Uploading | 2007-09 | submissions | 1 shards · 91.3K rows · committing |
306
 
307
 
308
  ### Throughput
309
 
310
  | Metric | Value |
311
  |--------|------:|
312
+ | Download | 4 Mbps avg |
313
  | Processing | 55.9K rows/s avg |
314
  | Upload | 7.2s per commit avg |
315
+ | ETA | 2026-03-31 06:20 UTC |
316
 
317
  ### Progress
318
 
319
+ `██░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 42 / 488 (8.6%)
320
 
321
  | Metric | This Session |
322
  |--------|-------------:|
323
+ | Months committed | 42 |
324
+ | Rows processed | 2.4M |
325
+ | Data committed | 199.4 MB |
326
 
327
  *Last update: 2026-03-31 04:37 UTC*
328
 
data/submissions/2007/09/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d941fc38344aa12473adc7af5f305349e7e4b8bad67f1248e7fda57da8f92b4
3
- size 5813031
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c62c7ba0f13af24f2850e11b1fd1040ba8dc2d5f3f3259ae324787bbc6a38067
3
+ size 5813065
states.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
- "updated_at": "2026-03-31T04:37:47.851354197Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2007-08",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
@@ -31,23 +31,29 @@
31
  "downloading": [
32
  {
33
  "ym": "2007-10",
34
- "type": "comments",
35
- "bytes_done": 14599849,
36
- "bytes_total": 24298097,
37
  "phase": "downloading"
38
  },
39
  {
40
- "ym": "2007-10",
41
- "type": "submissions",
42
  "phase": "downloading"
43
  }
44
  ],
45
- "processing": null,
 
 
 
 
 
 
46
  "uploading": [
47
  {
48
- "ym": "2007-08",
49
  "type": "submissions",
50
- "rows": 84952,
51
  "shards": 1,
52
  "phase": "committing"
53
  }
@@ -56,17 +62,17 @@
56
  "queued_for_upload": 0
57
  },
58
  "throughput": {
59
- "avg_download_mbps": 3.253767874091976,
60
  "avg_process_rows_per_sec": 55861.92974934587,
61
- "avg_upload_sec_per_commit": 7.168631705449999,
62
- "estimated_completion": "2026-03-31T14:21:59.000350266+08:00"
63
  },
64
  "stats": {
65
- "committed": 41,
66
  "skipped": 0,
67
  "retries": 0,
68
- "total_rows": 2334084,
69
- "total_bytes": 203816988,
70
  "total_months": 488
71
  }
72
  }
 
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
+ "updated_at": "2026-03-31T04:37:54.515291836Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2007-09",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
 
31
  "downloading": [
32
  {
33
  "ym": "2007-10",
34
+ "type": "submissions",
35
+ "bytes_done": 2457600,
36
+ "bytes_total": 8361224,
37
  "phase": "downloading"
38
  },
39
  {
40
+ "ym": "2007-11",
41
+ "type": "comments",
42
  "phase": "downloading"
43
  }
44
  ],
45
+ "processing": [
46
+ {
47
+ "ym": "2007-10",
48
+ "type": "comments",
49
+ "phase": "processing"
50
+ }
51
+ ],
52
  "uploading": [
53
  {
54
+ "ym": "2007-09",
55
  "type": "submissions",
56
+ "rows": 91294,
57
  "shards": 1,
58
  "phase": "committing"
59
  }
 
62
  "queued_for_upload": 0
63
  },
64
  "throughput": {
65
+ "avg_download_mbps": 3.6418237174728105,
66
  "avg_process_rows_per_sec": 55861.92974934587,
67
+ "avg_upload_sec_per_commit": 7.161976786649999,
68
+ "estimated_completion": "2026-03-31T14:20:32.238135539+08:00"
69
  },
70
  "stats": {
71
+ "committed": 42,
72
  "skipped": 0,
73
  "retries": 0,
74
+ "total_rows": 2419036,
75
+ "total_bytes": 209116545,
76
  "total_months": 488
77
  }
78
  }
stats.csv CHANGED
@@ -40,4 +40,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
40
  2007,7,comments,1,203319,19508271,0,16.71,2.76,9.82,2026-03-31T04:36:48Z
41
  2007,7,submissions,1,73248,4597985,0,0.00,1.79,6.54,2026-03-31T04:36:58Z
42
  2007,8,comments,1,225111,20852555,0,31.55,2.96,10.02,2026-03-31T04:37:37Z
43
- 2007,8,submissions,1,84952,5299557,0,23.50,2.51,0.00,2026-03-31T04:37:47Z
 
 
40
  2007,7,comments,1,203319,19508271,0,16.71,2.76,9.82,2026-03-31T04:36:48Z
41
  2007,7,submissions,1,73248,4597985,0,0.00,1.79,6.54,2026-03-31T04:36:58Z
42
  2007,8,comments,1,225111,20852555,0,31.55,2.96,10.02,2026-03-31T04:37:37Z
43
+ 2007,8,submissions,1,84952,5299557,0,23.50,2.51,6.66,2026-03-31T04:37:47Z
44
+ 2007,9,submissions,1,91294,5813065,0,41.42,1.62,0.00,2026-03-31T04:37:54Z