tamnd commited on
Commit
7b1e7c6
·
verified ·
1 Parent(s): 3bc1eb0

Add submissions/2006-09 (1 shards, 54.0K rows)

Browse files
Files changed (4) hide show
  1. README.md +17 -17
  2. data/submissions/2006/09/000.parquet +2 -2
  3. states.json +16 -24
  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 **2006-09**.
55
 
56
- Right now the archive has **385.5K items** (241.1K comments, 144.4K submissions) in **33.3 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
 
@@ -94,7 +94,7 @@ states.json live pipeline state (updated every ~5 min)
94
 
95
  ```
96
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
97
- 2006 ██████████████████████████████ 139.0K
98
  ```
99
 
100
  ## How to download and use this dataset
@@ -207,13 +207,13 @@ huggingface-cli download open-index/arctic \
207
  | Type | Months | Rows | Parquet Size |
208
  |------|-------:|-----:|-------------:|
209
  | comments | 10 | 241.1K | 25.4 MB |
210
- | submissions | 9 | 144.4K | 8.0 MB |
211
- | **Total** | **10** | **385.5K** | **33.3 MB** |
212
 
213
  ### Monthly breakdown
214
 
215
  <details>
216
- <summary>Click to expand full monthly table (10 comment months + 9 submission months)</summary>
217
 
218
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
219
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -233,9 +233,10 @@ huggingface-cli download open-index/arctic \
233
  | 2006-06 | submissions | - | - | 0.4s | 6.3s | 1 | 16,942 | 958.8 KB |
234
  | 2006-07 | comments | - | - | 0.5s | 6.6s | 1 | 37,031 | 3.8 MB |
235
  | 2006-07 | submissions | - | - | 0.7s | 5.7s | 1 | 24,026 | 1.3 MB |
236
- | 2006-08 | comments | - | 42.6s | 0.7s | - | 1 | 50,559 | 5.3 MB |
237
  | 2006-08 | submissions | - | - | 3.5s | 6.5s | 1 | 40,750 | 2.2 MB |
238
  | 2006-09 | comments | - | 16.5s | 1.2s | 6.3s | 1 | 50,675 | 5.3 MB |
 
239
 
240
  </details>
241
 
@@ -267,16 +268,15 @@ ORDER BY year, month, type;
267
 
268
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
269
 
270
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 5m / **Committed this session:** 18
271
 
272
  ### Active Workers
273
 
274
  | Stage | Month | Type | Progress |
275
  |-------|-------|------|----------|
276
- | Downloading | 2006-10 | comments | 4.6 MB / 5.0 MB (92%) |
277
- | Downloading | 2006-10 | submissions | 0 B / 2.9 MB (0%) |
278
- | Processing | 2006-09 | submissions | starting... |
279
- | Uploading | 2006-08 | comments | 1 shards · 50.6K rows · committing |
280
 
281
 
282
  ### Throughput
@@ -284,19 +284,19 @@ ORDER BY year, month, type;
284
  | Metric | Value |
285
  |--------|------:|
286
  | Download | 1 Mbps avg |
287
- | Processing | 36.0K rows/s avg |
288
  | Upload | 6.7s per commit avg |
289
- | ETA | 2026-03-31 06:52 UTC |
290
 
291
  ### Progress
292
 
293
- `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 18 / 488 (3.7%)
294
 
295
  | Metric | This Session |
296
  |--------|-------------:|
297
- | Months committed | 18 |
298
- | Rows processed | 334.9K |
299
- | Data committed | 28.1 MB |
300
 
301
  *Last update: 2026-03-31 04:33 UTC*
302
 
 
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 **2006-09**.
55
 
56
+ Right now the archive has **439.5K items** (241.1K comments, 198.4K submissions) in **36.1 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
 
 
94
 
95
  ```
96
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
97
+ 2006 ██████████████████████████████ 193.1K
98
  ```
99
 
100
  ## How to download and use this dataset
 
207
  | Type | Months | Rows | Parquet Size |
208
  |------|-------:|-----:|-------------:|
209
  | comments | 10 | 241.1K | 25.4 MB |
210
+ | submissions | 10 | 198.4K | 10.7 MB |
211
+ | **Total** | **10** | **439.5K** | **36.1 MB** |
212
 
213
  ### Monthly breakdown
214
 
215
  <details>
216
+ <summary>Click to expand full monthly table (10 comment months + 10 submission months)</summary>
217
 
218
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
219
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
233
  | 2006-06 | submissions | - | - | 0.4s | 6.3s | 1 | 16,942 | 958.8 KB |
234
  | 2006-07 | comments | - | - | 0.5s | 6.6s | 1 | 37,031 | 3.8 MB |
235
  | 2006-07 | submissions | - | - | 0.7s | 5.7s | 1 | 24,026 | 1.3 MB |
236
+ | 2006-08 | comments | - | 42.6s | 0.7s | 6.3s | 1 | 50,559 | 5.3 MB |
237
  | 2006-08 | submissions | - | - | 3.5s | 6.5s | 1 | 40,750 | 2.2 MB |
238
  | 2006-09 | comments | - | 16.5s | 1.2s | 6.3s | 1 | 50,675 | 5.3 MB |
239
+ | 2006-09 | submissions | - | 14.5s | 1.0s | - | 1 | 54,043 | 2.8 MB |
240
 
241
  </details>
242
 
 
268
 
269
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
270
 
271
+ **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 5m / **Committed this session:** 19
272
 
273
  ### Active Workers
274
 
275
  | Stage | Month | Type | Progress |
276
  |-------|-------|------|----------|
277
+ | Downloading | 2006-12 | comments | connecting... |
278
+ | Processing | 2006-10 | comments | starting... |
279
+ | Uploading | 2006-09 | submissions | 1 shards · 54.0K rows · committing |
 
280
 
281
 
282
  ### Throughput
 
284
  | Metric | Value |
285
  |--------|------:|
286
  | Download | 1 Mbps avg |
287
+ | Processing | 37.0K rows/s avg |
288
  | Upload | 6.7s per commit avg |
289
+ | ETA | 2026-03-31 06:45 UTC |
290
 
291
  ### Progress
292
 
293
+ `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 19 / 488 (3.9%)
294
 
295
  | Metric | This Session |
296
  |--------|-------------:|
297
+ | Months committed | 19 |
298
+ | Rows processed | 385.5K |
299
+ | Data committed | 33.3 MB |
300
 
301
  *Last update: 2026-03-31 04:33 UTC*
302
 
data/submissions/2006/09/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:56ba8a916c3dbf0910f0227a608b0d5688f4ee84e2ea6b632304a7b32d843e5d
3
- size 2924975
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04f56950da9c3b3088e2a8ca5ec7dfb2f6e2fa5dcf26c18737639529d9d72422
3
+ size 2925019
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:33:29.801845098Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2006-08",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -30,31 +30,23 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2006-10",
34
  "type": "comments",
35
- "bytes_done": 4832167,
36
- "bytes_total": 5241767,
37
- "phase": "downloading"
38
- },
39
- {
40
- "ym": "2006-10",
41
- "type": "submissions",
42
- "bytes_total": 3006136,
43
  "phase": "downloading"
44
  }
45
  ],
46
  "processing": [
47
  {
48
- "ym": "2006-09",
49
- "type": "submissions",
50
  "phase": "processing"
51
  }
52
  ],
53
  "uploading": [
54
  {
55
- "ym": "2006-08",
56
- "type": "comments",
57
- "rows": 50559,
58
  "shards": 1,
59
  "phase": "committing"
60
  }
@@ -63,17 +55,17 @@
63
  "queued_for_upload": 0
64
  },
65
  "throughput": {
66
- "avg_download_mbps": 0.7934299542053539,
67
- "avg_process_rows_per_sec": 36047.3444796507,
68
- "avg_upload_sec_per_commit": 6.677476897166667,
69
- "estimated_completion": "2026-03-31T14:52:04.031361132+08:00"
70
  },
71
  "stats": {
72
- "committed": 18,
73
  "skipped": 0,
74
  "retries": 0,
75
- "total_rows": 334918,
76
- "total_bytes": 29418892,
77
  "total_months": 488
78
  }
79
  }
 
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
+ "updated_at": "2026-03-31T04:33:49.590446155Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2006-09",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2006-12",
34
  "type": "comments",
 
 
 
 
 
 
 
 
35
  "phase": "downloading"
36
  }
37
  ],
38
  "processing": [
39
  {
40
+ "ym": "2006-10",
41
+ "type": "comments",
42
  "phase": "processing"
43
  }
44
  ],
45
  "uploading": [
46
  {
47
+ "ym": "2006-09",
48
+ "type": "submissions",
49
+ "rows": 54043,
50
  "shards": 1,
51
  "phase": "committing"
52
  }
 
55
  "queued_for_upload": 0
56
  },
57
  "throughput": {
58
+ "avg_download_mbps": 1.4517834400230494,
59
+ "avg_process_rows_per_sec": 37017.25224823866,
60
+ "avg_upload_sec_per_commit": 6.656592712578948,
61
+ "estimated_completion": "2026-03-31T14:45:25.508609925+08:00"
62
  },
63
  "stats": {
64
+ "committed": 19,
65
  "skipped": 0,
66
  "retries": 0,
67
+ "total_rows": 385477,
68
+ "total_bytes": 34930279,
69
  "total_months": 488
70
  }
71
  }
stats.csv CHANGED
@@ -15,6 +15,7 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
15
  2006,6,submissions,1,16942,981788,0,0.00,0.36,6.30,2026-03-31T04:32:58Z
16
  2006,7,comments,1,37031,3997789,0,0.00,0.54,6.59,2026-03-31T04:33:04Z
17
  2006,7,submissions,1,24026,1391594,0,0.00,0.72,5.71,2026-03-31T04:33:11Z
18
- 2006,8,comments,1,50559,5511387,0,42.57,0.68,0.00,2026-03-31T04:33:29Z
19
  2006,8,submissions,1,40750,2254623,0,0.00,3.54,6.52,2026-03-31T04:33:16Z
20
  2006,9,comments,1,50675,5566401,0,16.46,1.23,6.33,2026-03-31T04:33:23Z
 
 
15
  2006,6,submissions,1,16942,981788,0,0.00,0.36,6.30,2026-03-31T04:32:58Z
16
  2006,7,comments,1,37031,3997789,0,0.00,0.54,6.59,2026-03-31T04:33:04Z
17
  2006,7,submissions,1,24026,1391594,0,0.00,0.72,5.71,2026-03-31T04:33:11Z
18
+ 2006,8,comments,1,50559,5511387,0,42.57,0.68,6.28,2026-03-31T04:33:29Z
19
  2006,8,submissions,1,40750,2254623,0,0.00,3.54,6.52,2026-03-31T04:33:16Z
20
  2006,9,comments,1,50675,5566401,0,16.46,1.23,6.33,2026-03-31T04:33:23Z
21
+ 2006,9,submissions,1,54043,2925019,0,14.52,0.97,0.00,2026-03-31T04:33:49Z