tamnd commited on
Commit
e5aa5b5
·
verified ·
1 Parent(s): 7b1e7c6

Add comments/2006-10 (1 shards, 54.1K rows)

Browse files
Files changed (4) hide show
  1. README.md +17 -16
  2. data/comments/2006/10/000.parquet +2 -2
  3. states.json +16 -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 **2006-09**.
55
 
56
- Right now the archive has **439.5K items** (241.1K comments, 198.4K submissions) in **36.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,7 +87,7 @@ states.json live pipeline state (updated every ~5 min)
87
 
88
  ```
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
- 2006 ██████████████████████████████ 240.0K
91
  ```
92
 
93
  **Submissions**
@@ -206,14 +206,14 @@ huggingface-cli download open-index/arctic \
206
 
207
  | Type | Months | Rows | Parquet Size |
208
  |------|-------:|-----:|-------------:|
209
- | comments | 10 | 241.1K | 25.4 MB |
210
  | submissions | 10 | 198.4K | 10.7 MB |
211
- | **Total** | **10** | **439.5K** | **36.1 MB** |
212
 
213
  ### Monthly breakdown
214
 
215
  <details>
216
- <summary>Click to expand full monthly table (10 comment months + 10 submission months)</summary>
217
 
218
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
219
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -236,7 +236,8 @@ huggingface-cli download open-index/arctic \
236
  | 2006-08 | comments | - | 42.6s | 0.7s | 6.3s | 1 | 50,559 | 5.3 MB |
237
  | 2006-08 | submissions | - | - | 3.5s | 6.5s | 1 | 40,750 | 2.2 MB |
238
  | 2006-09 | comments | - | 16.5s | 1.2s | 6.3s | 1 | 50,675 | 5.3 MB |
239
- | 2006-09 | submissions | - | 14.5s | 1.0s | - | 1 | 54,043 | 2.8 MB |
 
240
 
241
  </details>
242
 
@@ -268,15 +269,15 @@ ORDER BY year, month, type;
268
 
269
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
270
 
271
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 5m / **Committed this session:** 19
272
 
273
  ### Active Workers
274
 
275
  | Stage | Month | Type | Progress |
276
  |-------|-------|------|----------|
277
  | Downloading | 2006-12 | comments | connecting... |
278
- | Processing | 2006-10 | comments | starting... |
279
- | Uploading | 2006-09 | submissions | 1 shards · 54.0K rows · committing |
280
 
281
 
282
  ### Throughput
@@ -284,19 +285,19 @@ ORDER BY year, month, type;
284
  | Metric | Value |
285
  |--------|------:|
286
  | Download | 1 Mbps avg |
287
- | Processing | 37.0K rows/s avg |
288
  | Upload | 6.7s per commit avg |
289
- | ETA | 2026-03-31 06:45 UTC |
290
 
291
  ### Progress
292
 
293
- `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 19 / 488 (3.9%)
294
 
295
  | Metric | This Session |
296
  |--------|-------------:|
297
- | Months committed | 19 |
298
- | Rows processed | 385.5K |
299
- | Data committed | 33.3 MB |
300
 
301
  *Last update: 2026-03-31 04:33 UTC*
302
 
 
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-10**.
55
 
56
+ Right now the archive has **493.7K items** (295.2K comments, 198.4K submissions) in **41.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
 
 
87
 
88
  ```
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
+ 2006 ██████████████████████████████ 294.1K
91
  ```
92
 
93
  **Submissions**
 
206
 
207
  | Type | Months | Rows | Parquet Size |
208
  |------|-------:|-----:|-------------:|
209
+ | comments | 11 | 295.2K | 30.6 MB |
210
  | submissions | 10 | 198.4K | 10.7 MB |
211
+ | **Total** | **11** | **493.7K** | **41.4 MB** |
212
 
213
  ### Monthly breakdown
214
 
215
  <details>
216
+ <summary>Click to expand full monthly table (11 comment months + 10 submission months)</summary>
217
 
218
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
219
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
236
  | 2006-08 | comments | - | 42.6s | 0.7s | 6.3s | 1 | 50,559 | 5.3 MB |
237
  | 2006-08 | submissions | - | - | 3.5s | 6.5s | 1 | 40,750 | 2.2 MB |
238
  | 2006-09 | comments | - | 16.5s | 1.2s | 6.3s | 1 | 50,675 | 5.3 MB |
239
+ | 2006-09 | submissions | - | 14.5s | 1.0s | 6.6s | 1 | 54,043 | 2.8 MB |
240
+ | 2006-10 | comments | - | 15.2s | 0.9s | - | 1 | 54,148 | 5.3 MB |
241
 
242
  </details>
243
 
 
269
 
270
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
271
 
272
+ **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 5m / **Committed this session:** 20
273
 
274
  ### Active Workers
275
 
276
  | Stage | Month | Type | Progress |
277
  |-------|-------|------|----------|
278
  | Downloading | 2006-12 | comments | connecting... |
279
+ | Downloading | 2007-01 | comments | connecting... |
280
+ | Uploading | 2006-10 | comments | 1 shards · 54.1K rows · committing |
281
 
282
 
283
  ### Throughput
 
285
  | Metric | Value |
286
  |--------|------:|
287
  | Download | 1 Mbps avg |
288
+ | Processing | 43.9K rows/s avg |
289
  | Upload | 6.7s per commit avg |
290
+ | ETA | 2026-03-31 06:48 UTC |
291
 
292
  ### Progress
293
 
294
+ `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 20 / 488 (4.1%)
295
 
296
  | Metric | This Session |
297
  |--------|-------------:|
298
+ | Months committed | 20 |
299
+ | Rows processed | 439.5K |
300
+ | Data committed | 36.1 MB |
301
 
302
  *Last update: 2026-03-31 04:33 UTC*
303
 
data/comments/2006/10/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:087df4578b7c808e9211fe47453df740a195884eb1c4be1c8eb3a99bddd70c47
3
- size 5543501
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24a6a3ef7ef15c44a942389193624a751cc9699d9cf960b2e6790cd4cff43172
3
+ size 5543529
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:33:49.590446155Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2006-09",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -33,20 +33,19 @@
33
  "ym": "2006-12",
34
  "type": "comments",
35
  "phase": "downloading"
36
- }
37
- ],
38
- "processing": [
39
  {
40
- "ym": "2006-10",
41
  "type": "comments",
42
- "phase": "processing"
43
  }
44
  ],
 
45
  "uploading": [
46
  {
47
- "ym": "2006-09",
48
- "type": "submissions",
49
- "rows": 54043,
50
  "shards": 1,
51
  "phase": "committing"
52
  }
@@ -56,16 +55,16 @@
56
  },
57
  "throughput": {
58
  "avg_download_mbps": 1.4517834400230494,
59
- "avg_process_rows_per_sec": 37017.25224823866,
60
- "avg_upload_sec_per_commit": 6.656592712578948,
61
- "estimated_completion": "2026-03-31T14:45:25.508609925+08:00"
62
  },
63
  "stats": {
64
- "committed": 19,
65
  "skipped": 0,
66
  "retries": 0,
67
- "total_rows": 385477,
68
- "total_bytes": 34930279,
69
  "total_months": 488
70
  }
71
  }
 
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
+ "updated_at": "2026-03-31T04:33:56.233380997Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2006-10",
8
+ "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
33
  "ym": "2006-12",
34
  "type": "comments",
35
  "phase": "downloading"
36
+ },
 
 
37
  {
38
+ "ym": "2007-01",
39
  "type": "comments",
40
+ "phase": "downloading"
41
  }
42
  ],
43
+ "processing": null,
44
  "uploading": [
45
  {
46
+ "ym": "2006-10",
47
+ "type": "comments",
48
+ "rows": 54148,
49
  "shards": 1,
50
  "phase": "committing"
51
  }
 
55
  },
56
  "throughput": {
57
  "avg_download_mbps": 1.4517834400230494,
58
+ "avg_process_rows_per_sec": 43921.5817942468,
59
+ "avg_upload_sec_per_commit": 6.6557486399,
60
+ "estimated_completion": "2026-03-31T14:48:16.134022363+08:00"
61
  },
62
  "stats": {
63
+ "committed": 20,
64
  "skipped": 0,
65
  "retries": 0,
66
+ "total_rows": 439520,
67
+ "total_bytes": 37855298,
68
  "total_months": 488
69
  }
70
  }
stats.csv CHANGED
@@ -18,4 +18,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
18
  2006,8,comments,1,50559,5511387,0,42.57,0.68,6.28,2026-03-31T04:33:29Z
19
  2006,8,submissions,1,40750,2254623,0,0.00,3.54,6.52,2026-03-31T04:33:16Z
20
  2006,9,comments,1,50675,5566401,0,16.46,1.23,6.33,2026-03-31T04:33:23Z
21
- 2006,9,submissions,1,54043,2925019,0,14.52,0.97,0.00,2026-03-31T04:33:49Z
 
 
18
  2006,8,comments,1,50559,5511387,0,42.57,0.68,6.28,2026-03-31T04:33:29Z
19
  2006,8,submissions,1,40750,2254623,0,0.00,3.54,6.52,2026-03-31T04:33:16Z
20
  2006,9,comments,1,50675,5566401,0,16.46,1.23,6.33,2026-03-31T04:33:23Z
21
+ 2006,9,submissions,1,54043,2925019,0,14.52,0.97,6.64,2026-03-31T04:33:49Z
22
+ 2006,10,comments,1,54148,5543529,0,15.19,0.92,0.00,2026-03-31T04:33:56Z