tamnd commited on
Commit
1ad8ccc
·
verified ·
1 Parent(s): 5ef558d

Add comments/2007-04 (1 shards, 126.8K rows)

Browse files
Files changed (4) hide show
  1. README.md +16 -15
  2. data/comments/2007/04/000.parquet +2 -2
  3. states.json +13 -15
  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 **2007-04**.
55
 
56
- Right now the archive has **1.2M items** (707.7K comments, 521.3K submissions) in **100.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
 
@@ -88,7 +88,7 @@ states.json live pipeline state (updated every ~5 min)
88
  ```
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
  2006 ██████████████████████████████ 417.2K
91
- 2007 ████████████████████░░░░░░░░░░ 289.4K
92
  ```
93
 
94
  **Submissions**
@@ -208,14 +208,14 @@ huggingface-cli download open-index/arctic \
208
 
209
  | Type | Months | Rows | Parquet Size |
210
  |------|-------:|-----:|-------------:|
211
- | comments | 16 | 707.7K | 71.1 MB |
212
  | submissions | 17 | 521.3K | 29.4 MB |
213
- | **Total** | **16** | **1.2M** | **100.5 MB** |
214
 
215
  ### Monthly breakdown
216
 
217
  <details>
218
- <summary>Click to expand full monthly table (16 comment months + 17 submission months)</summary>
219
 
220
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
221
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -251,7 +251,8 @@ huggingface-cli download open-index/arctic \
251
  | 2007-02 | submissions | - | 17.1s | 1.2s | 7.3s | 1 | 47,317 | 2.8 MB |
252
  | 2007-03 | comments | - | 15.0s | 1.4s | 6.5s | 1 | 112,444 | 10.5 MB |
253
  | 2007-03 | submissions | - | - | 1.6s | 6.0s | 1 | 58,642 | 3.4 MB |
254
- | 2007-04 | submissions | - | - | 1.2s | - | 1 | 61,544 | 3.6 MB |
 
255
 
256
  </details>
257
 
@@ -283,15 +284,15 @@ ORDER BY year, month, type;
283
 
284
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
285
 
286
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 7m / **Committed this session:** 32
287
 
288
  ### Active Workers
289
 
290
  | Stage | Month | Type | Progress |
291
  |-------|-------|------|----------|
292
  | Downloading | 2007-05 | comments | connecting... |
293
- | Downloading | 2007-05 | submissions | 1.8 MB / 5.2 MB (34%) |
294
- | Uploading | 2007-04 | submissions | 1 shards · 61.5K rows · committing |
295
 
296
 
297
  ### Throughput
@@ -299,19 +300,19 @@ ORDER BY year, month, type;
299
  | Metric | Value |
300
  |--------|------:|
301
  | Download | 2 Mbps avg |
302
- | Processing | 52.5K rows/s avg |
303
- | Upload | 6.6s per commit avg |
304
- | ETA | 2026-03-31 06:19 UTC |
305
 
306
  ### Progress
307
 
308
- `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 32 / 488 (6.6%)
309
 
310
  | Metric | This Session |
311
  |--------|-------------:|
312
- | Months committed | 32 |
313
  | Rows processed | 1.2M |
314
- | Data committed | 96.9 MB |
315
 
316
  *Last update: 2026-03-31 04:35 UTC*
317
 
 
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 **2007-04**.
55
 
56
+ Right now the archive has **1.4M items** (834.5K comments, 521.3K submissions) in **112.0 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
 
 
88
  ```
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
  2006 ██████████████████████████████ 417.2K
91
+ 2007 █████████████████████████████416.2K
92
  ```
93
 
94
  **Submissions**
 
208
 
209
  | Type | Months | Rows | Parquet Size |
210
  |------|-------:|-----:|-------------:|
211
+ | comments | 17 | 834.5K | 82.7 MB |
212
  | submissions | 17 | 521.3K | 29.4 MB |
213
+ | **Total** | **17** | **1.4M** | **112.0 MB** |
214
 
215
  ### Monthly breakdown
216
 
217
  <details>
218
+ <summary>Click to expand full monthly table (17 comment months + 17 submission months)</summary>
219
 
220
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
221
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
251
  | 2007-02 | submissions | - | 17.1s | 1.2s | 7.3s | 1 | 47,317 | 2.8 MB |
252
  | 2007-03 | comments | - | 15.0s | 1.4s | 6.5s | 1 | 112,444 | 10.5 MB |
253
  | 2007-03 | submissions | - | - | 1.6s | 6.0s | 1 | 58,642 | 3.4 MB |
254
+ | 2007-04 | comments | - | 24.1s | 1.4s | - | 1 | 126,773 | 11.6 MB |
255
+ | 2007-04 | submissions | - | - | 1.2s | 6.2s | 1 | 61,544 | 3.6 MB |
256
 
257
  </details>
258
 
 
284
 
285
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
286
 
287
+ **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 7m / **Committed this session:** 33
288
 
289
  ### Active Workers
290
 
291
  | Stage | Month | Type | Progress |
292
  |-------|-------|------|----------|
293
  | Downloading | 2007-05 | comments | connecting... |
294
+ | Downloading | 2007-06 | comments | connecting... |
295
+ | Uploading | 2007-04 | comments | 1 shards · 126.8K rows · committing |
296
 
297
 
298
  ### Throughput
 
300
  | Metric | Value |
301
  |--------|------:|
302
  | Download | 2 Mbps avg |
303
+ | Processing | 52.0K rows/s avg |
304
+ | Upload | 6.5s per commit avg |
305
+ | ETA | 2026-03-31 06:17 UTC |
306
 
307
  ### Progress
308
 
309
+ `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 33 / 488 (6.8%)
310
 
311
  | Metric | This Session |
312
  |--------|-------------:|
313
+ | Months committed | 33 |
314
  | Rows processed | 1.2M |
315
+ | Data committed | 100.5 MB |
316
 
317
  *Last update: 2026-03-31 04:35 UTC*
318
 
data/comments/2007/04/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc347ca6a28fdfd0508a897535c6a37e5b98847a9dade78f3f3454573edee801
3
- size 12144853
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:869414cd449e320b0a63dfc97bcf24e975cf88aa8e34824833b4b20de99e5490
3
+ size 12144891
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:35:32.414916116Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2007-04",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -35,10 +35,8 @@
35
  "phase": "downloading"
36
  },
37
  {
38
- "ym": "2007-05",
39
- "type": "submissions",
40
- "bytes_done": 1858660,
41
- "bytes_total": 5449618,
42
  "phase": "downloading"
43
  }
44
  ],
@@ -46,8 +44,8 @@
46
  "uploading": [
47
  {
48
  "ym": "2007-04",
49
- "type": "submissions",
50
- "rows": 61544,
51
  "shards": 1,
52
  "phase": "committing"
53
  }
@@ -56,17 +54,17 @@
56
  "queued_for_upload": 0
57
  },
58
  "throughput": {
59
- "avg_download_mbps": 2.050330309444216,
60
- "avg_process_rows_per_sec": 52533.058997789514,
61
- "avg_upload_sec_per_commit": 6.5807667721000005,
62
- "estimated_completion": "2026-03-31T14:19:23.860566266+08:00"
63
  },
64
  "stats": {
65
- "committed": 32,
66
  "skipped": 0,
67
  "retries": 0,
68
- "total_rows": 1167401,
69
- "total_bytes": 101574885,
70
  "total_months": 488
71
  }
72
  }
 
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
+ "updated_at": "2026-03-31T04:35:38.568917988Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2007-04",
8
+ "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
35
  "phase": "downloading"
36
  },
37
  {
38
+ "ym": "2007-06",
39
+ "type": "comments",
 
 
40
  "phase": "downloading"
41
  }
42
  ],
 
44
  "uploading": [
45
  {
46
  "ym": "2007-04",
47
+ "type": "comments",
48
+ "rows": 126773,
49
  "shards": 1,
50
  "phase": "committing"
51
  }
 
54
  "queued_for_upload": 0
55
  },
56
  "throughput": {
57
+ "avg_download_mbps": 2.1214645842745807,
58
+ "avg_process_rows_per_sec": 51996.10898783582,
59
+ "avg_upload_sec_per_commit": 6.5223023176499995,
60
+ "estimated_completion": "2026-03-31T14:17:29.766406351+08:00"
61
  },
62
  "stats": {
63
+ "committed": 33,
64
  "skipped": 0,
65
  "retries": 0,
66
+ "total_rows": 1228945,
67
+ "total_bytes": 105341045,
68
  "total_months": 488
69
  }
70
  }
stats.csv CHANGED
@@ -31,4 +31,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
31
  2007,2,submissions,1,47317,2907077,0,17.05,1.23,7.32,2026-03-31T04:34:57Z
32
  2007,3,comments,1,112444,11055581,0,14.98,1.38,6.46,2026-03-31T04:35:25Z
33
  2007,3,submissions,1,58642,3591856,0,0.00,1.58,5.95,2026-03-31T04:35:04Z
34
- 2007,4,submissions,1,61544,3766160,0,0.00,1.22,0.00,2026-03-31T04:35:32Z
 
 
31
  2007,2,submissions,1,47317,2907077,0,17.05,1.23,7.32,2026-03-31T04:34:57Z
32
  2007,3,comments,1,112444,11055581,0,14.98,1.38,6.46,2026-03-31T04:35:25Z
33
  2007,3,submissions,1,58642,3591856,0,0.00,1.58,5.95,2026-03-31T04:35:04Z
34
+ 2007,4,comments,1,126773,12144891,0,24.09,1.44,0.00,2026-03-31T04:35:38Z
35
+ 2007,4,submissions,1,61544,3766160,0,0.00,1.22,6.15,2026-03-31T04:35:32Z