tamnd commited on
Commit
8528c70
·
verified ·
1 Parent(s): 209c830

Add comments/2007-10 (1 shards, 274.2K rows)

Browse files
Files changed (4) hide show
  1. README.md +20 -19
  2. data/comments/2007/10/000.parquet +2 -2
  3. states.json +17 -17
  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 **2007-09**.
55
 
56
- Right now the archive has **2.8M items** (1.9M comments, 898.6K submissions) in **228.1 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,8 +87,8 @@ states.json live pipeline state (updated every ~5 min)
87
 
88
  ```
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
- 2006 ███████░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
- 2007 ██████████████████████████████ 1.5M
92
  ```
93
 
94
  **Submissions**
@@ -208,14 +208,14 @@ huggingface-cli download open-index/arctic \
208
 
209
  | Type | Months | Rows | Parquet Size |
210
  |------|-------:|-----:|-------------:|
211
- | comments | 22 | 1.9M | 176.1 MB |
212
  | submissions | 22 | 898.6K | 52.0 MB |
213
- | **Total** | **22** | **2.8M** | **228.1 MB** |
214
 
215
  ### Monthly breakdown
216
 
217
  <details>
218
- <summary>Click to expand full monthly table (22 comment months + 22 submission months)</summary>
219
 
220
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
221
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -261,8 +261,9 @@ huggingface-cli download open-index/arctic \
261
  | 2007-07 | submissions | - | - | 1.8s | 6.5s | 1 | 73,248 | 4.4 MB |
262
  | 2007-08 | comments | - | 31.6s | 3.0s | 10.0s | 1 | 225,111 | 19.9 MB |
263
  | 2007-08 | submissions | - | 23.5s | 2.5s | 6.7s | 1 | 84,952 | 5.1 MB |
264
- | 2007-09 | comments | - | 43.5s | 4.1s | - | 1 | 259,497 | 23.1 MB |
265
  | 2007-09 | submissions | - | 41.4s | 1.6s | 6.7s | 1 | 91,294 | 5.5 MB |
 
266
 
267
  </details>
268
 
@@ -294,16 +295,16 @@ ORDER BY year, month, type;
294
 
295
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
296
 
297
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 10m / **Committed this session:** 43
298
 
299
  ### Active Workers
300
 
301
  | Stage | Month | Type | Progress |
302
  |-------|-------|------|----------|
303
- | Downloading | 2007-11 | comments | 208.0 KB / 28.6 MB (0%) |
304
- | Downloading | 2007-12 | comments | connecting... |
305
- | Processing | 2007-10 | comments | starting... |
306
- | Uploading | 2007-09 | comments | 1 shards · 259.5K rows · committing |
307
 
308
 
309
  ### Throughput
@@ -311,19 +312,19 @@ ORDER BY year, month, type;
311
  | Metric | Value |
312
  |--------|------:|
313
  | Download | 4 Mbps avg |
314
- | Processing | 55.9K rows/s avg |
315
- | Upload | 7.2s per commit avg |
316
  | ETA | 2026-03-31 06:19 UTC |
317
 
318
  ### Progress
319
 
320
- `██░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 43 / 488 (8.8%)
321
 
322
  | Metric | This Session |
323
  |--------|-------------:|
324
- | Months committed | 43 |
325
- | Rows processed | 2.5M |
326
- | Data committed | 205.0 MB |
327
 
328
  *Last update: 2026-03-31 04:38 UTC*
329
 
 
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 **2007-10**.
55
 
56
+ Right now the archive has **3.0M items** (2.1M comments, 898.6K submissions) in **252.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 ███████░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
+ 2007 ██████████████████████████████ 1.7M
92
  ```
93
 
94
  **Submissions**
 
208
 
209
  | Type | Months | Rows | Parquet Size |
210
  |------|-------:|-----:|-------------:|
211
+ | comments | 23 | 2.1M | 200.6 MB |
212
  | submissions | 22 | 898.6K | 52.0 MB |
213
+ | **Total** | **23** | **3.0M** | **252.6 MB** |
214
 
215
  ### Monthly breakdown
216
 
217
  <details>
218
+ <summary>Click to expand full monthly table (23 comment months + 22 submission months)</summary>
219
 
220
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
221
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
261
  | 2007-07 | submissions | - | - | 1.8s | 6.5s | 1 | 73,248 | 4.4 MB |
262
  | 2007-08 | comments | - | 31.6s | 3.0s | 10.0s | 1 | 225,111 | 19.9 MB |
263
  | 2007-08 | submissions | - | 23.5s | 2.5s | 6.7s | 1 | 84,952 | 5.1 MB |
264
+ | 2007-09 | comments | - | 43.5s | 4.1s | 11.2s | 1 | 259,497 | 23.1 MB |
265
  | 2007-09 | submissions | - | 41.4s | 1.6s | 6.7s | 1 | 91,294 | 5.5 MB |
266
+ | 2007-10 | comments | - | 20.2s | 3.7s | - | 1 | 274,170 | 24.5 MB |
267
 
268
  </details>
269
 
 
295
 
296
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
297
 
298
+ **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 10m / **Committed this session:** 44
299
 
300
  ### Active Workers
301
 
302
  | Stage | Month | Type | Progress |
303
  |-------|-------|------|----------|
304
+ | Downloading | 2007-12 | comments | 29.7 MB / 30.7 MB (96%) |
305
+ | Downloading | 2007-12 | submissions | connecting... |
306
+ | Processing | 2007-11 | submissions | starting... |
307
+ | Uploading | 2007-10 | comments | 1 shards · 274.2K rows · committing |
308
 
309
 
310
  ### Throughput
 
312
  | Metric | Value |
313
  |--------|------:|
314
  | Download | 4 Mbps avg |
315
+ | Processing | 57.1K rows/s avg |
316
+ | Upload | 7.4s per commit avg |
317
  | ETA | 2026-03-31 06:19 UTC |
318
 
319
  ### Progress
320
 
321
+ `██░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 44 / 488 (9.0%)
322
 
323
  | Metric | This Session |
324
  |--------|-------------:|
325
+ | Months committed | 44 |
326
+ | Rows processed | 2.8M |
327
+ | Data committed | 228.1 MB |
328
 
329
  *Last update: 2026-03-31 04:38 UTC*
330
 
data/comments/2007/10/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d4c2450daaec67fab933d661d7f3eeb0f68fd0c6c7e78c77ae36a60e0fb2533b
3
- size 25649387
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eb214a7a75c389705b81cb9282f31f5dde4c0fdbf56834e95e451f218685428
3
+ size 25645807
states.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
- "updated_at": "2026-03-31T04:38:01.263629486Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2007-09",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
@@ -30,30 +30,30 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2007-11",
34
  "type": "comments",
35
- "bytes_done": 212992,
36
- "bytes_total": 30040663,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2007-12",
41
- "type": "comments",
42
  "phase": "downloading"
43
  }
44
  ],
45
  "processing": [
46
  {
47
- "ym": "2007-10",
48
- "type": "comments",
49
  "phase": "processing"
50
  }
51
  ],
52
  "uploading": [
53
  {
54
- "ym": "2007-09",
55
  "type": "comments",
56
- "rows": 259497,
57
  "shards": 1,
58
  "phase": "committing"
59
  }
@@ -62,17 +62,17 @@
62
  "queued_for_upload": 0
63
  },
64
  "throughput": {
65
- "avg_download_mbps": 3.7427868236391335,
66
- "avg_process_rows_per_sec": 55861.92974934587,
67
- "avg_upload_sec_per_commit": 7.153808332249999,
68
- "estimated_completion": "2026-03-31T14:19:10.585336977+08:00"
69
  },
70
  "stats": {
71
- "committed": 43,
72
  "skipped": 0,
73
  "retries": 0,
74
- "total_rows": 2510330,
75
- "total_bytes": 214929610,
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:38:29.365648941Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2007-10",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2007-12",
34
  "type": "comments",
35
+ "bytes_done": 31128559,
36
+ "bytes_total": 32209903,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2007-12",
41
+ "type": "submissions",
42
  "phase": "downloading"
43
  }
44
  ],
45
  "processing": [
46
  {
47
+ "ym": "2007-11",
48
+ "type": "submissions",
49
  "phase": "processing"
50
  }
51
  ],
52
  "uploading": [
53
  {
54
+ "ym": "2007-10",
55
  "type": "comments",
56
+ "rows": 274170,
57
  "shards": 1,
58
  "phase": "committing"
59
  }
 
62
  "queued_for_upload": 0
63
  },
64
  "throughput": {
65
+ "avg_download_mbps": 4.039394480181165,
66
+ "avg_process_rows_per_sec": 57120.431616523376,
67
+ "avg_upload_sec_per_commit": 7.35546829005,
68
+ "estimated_completion": "2026-03-31T14:19:08.354736058+08:00"
69
  },
70
  "stats": {
71
+ "committed": 44,
72
  "skipped": 0,
73
  "retries": 0,
74
+ "total_rows": 2769827,
75
+ "total_bytes": 239194570,
76
  "total_months": 488
77
  }
78
  }
stats.csv CHANGED
@@ -41,5 +41,6 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
41
  2007,7,submissions,1,73248,4597985,0,0.00,1.79,6.54,2026-03-31T04:36:58Z
42
  2007,8,comments,1,225111,20852555,0,31.55,2.96,10.02,2026-03-31T04:37:37Z
43
  2007,8,submissions,1,84952,5299557,0,23.50,2.51,6.66,2026-03-31T04:37:47Z
44
- 2007,9,comments,1,259497,24264960,0,43.54,4.10,0.00,2026-03-31T04:38:01Z
45
  2007,9,submissions,1,91294,5813065,0,41.42,1.62,6.74,2026-03-31T04:37:54Z
 
 
41
  2007,7,submissions,1,73248,4597985,0,0.00,1.79,6.54,2026-03-31T04:36:58Z
42
  2007,8,comments,1,225111,20852555,0,31.55,2.96,10.02,2026-03-31T04:37:37Z
43
  2007,8,submissions,1,84952,5299557,0,23.50,2.51,6.66,2026-03-31T04:37:47Z
44
+ 2007,9,comments,1,259497,24264960,0,43.54,4.10,11.15,2026-03-31T04:38:01Z
45
  2007,9,submissions,1,91294,5813065,0,41.42,1.62,6.74,2026-03-31T04:37:54Z
46
+ 2007,10,comments,1,274170,25645807,0,20.24,3.66,0.00,2026-03-31T04:38:25Z