tamnd commited on
Commit
2e4ef4e
·
verified ·
1 Parent(s): 8fcd9dc

Add comments/2006-05 (1 shards, 26.9K rows)

Browse files
Files changed (4) hide show
  1. README.md +18 -16
  2. data/comments/2006/05/000.parquet +2 -2
  3. states.json +20 -14
  4. stats.csv +2 -1
README.md CHANGED
@@ -51,9 +51,9 @@ task_categories:
51
 
52
  ## What is it?
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
 
@@ -87,7 +87,7 @@ states.json live pipeline state (updated every ~5 min)
87
 
88
  ```
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
- 2006 ██████████████████████████████ 45.7K
91
  ```
92
 
93
  **Submissions**
@@ -206,27 +206,28 @@ huggingface-cli download open-index/arctic \
206
 
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,14 +259,15 @@ ORDER BY year, month, type;
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
@@ -273,19 +275,19 @@ ORDER BY year, month, type;
273
  | Metric | Value |
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
 
 
51
 
52
  ## What is it?
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-05**.
55
 
56
+ Right now the archive has **121.6K items** (73.6K comments, 48.0K submissions) in **10.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
 
 
87
 
88
  ```
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
+ 2006 ██████████████████████████████ 72.6K
91
  ```
92
 
93
  **Submissions**
 
206
 
207
  | Type | Months | Rows | Parquet Size |
208
  |------|-------:|-----:|-------------:|
209
+ | comments | 6 | 73.6K | 7.9 MB |
210
  | submissions | 5 | 48.0K | 2.7 MB |
211
+ | **Total** | **6** | **121.6K** | **10.6 MB** |
212
 
213
  ### Monthly breakdown
214
 
215
  <details>
216
+ <summary>Click to expand full monthly table (6 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 | 6.8s | 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
+ | 2006-05 | comments | - | - | 0.4s | - | 1 | 26,859 | 2.9 MB |
231
 
232
  </details>
233
 
 
259
 
260
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
261
 
262
+ **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 4m / **Committed this session:** 10
263
 
264
  ### Active Workers
265
 
266
  | Stage | Month | Type | Progress |
267
  |-------|-------|------|----------|
268
+ | Downloading | 2006-08 | comments | connecting... |
269
+ | Processing | 2006-06 | submissions | starting... |
270
+ | Uploading | 2006-05 | comments | 1 shards · 26.9K rows · committing |
271
 
272
 
273
  ### Throughput
 
275
  | Metric | Value |
276
  |--------|------:|
277
  | Download | 0 Mbps avg |
278
+ | Processing | 31.4K rows/s avg |
279
  | Upload | 7.0s per commit avg |
280
+ | ETA | 2026-03-31 08:14 UTC |
281
 
282
  ### Progress
283
 
284
+ `░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 10 / 488 (2.0%)
285
 
286
  | Metric | This Session |
287
  |--------|-------------:|
288
+ | Months committed | 10 |
289
+ | Rows processed | 94.8K |
290
+ | Data committed | 7.7 MB |
291
 
292
  *Last update: 2026-03-31 04:32 UTC*
293
 
data/comments/2006/05/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cd16aaa7c7b1aa3b2f14962db17fc2fcac240814e1ee5e28e5fba8657ffad0ce
3
- size 3036859
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e019aa569e594c86c803a0b90f6d891d6c68152187c315abd5b266d2be2e5066
3
+ size 3036897
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:32.65834575Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2006-01",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -28,19 +28,25 @@
28
  "sequential": false
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
  }
@@ -50,16 +56,16 @@
50
  },
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
  }
 
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:39.477373888Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2006-05",
8
+ "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
32
+ {
33
+ "ym": "2006-08",
34
+ "type": "comments",
35
+ "phase": "downloading"
36
+ }
37
+ ],
38
  "processing": [
39
  {
40
  "ym": "2006-06",
41
+ "type": "submissions",
42
  "phase": "processing"
43
  }
44
  ],
45
  "uploading": [
46
  {
47
+ "ym": "2006-05",
48
+ "type": "comments",
49
+ "rows": 26859,
50
  "shards": 1,
51
  "phase": "committing"
52
  }
 
56
  },
57
  "throughput": {
58
  "avg_download_mbps": 0.028451019199467992,
59
+ "avg_process_rows_per_sec": 31424.75585449439,
60
+ "avg_upload_sec_per_commit": 6.9894769981,
61
+ "estimated_completion": "2026-03-31T16:14:12.494974985+08:00"
62
  },
63
  "stats": {
64
+ "committed": 10,
65
  "skipped": 0,
66
  "retries": 0,
67
+ "total_rows": 94771,
68
+ "total_bytes": 8078015,
69
  "total_months": 488
70
  }
71
  }
stats.csv CHANGED
@@ -2,10 +2,11 @@ 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,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
 
 
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,6.82,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
12
+ 2006,5,comments,1,26859,3036897,0,0.00,0.43,0.00,2026-03-31T04:32:39Z