tamnd commited on
Commit
47d6453
·
verified ·
1 Parent(s): 01484ec

Add submissions/2006-04 (1 shards, 12.6K rows)

Browse files
Files changed (4) hide show
  1. README.md +17 -16
  2. data/submissions/2006/04/000.parquet +2 -2
  3. states.json +10 -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 **74.2K items** (46.8K comments, 27.4K submissions) in **6.5 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 ██████████████████████████████ 22.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 | 5 | 46.8K | 5.0 MB |
210
- | submissions | 3 | 27.4K | 1.6 MB |
211
- | **Total** | **5** | **74.2K** | **6.5 MB** |
212
 
213
  ### Monthly breakdown
214
 
215
  <details>
216
- <summary>Click to expand full monthly table (5 comment months + 3 submission months)</summary>
217
 
218
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
219
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -224,7 +224,8 @@ huggingface-cli download open-index/arctic \
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 | - | 1 | 19,090 | 2.1 MB |
 
228
 
229
  </details>
230
 
@@ -256,13 +257,13 @@ ORDER BY year, month, type;
256
 
257
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
258
 
259
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 4m / **Committed this session:** 7
260
 
261
  ### Active Workers
262
 
263
  | Stage | Month | Type | Progress |
264
  |-------|-------|------|----------|
265
- | Uploading | 2006-04 | comments | 1 shards · 19.1K rows · committing |
266
 
267
 
268
  ### Throughput
@@ -270,19 +271,19 @@ ORDER BY year, month, type;
270
  | Metric | Value |
271
  |--------|------:|
272
  | Download | 0 Mbps avg |
273
- | Processing | 25.2K rows/s avg |
274
- | Upload | 7.0s per commit avg |
275
- | ETA | 2026-03-31 09:38 UTC |
276
 
277
  ### Progress
278
 
279
- `░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 7 / 488 (1.4%)
280
 
281
  | Metric | This Session |
282
  |--------|-------------:|
283
- | Months committed | 7 |
284
- | Rows processed | 55.1K |
285
- | Data committed | 4.4 MB |
286
 
287
  *Last update: 2026-03-31 04:32 UTC*
288
 
 
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
  **Submissions**
94
 
95
  ```
96
+ 2005 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
97
+ 2006 ██████████████████████████████ 34.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 | 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
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
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
 
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
 
271
  | Metric | Value |
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
 
data/submissions/2006/04/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:86e3455054d7cf13739377eebe59c4fd0c110853578bd53dbfb11a59b6b138e8
3
- size 742851
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01a4fe84ba2240b65c52016d1ed4a36c3f5e113d1dced02302e763c63f87e524
3
+ size 742895
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:32:18.25075131Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2006-04",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -33,8 +33,8 @@
33
  "uploading": [
34
  {
35
  "ym": "2006-04",
36
- "type": "comments",
37
- "rows": 19090,
38
  "shards": 1,
39
  "phase": "committing"
40
  }
@@ -44,16 +44,16 @@
44
  },
45
  "throughput": {
46
  "avg_download_mbps": 0.028451019199467992,
47
- "avg_process_rows_per_sec": 25171.593651838444,
48
- "avg_upload_sec_per_commit": 6.953278513714284,
49
- "estimated_completion": "2026-03-31T17:38:17.441970158+08:00"
50
  },
51
  "stats": {
52
- "committed": 7,
53
  "skipped": 0,
54
  "retries": 0,
55
- "total_rows": 55077,
56
- "total_bytes": 4632068,
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:26.544782919Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2006-04",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
33
  "uploading": [
34
  {
35
  "ym": "2006-04",
36
+ "type": "submissions",
37
+ "rows": 12556,
38
  "shards": 1,
39
  "phase": "committing"
40
  }
 
44
  },
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
  }
stats.csv CHANGED
@@ -6,4 +6,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
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,0.00,2026-03-31T04:32:18Z
 
 
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