tamnd commited on
Commit
8fcd9dc
·
verified ·
1 Parent(s): 47d6453

Add submissions/2006-01 (1 shards, 8.0K rows)

Browse files
Files changed (4) hide show
  1. README.md +17 -15
  2. data/submissions/2006/01/000.parquet +2 -2
  3. states.json +16 -10
  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-04**.
55
 
56
- Right now the archive has **86.7K items** (46.8K comments, 39.9K submissions) in **7.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
 
@@ -93,8 +93,8 @@ states.json live pipeline state (updated every ~5 min)
93
  **Submissions**
94
 
95
  ```
96
- 2005 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
97
- 2006 ██████████████████████████████ 34.6K
98
  ```
99
 
100
  ## How to download and use this dataset
@@ -207,25 +207,26 @@ huggingface-cli download open-index/arctic \
207
  | Type | Months | Rows | Parquet Size |
208
  |------|-------:|-----:|-------------:|
209
  | comments | 5 | 46.8K | 5.0 MB |
210
- | submissions | 4 | 39.9K | 2.3 MB |
211
- | **Total** | **5** | **86.7K** | **7.3 MB** |
212
 
213
  ### Monthly breakdown
214
 
215
  <details>
216
- <summary>Click to expand full monthly table (5 comment months + 4 submission months)</summary>
217
 
218
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
219
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
220
  | 2005-12 | comments | - | 28.0s | 0.2s | 12.2s | 1 | 1,075 | 138.4 KB |
221
  | 2005-12 | submissions | - | 3m18s | 0.4s | 5.8s | 1 | 5,356 | 304.4 KB |
222
  | 2006-01 | comments | - | - | 0.2s | 6.0s | 1 | 3,666 | 388.6 KB |
 
223
  | 2006-02 | comments | - | - | 0.4s | 6.3s | 1 | 9,095 | 1021.6 KB |
224
  | 2006-02 | submissions | - | - | 0.5s | 6.3s | 1 | 9,501 | 560.3 KB |
225
  | 2006-03 | comments | - | - | 0.4s | 6.1s | 1 | 13,859 | 1.4 MB |
226
  | 2006-03 | submissions | - | - | 0.5s | 5.9s | 1 | 12,525 | 724.7 KB |
227
  | 2006-04 | comments | - | - | 0.4s | 7.8s | 1 | 19,090 | 2.1 MB |
228
- | 2006-04 | submissions | - | - | 0.3s | - | 1 | 12,556 | 725.5 KB |
229
 
230
  </details>
231
 
@@ -257,13 +258,14 @@ ORDER BY year, month, type;
257
 
258
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
259
 
260
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 4m / **Committed this session:** 8
261
 
262
  ### Active Workers
263
 
264
  | Stage | Month | Type | Progress |
265
  |-------|-------|------|----------|
266
- | Uploading | 2006-04 | submissions | 1 shards · 12.6K rows · committing |
 
267
 
268
 
269
  ### Throughput
@@ -272,18 +274,18 @@ ORDER BY year, month, type;
272
  |--------|------:|
273
  | Download | 0 Mbps avg |
274
  | Processing | 29.0K rows/s avg |
275
- | Upload | 7.1s per commit avg |
276
- | ETA | 2026-03-31 08:29 UTC |
277
 
278
  ### Progress
279
 
280
- `░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 8 / 488 (1.6%)
281
 
282
  | Metric | This Session |
283
  |--------|-------------:|
284
- | Months committed | 8 |
285
- | Rows processed | 74.2K |
286
- | Data committed | 6.5 MB |
287
 
288
  *Last update: 2026-03-31 04:32 UTC*
289
 
 
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-04**.
55
 
56
+ Right now the archive has **94.8K items** (46.8K comments, 48.0K submissions) in **7.7 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
 
 
93
  **Submissions**
94
 
95
  ```
96
+ 2005 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
97
+ 2006 ██████████████████████████████ 42.6K
98
  ```
99
 
100
  ## How to download and use this dataset
 
207
  | Type | Months | Rows | Parquet Size |
208
  |------|-------:|-----:|-------------:|
209
  | comments | 5 | 46.8K | 5.0 MB |
210
+ | submissions | 5 | 48.0K | 2.7 MB |
211
+ | **Total** | **5** | **94.8K** | **7.7 MB** |
212
 
213
  ### Monthly breakdown
214
 
215
  <details>
216
+ <summary>Click to expand full monthly table (5 comment months + 5 submission months)</summary>
217
 
218
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
219
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
220
  | 2005-12 | comments | - | 28.0s | 0.2s | 12.2s | 1 | 1,075 | 138.4 KB |
221
  | 2005-12 | submissions | - | 3m18s | 0.4s | 5.8s | 1 | 5,356 | 304.4 KB |
222
  | 2006-01 | comments | - | - | 0.2s | 6.0s | 1 | 3,666 | 388.6 KB |
223
+ | 2006-01 | submissions | - | 2m51s | 0.3s | - | 1 | 8,048 | 458.3 KB |
224
  | 2006-02 | comments | - | - | 0.4s | 6.3s | 1 | 9,095 | 1021.6 KB |
225
  | 2006-02 | submissions | - | - | 0.5s | 6.3s | 1 | 9,501 | 560.3 KB |
226
  | 2006-03 | comments | - | - | 0.4s | 6.1s | 1 | 13,859 | 1.4 MB |
227
  | 2006-03 | submissions | - | - | 0.5s | 5.9s | 1 | 12,525 | 724.7 KB |
228
  | 2006-04 | comments | - | - | 0.4s | 7.8s | 1 | 19,090 | 2.1 MB |
229
+ | 2006-04 | submissions | - | - | 0.3s | 6.5s | 1 | 12,556 | 725.5 KB |
230
 
231
  </details>
232
 
 
258
 
259
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
260
 
261
+ **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 4m / **Committed this session:** 9
262
 
263
  ### Active Workers
264
 
265
  | Stage | Month | Type | Progress |
266
  |-------|-------|------|----------|
267
+ | Processing | 2006-06 | comments | starting... |
268
+ | Uploading | 2006-01 | submissions | 1 shards · 8.0K rows · committing |
269
 
270
 
271
  ### Throughput
 
274
  |--------|------:|
275
  | Download | 0 Mbps avg |
276
  | Processing | 29.0K rows/s avg |
277
+ | Upload | 7.0s per commit avg |
278
+ | ETA | 2026-03-31 08:35 UTC |
279
 
280
  ### Progress
281
 
282
+ `░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 9 / 488 (1.8%)
283
 
284
  | Metric | This Session |
285
  |--------|-------------:|
286
+ | Months committed | 9 |
287
+ | Rows processed | 86.7K |
288
+ | Data committed | 7.3 MB |
289
 
290
  *Last update: 2026-03-31 04:32 UTC*
291
 
data/submissions/2006/01/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5811af94a5d49e1f6360845a373cd80ceee5b7dbdb30a0b261e9e830ab3febc9
3
- size 469294
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c9321d5d27bc1a396793f51afa2e64fc185f1db027d6e8c3e81bca87bd2f25a
3
+ size 469338
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:32:26.544782919Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2006-04",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
@@ -29,12 +29,18 @@
29
  },
30
  "pipeline": {
31
  "downloading": null,
32
- "processing": null,
 
 
 
 
 
 
33
  "uploading": [
34
  {
35
- "ym": "2006-04",
36
  "type": "submissions",
37
- "rows": 12556,
38
  "shards": 1,
39
  "phase": "committing"
40
  }
@@ -45,15 +51,15 @@
45
  "throughput": {
46
  "avg_download_mbps": 0.028451019199467992,
47
  "avg_process_rows_per_sec": 28979.728415970418,
48
- "avg_upload_sec_per_commit": 7.065791502249999,
49
- "estimated_completion": "2026-03-31T16:29:16.462983699+08:00"
50
  },
51
  "stats": {
52
- "committed": 8,
53
  "skipped": 0,
54
  "retries": 0,
55
- "total_rows": 74167,
56
- "total_bytes": 6865782,
57
  "total_months": 488
58
  }
59
  }
 
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
+ "updated_at": "2026-03-31T04:32:32.65834575Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2006-01",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
 
29
  },
30
  "pipeline": {
31
  "downloading": null,
32
+ "processing": [
33
+ {
34
+ "ym": "2006-06",
35
+ "type": "comments",
36
+ "phase": "processing"
37
+ }
38
+ ],
39
  "uploading": [
40
  {
41
+ "ym": "2006-01",
42
  "type": "submissions",
43
+ "rows": 8048,
44
  "shards": 1,
45
  "phase": "committing"
46
  }
 
51
  "throughput": {
52
  "avg_download_mbps": 0.028451019199467992,
53
  "avg_process_rows_per_sec": 28979.728415970418,
54
+ "avg_upload_sec_per_commit": 7.008585598777777,
55
+ "estimated_completion": "2026-03-31T16:35:29.382594265+08:00"
56
  },
57
  "stats": {
58
+ "committed": 9,
59
  "skipped": 0,
60
  "retries": 0,
61
+ "total_rows": 86723,
62
+ "total_bytes": 7608677,
63
  "total_months": 488
64
  }
65
  }
stats.csv CHANGED
@@ -2,9 +2,10 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
2
  2005,12,comments,1,1075,141755,0,28.04,0.25,12.21,2026-03-31T04:28:58Z
3
  2005,12,submissions,1,5356,311663,0,197.67,0.38,5.81,2026-03-31T04:31:47Z
4
  2006,1,comments,1,3666,397972,0,0.00,0.23,5.98,2026-03-31T04:29:10Z
 
5
  2006,2,comments,1,9095,1046124,0,0.00,0.37,6.28,2026-03-31T04:31:53Z
6
  2006,2,submissions,1,9501,573765,0,0.00,0.45,6.35,2026-03-31T04:31:59Z
7
  2006,3,comments,1,13859,1418675,0,0.00,0.40,6.10,2026-03-31T04:32:06Z
8
  2006,3,submissions,1,12525,742114,0,0.00,0.52,5.93,2026-03-31T04:32:12Z
9
  2006,4,comments,1,19090,2233714,0,0.00,0.41,7.85,2026-03-31T04:32:18Z
10
- 2006,4,submissions,1,12556,742895,0,0.00,0.34,0.00,2026-03-31T04:32:26Z
 
2
  2005,12,comments,1,1075,141755,0,28.04,0.25,12.21,2026-03-31T04:28:58Z
3
  2005,12,submissions,1,5356,311663,0,197.67,0.38,5.81,2026-03-31T04:31:47Z
4
  2006,1,comments,1,3666,397972,0,0.00,0.23,5.98,2026-03-31T04:29:10Z
5
+ 2006,1,submissions,1,8048,469338,0,171.21,0.27,0.00,2026-03-31T04:32:32Z
6
  2006,2,comments,1,9095,1046124,0,0.00,0.37,6.28,2026-03-31T04:31:53Z
7
  2006,2,submissions,1,9501,573765,0,0.00,0.45,6.35,2026-03-31T04:31:59Z
8
  2006,3,comments,1,13859,1418675,0,0.00,0.40,6.10,2026-03-31T04:32:06Z
9
  2006,3,submissions,1,12525,742114,0,0.00,0.52,5.93,2026-03-31T04:32:12Z
10
  2006,4,comments,1,19090,2233714,0,0.00,0.41,7.85,2026-03-31T04:32:18Z
11
+ 2006,4,submissions,1,12556,742895,0,0.00,0.34,6.55,2026-03-31T04:32:26Z