tamnd commited on
Commit
bc8d8ff
·
verified ·
1 Parent(s): f27abeb

Add submissions/2006-02 (1 shards, 9.5K rows)

Browse files
Files changed (4) hide show
  1. README.md +18 -15
  2. data/submissions/2006/02/000.parquet +2 -2
  3. states.json +17 -11
  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-02**.
55
 
56
- Right now the archive has **19.2K items** (13.8K comments, 5.4K submissions) in **1.8 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,7 +93,8 @@ states.json live pipeline state (updated every ~5 min)
93
  **Submissions**
94
 
95
  ```
96
- 2005 ██████████████████████████████ 5.4K
 
97
  ```
98
 
99
  ## How to download and use this dataset
@@ -206,20 +207,21 @@ huggingface-cli download open-index/arctic \
206
  | Type | Months | Rows | Parquet Size |
207
  |------|-------:|-----:|-------------:|
208
  | comments | 3 | 13.8K | 1.5 MB |
209
- | submissions | 1 | 5.4K | 304.4 KB |
210
- | **Total** | **3** | **19.2K** | **1.8 MB** |
211
 
212
  ### Monthly breakdown
213
 
214
  <details>
215
- <summary>Click to expand full monthly table (3 comment months + 1 submission months)</summary>
216
 
217
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
218
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
219
  | 2005-12 | comments | - | 28.0s | 0.2s | 12.2s | 1 | 1,075 | 138.4 KB |
220
  | 2005-12 | submissions | - | 3m18s | 0.4s | 5.8s | 1 | 5,356 | 304.4 KB |
221
  | 2006-01 | comments | - | - | 0.2s | 6.0s | 1 | 3,666 | 388.6 KB |
222
- | 2006-02 | comments | - | - | 0.4s | - | 1 | 9,095 | 1021.6 KB |
 
223
 
224
  </details>
225
 
@@ -251,13 +253,14 @@ ORDER BY year, month, type;
251
 
252
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
253
 
254
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 3m / **Committed this session:** 3
255
 
256
  ### Active Workers
257
 
258
  | Stage | Month | Type | Progress |
259
  |-------|-------|------|----------|
260
- | Uploading | 2006-02 | comments | 1 shards · 9.1K rows · committing |
 
261
 
262
 
263
  ### Throughput
@@ -265,19 +268,19 @@ ORDER BY year, month, type;
265
  | Metric | Value |
266
  |--------|------:|
267
  | Download | 0 Mbps avg |
268
- | Processing | 19.0K rows/s avg |
269
- | Upload | 8.0s per commit avg |
270
- | ETA | 2026-03-31 18:17 UTC |
271
 
272
  ### Progress
273
 
274
- `░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 3 / 488 (0.6%)
275
 
276
  | Metric | This Session |
277
  |--------|-------------:|
278
- | Months committed | 3 |
279
- | Rows processed | 10.1K |
280
- | Data committed | 831.4 KB |
281
 
282
  *Last update: 2026-03-31 04:31 UTC*
283
 
 
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-02**.
55
 
56
+ Right now the archive has **28.7K items** (13.8K comments, 14.9K submissions) in **2.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
 
 
93
  **Submissions**
94
 
95
  ```
96
+ 2005 ████████████████░░░░░░░░░░░░░░ 5.4K
97
+ 2006 ██████████████████████████████ 9.5K
98
  ```
99
 
100
  ## How to download and use this dataset
 
207
  | Type | Months | Rows | Parquet Size |
208
  |------|-------:|-----:|-------------:|
209
  | comments | 3 | 13.8K | 1.5 MB |
210
+ | submissions | 2 | 14.9K | 864.7 KB |
211
+ | **Total** | **3** | **28.7K** | **2.4 MB** |
212
 
213
  ### Monthly breakdown
214
 
215
  <details>
216
+ <summary>Click to expand full monthly table (3 comment months + 2 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.4s | - | 1 | 9,501 | 560.3 KB |
225
 
226
  </details>
227
 
 
253
 
254
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
255
 
256
+ **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 4m / **Committed this session:** 4
257
 
258
  ### Active Workers
259
 
260
  | Stage | Month | Type | Progress |
261
  |-------|-------|------|----------|
262
+ | Processing | 2006-04 | comments | starting... |
263
+ | Uploading | 2006-02 | submissions | 1 shards · 9.5K rows · committing |
264
 
265
 
266
  ### Throughput
 
268
  | Metric | Value |
269
  |--------|------:|
270
  | Download | 0 Mbps avg |
271
+ | Processing | 19.8K rows/s avg |
272
+ | Upload | 7.6s per commit avg |
273
+ | ETA | 2026-03-31 13:58 UTC |
274
 
275
  ### Progress
276
 
277
+ `░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 4 / 488 (0.8%)
278
 
279
  | Metric | This Session |
280
  |--------|-------------:|
281
+ | Months committed | 4 |
282
+ | Rows processed | 19.2K |
283
+ | Data committed | 1.8 MB |
284
 
285
  *Last update: 2026-03-31 04:31 UTC*
286
 
data/submissions/2006/02/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b07ff252fe6a58572acacfee3e1a75ff00e719028076b6860423f985c74885b3
3
- size 573721
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:712991b11a1f3509f05e12eab21bebd5850e1389953cf15b3d4f851e0fbe4ed0
3
+ size 573765
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:31:53.572045979Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2006-02",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -29,12 +29,18 @@
29
  },
30
  "pipeline": {
31
  "downloading": null,
32
- "processing": null,
 
 
 
 
 
 
33
  "uploading": [
34
  {
35
  "ym": "2006-02",
36
- "type": "comments",
37
- "rows": 9095,
38
  "shards": 1,
39
  "phase": "committing"
40
  }
@@ -44,16 +50,16 @@
44
  },
45
  "throughput": {
46
  "avg_download_mbps": 0.028451019199467992,
47
- "avg_process_rows_per_sec": 19039.441032979903,
48
- "avg_upload_sec_per_commit": 8.000980992999999,
49
- "estimated_completion": "2026-04-01T02:17:31.354294618+08:00"
50
  },
51
  "stats": {
52
- "committed": 3,
53
  "skipped": 0,
54
  "retries": 0,
55
- "total_rows": 10097,
56
- "total_bytes": 851390,
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:31:59.858877594Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2006-02",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
29
  },
30
  "pipeline": {
31
  "downloading": null,
32
+ "processing": [
33
+ {
34
+ "ym": "2006-04",
35
+ "type": "comments",
36
+ "phase": "processing"
37
+ }
38
+ ],
39
  "uploading": [
40
  {
41
  "ym": "2006-02",
42
+ "type": "submissions",
43
+ "rows": 9501,
44
  "shards": 1,
45
  "phase": "committing"
46
  }
 
50
  },
51
  "throughput": {
52
  "avg_download_mbps": 0.028451019199467992,
53
+ "avg_process_rows_per_sec": 19772.720857101005,
54
+ "avg_upload_sec_per_commit": 7.571806012249999,
55
+ "estimated_completion": "2026-03-31T21:58:13.453329948+08:00"
56
  },
57
  "stats": {
58
+ "committed": 4,
59
  "skipped": 0,
60
  "retries": 0,
61
+ "total_rows": 19192,
62
+ "total_bytes": 1897514,
63
  "total_months": 488
64
  }
65
  }
stats.csv CHANGED
@@ -2,4 +2,5 @@ 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,0.00,2026-03-31T04:31:53Z
 
 
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,0.00,2026-03-31T04:31:59Z