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

Add comments/2006-02 (1 shards, 9.1K rows)

Browse files
Files changed (4) hide show
  1. README.md +18 -20
  2. data/comments/2006/02/000.parquet +2 -2
  3. states.json +14 -33
  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-01**.
55
 
56
- Right now the archive has **10.1K items** (4.7K comments, 5.4K submissions) in **831.4 KB** 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
 
@@ -86,8 +86,8 @@ states.json live pipeline state (updated every ~5 min)
86
  **Comments**
87
 
88
  ```
89
- 2005 ████████░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
- 2006 ██████████████████████████████ 3.7K
91
  ```
92
 
93
  **Submissions**
@@ -205,20 +205,21 @@ huggingface-cli download open-index/arctic \
205
 
206
  | Type | Months | Rows | Parquet Size |
207
  |------|-------:|-----:|-------------:|
208
- | comments | 2 | 4.7K | 527.1 KB |
209
  | submissions | 1 | 5.4K | 304.4 KB |
210
- | **Total** | **2** | **10.1K** | **831.4 KB** |
211
 
212
  ### Monthly breakdown
213
 
214
  <details>
215
- <summary>Click to expand full monthly table (2 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 | - | 1 | 5,356 | 304.4 KB |
221
  | 2006-01 | comments | - | - | 0.2s | 6.0s | 1 | 3,666 | 388.6 KB |
 
222
 
223
  </details>
224
 
@@ -250,16 +251,13 @@ ORDER BY year, month, type;
250
 
251
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
252
 
253
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 3m / **Committed this session:** 2
254
 
255
  ### Active Workers
256
 
257
  | Stage | Month | Type | Progress |
258
  |-------|-------|------|----------|
259
- | Downloading | 2006-01 | submissions | 642.2 KB / 642.2 KB (100%) |
260
- | Downloading | 2006-03 | submissions | connecting... |
261
- | Processing | 2006-02 | comments | starting... |
262
- | Uploading | 2005-12 | submissions | 1 shards · 5.4K rows · committing |
263
 
264
 
265
  ### Throughput
@@ -267,19 +265,19 @@ ORDER BY year, month, type;
267
  | Metric | Value |
268
  |--------|------:|
269
  | Download | 0 Mbps avg |
270
- | Processing | 11.4K rows/s avg |
271
- | Upload | 9.1s per commit avg |
272
- | ETA | 2026-03-31 17:53 UTC |
273
 
274
  ### Progress
275
 
276
- `░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 2 / 488 (0.4%)
277
 
278
  | Metric | This Session |
279
  |--------|-------------:|
280
- | Months committed | 2 |
281
- | Rows processed | 4.7K |
282
- | Data committed | 527.1 KB |
283
 
284
  *Last update: 2026-03-31 04:31 UTC*
285
 
 
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-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
 
 
86
  **Comments**
87
 
88
  ```
89
+ 2005 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
+ 2006 ██████████████████████████████ 12.8K
91
  ```
92
 
93
  **Submissions**
 
205
 
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
 
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
  | 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
 
data/comments/2006/02/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:08d8ce585972c93f5a611902148530a789aa2ffa349be86bdb271b99b4c49955
3
- size 1046086
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44b97921b18290091d68cb77b5b3f0ad0b57c5f3d6f73155dff324f43f34fb4f
3
+ size 1046124
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:47.756735826Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2005-12",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -28,32 +28,13 @@
28
  "sequential": false
29
  },
30
  "pipeline": {
31
- "downloading": [
32
- {
33
- "ym": "2006-01",
34
- "type": "submissions",
35
- "bytes_done": 657593,
36
- "bytes_total": 657593,
37
- "phase": "downloading"
38
- },
39
- {
40
- "ym": "2006-03",
41
- "type": "submissions",
42
- "phase": "downloading"
43
- }
44
- ],
45
- "processing": [
46
  {
47
  "ym": "2006-02",
48
  "type": "comments",
49
- "phase": "processing"
50
- }
51
- ],
52
- "uploading": [
53
- {
54
- "ym": "2005-12",
55
- "type": "submissions",
56
- "rows": 5356,
57
  "shards": 1,
58
  "phase": "committing"
59
  }
@@ -62,17 +43,17 @@
62
  "queued_for_upload": 0
63
  },
64
  "throughput": {
65
- "avg_download_mbps": 0.02802497197159394,
66
- "avg_process_rows_per_sec": 11384.667808698157,
67
- "avg_upload_sec_per_commit": 9.094243279499999,
68
- "estimated_completion": "2026-04-01T01:53:52.34396823+08:00"
69
  },
70
  "stats": {
71
- "committed": 2,
72
  "skipped": 0,
73
  "retries": 0,
74
- "total_rows": 4741,
75
- "total_bytes": 539727,
76
  "total_months": 488
77
  }
78
  }
 
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": {
 
28
  "sequential": false
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
  }
 
43
  "queued_for_upload": 0
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
  }
stats.csv CHANGED
@@ -1,4 +1,5 @@
1
  year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,dur_commit_s,committed_at
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,0.00,2026-03-31T04:31:47Z
4
  2006,1,comments,1,3666,397972,0,0.00,0.23,5.98,2026-03-31T04:29:10Z
 
 
1
  year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,dur_commit_s,committed_at
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