tamnd commited on
Commit
e393168
·
verified ·
1 Parent(s): 8528c70

Add submissions/2007-10 (1 shards, 101.6K rows)

Browse files
Files changed (4) hide show
  1. README.md +19 -18
  2. data/submissions/2007/10/000.parquet +2 -2
  3. states.json +16 -17
  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 **2007-10**.
55
 
56
- Right now the archive has **3.0M items** (2.1M comments, 898.6K submissions) in **252.6 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 ██████████████████████████████ 588.5K
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 | 23 | 2.1M | 200.6 MB |
212
- | submissions | 22 | 898.6K | 52.0 MB |
213
- | **Total** | **23** | **3.0M** | **252.6 MB** |
214
 
215
  ### Monthly breakdown
216
 
217
  <details>
218
- <summary>Click to expand full monthly table (23 comment months + 22 submission months)</summary>
219
 
220
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
221
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -263,7 +263,8 @@ huggingface-cli download open-index/arctic \
263
  | 2007-08 | submissions | - | 23.5s | 2.5s | 6.7s | 1 | 84,952 | 5.1 MB |
264
  | 2007-09 | comments | - | 43.5s | 4.1s | 11.2s | 1 | 259,497 | 23.1 MB |
265
  | 2007-09 | submissions | - | 41.4s | 1.6s | 6.7s | 1 | 91,294 | 5.5 MB |
266
- | 2007-10 | comments | - | 20.2s | 3.7s | - | 1 | 274,170 | 24.5 MB |
 
267
 
268
  </details>
269
 
@@ -295,16 +296,16 @@ ORDER BY year, month, type;
295
 
296
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
297
 
298
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 10m / **Committed this session:** 44
299
 
300
  ### Active Workers
301
 
302
  | Stage | Month | Type | Progress |
303
  |-------|-------|------|----------|
304
- | Downloading | 2007-12 | comments | 29.7 MB / 30.7 MB (96%) |
305
- | Downloading | 2007-12 | submissions | connecting... |
306
- | Processing | 2007-11 | submissions | starting... |
307
- | Uploading | 2007-10 | comments | 1 shards · 274.2K rows · committing |
308
 
309
 
310
  ### Throughput
@@ -312,19 +313,19 @@ ORDER BY year, month, type;
312
  | Metric | Value |
313
  |--------|------:|
314
  | Download | 4 Mbps avg |
315
- | Processing | 57.1K rows/s avg |
316
  | Upload | 7.4s per commit avg |
317
- | ETA | 2026-03-31 06:19 UTC |
318
 
319
  ### Progress
320
 
321
- `██░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 44 / 488 (9.0%)
322
 
323
  | Metric | This Session |
324
  |--------|-------------:|
325
- | Months committed | 44 |
326
- | Rows processed | 2.8M |
327
- | Data committed | 228.1 MB |
328
 
329
  *Last update: 2026-03-31 04:38 UTC*
330
 
 
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-10**.
55
 
56
+ Right now the archive has **3.1M items** (2.1M comments, 1.0M submissions) in **258.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
 
96
  ```
97
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
98
+ 2006 █████████████░░░░░░░░░░░░░░░░░ 304.7K
99
+ 2007 ██████████████████████████████ 690.1K
100
  ```
101
 
102
  ## How to download and use this dataset
 
209
  | Type | Months | Rows | Parquet Size |
210
  |------|-------:|-----:|-------------:|
211
  | comments | 23 | 2.1M | 200.6 MB |
212
+ | submissions | 23 | 1.0M | 57.9 MB |
213
+ | **Total** | **23** | **3.1M** | **258.4 MB** |
214
 
215
  ### Monthly breakdown
216
 
217
  <details>
218
+ <summary>Click to expand full monthly table (23 comment months + 23 submission months)</summary>
219
 
220
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
221
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
263
  | 2007-08 | submissions | - | 23.5s | 2.5s | 6.7s | 1 | 84,952 | 5.1 MB |
264
  | 2007-09 | comments | - | 43.5s | 4.1s | 11.2s | 1 | 259,497 | 23.1 MB |
265
  | 2007-09 | submissions | - | 41.4s | 1.6s | 6.7s | 1 | 91,294 | 5.5 MB |
266
+ | 2007-10 | comments | - | 20.2s | 3.7s | 8.5s | 1 | 274,170 | 24.5 MB |
267
+ | 2007-10 | submissions | - | 21.7s | 3.1s | - | 1 | 101,633 | 5.9 MB |
268
 
269
  </details>
270
 
 
296
 
297
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
298
 
299
+ **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 10m / **Committed this session:** 45
300
 
301
  ### Active Workers
302
 
303
  | Stage | Month | Type | Progress |
304
  |-------|-------|------|----------|
305
+ | Downloading | 2007-12 | submissions | 0 B / 8.5 MB (0%) |
306
+ | Downloading | 2008-01 | comments | connecting... |
307
+ | Processing | 2007-11 | comments | starting... |
308
+ | Uploading | 2007-10 | submissions | 1 shards · 101.6K rows · committing |
309
 
310
 
311
  ### Throughput
 
313
  | Metric | Value |
314
  |--------|------:|
315
  | Download | 4 Mbps avg |
316
+ | Processing | 57.3K rows/s avg |
317
  | Upload | 7.4s per commit avg |
318
+ | ETA | 2026-03-31 06:20 UTC |
319
 
320
  ### Progress
321
 
322
+ `██░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 45 / 488 (9.2%)
323
 
324
  | Metric | This Session |
325
  |--------|-------------:|
326
+ | Months committed | 45 |
327
+ | Rows processed | 3.0M |
328
+ | Data committed | 252.6 MB |
329
 
330
  *Last update: 2026-03-31 04:38 UTC*
331
 
data/submissions/2007/10/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9bb3843ee8db8d20f3b571e9689178a8c2f42d8d6f7bf641b0bcf76095b04507
3
- size 6149309
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33ef2f8bd8427e768429471d6f98e3fccc195cdaf7213712d4086916ac4bab65
3
+ size 6149353
states.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
- "updated_at": "2026-03-31T04:38:29.365648941Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2007-10",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -31,29 +31,28 @@
31
  "downloading": [
32
  {
33
  "ym": "2007-12",
34
- "type": "comments",
35
- "bytes_done": 31128559,
36
- "bytes_total": 32209903,
37
  "phase": "downloading"
38
  },
39
  {
40
- "ym": "2007-12",
41
- "type": "submissions",
42
  "phase": "downloading"
43
  }
44
  ],
45
  "processing": [
46
  {
47
  "ym": "2007-11",
48
- "type": "submissions",
49
  "phase": "processing"
50
  }
51
  ],
52
  "uploading": [
53
  {
54
  "ym": "2007-10",
55
- "type": "comments",
56
- "rows": 274170,
57
  "shards": 1,
58
  "phase": "committing"
59
  }
@@ -62,17 +61,17 @@
62
  "queued_for_upload": 0
63
  },
64
  "throughput": {
65
- "avg_download_mbps": 4.039394480181165,
66
- "avg_process_rows_per_sec": 57120.431616523376,
67
- "avg_upload_sec_per_commit": 7.35546829005,
68
- "estimated_completion": "2026-03-31T14:19:08.354736058+08:00"
69
  },
70
  "stats": {
71
- "committed": 44,
72
  "skipped": 0,
73
  "retries": 0,
74
- "total_rows": 2769827,
75
- "total_bytes": 239194570,
76
  "total_months": 488
77
  }
78
  }
 
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
+ "updated_at": "2026-03-31T04:38:33.68780302Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2007-10",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
31
  "downloading": [
32
  {
33
  "ym": "2007-12",
34
+ "type": "submissions",
35
+ "bytes_total": 8938510,
 
36
  "phase": "downloading"
37
  },
38
  {
39
+ "ym": "2008-01",
40
+ "type": "comments",
41
  "phase": "downloading"
42
  }
43
  ],
44
  "processing": [
45
  {
46
  "ym": "2007-11",
47
+ "type": "comments",
48
  "phase": "processing"
49
  }
50
  ],
51
  "uploading": [
52
  {
53
  "ym": "2007-10",
54
+ "type": "submissions",
55
+ "rows": 101633,
56
  "shards": 1,
57
  "phase": "committing"
58
  }
 
61
  "queued_for_upload": 0
62
  },
63
  "throughput": {
64
+ "avg_download_mbps": 4.290178126959953,
65
+ "avg_process_rows_per_sec": 57282.8762640558,
66
+ "avg_upload_sec_per_commit": 7.4303290532,
67
+ "estimated_completion": "2026-03-31T14:20:08.342120592+08:00"
68
  },
69
  "stats": {
70
+ "committed": 45,
71
  "skipped": 0,
72
  "retries": 0,
73
+ "total_rows": 3043997,
74
+ "total_bytes": 264840377,
75
  "total_months": 488
76
  }
77
  }
stats.csv CHANGED
@@ -43,4 +43,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
43
  2007,8,submissions,1,84952,5299557,0,23.50,2.51,6.66,2026-03-31T04:37:47Z
44
  2007,9,comments,1,259497,24264960,0,43.54,4.10,11.15,2026-03-31T04:38:01Z
45
  2007,9,submissions,1,91294,5813065,0,41.42,1.62,6.74,2026-03-31T04:37:54Z
46
- 2007,10,comments,1,274170,25645807,0,20.24,3.66,0.00,2026-03-31T04:38:25Z
 
 
43
  2007,8,submissions,1,84952,5299557,0,23.50,2.51,6.66,2026-03-31T04:37:47Z
44
  2007,9,comments,1,259497,24264960,0,43.54,4.10,11.15,2026-03-31T04:38:01Z
45
  2007,9,submissions,1,91294,5813065,0,41.42,1.62,6.74,2026-03-31T04:37:54Z
46
+ 2007,10,comments,1,274170,25645807,0,20.24,3.66,8.52,2026-03-31T04:38:25Z
47
+ 2007,10,submissions,1,101633,6149353,0,21.67,3.13,0.00,2026-03-31T04:38:33Z