tamnd commited on
Commit
c228ec6
·
verified ·
1 Parent(s): 0a53b7c

Add comments/2006-12 (1 shards, 61.0K rows)

Browse files
Files changed (4) hide show
  1. README.md +18 -18
  2. data/comments/2006/12/000.parquet +2 -2
  3. states.json +14 -18
  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-02**.
55
 
56
- Right now the archive has **888.0K items** (534.2K comments, 353.8K submissions) in **74.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
 
@@ -87,8 +87,8 @@ states.json live pipeline state (updated every ~5 min)
87
 
88
  ```
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
- 2006 ██████████████████████████████ 356.2K
91
- 2007 ██████████████░░░░░░░░░░░░░░░░ 177.0K
92
  ```
93
 
94
  **Submissions**
@@ -208,14 +208,14 @@ huggingface-cli download open-index/arctic \
208
 
209
  | Type | Months | Rows | Parquet Size |
210
  |------|-------:|-----:|-------------:|
211
- | comments | 14 | 534.2K | 54.5 MB |
212
  | submissions | 14 | 353.8K | 19.6 MB |
213
- | **Total** | **14** | **888.0K** | **74.0 MB** |
214
 
215
  ### Monthly breakdown
216
 
217
  <details>
218
- <summary>Click to expand full monthly table (14 comment months + 14 submission months)</summary>
219
 
220
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
221
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -243,10 +243,11 @@ huggingface-cli download open-index/arctic \
243
  | 2006-10 | submissions | - | 15.4s | 0.7s | 6.8s | 1 | 38,333 | 2.2 MB |
244
  | 2006-11 | comments | - | 10.9s | 0.9s | 7.1s | 1 | 62,021 | 6.1 MB |
245
  | 2006-11 | submissions | - | - | 0.7s | 6.9s | 1 | 36,824 | 2.1 MB |
 
246
  | 2006-12 | submissions | - | - | 1.0s | 7.0s | 1 | 36,434 | 2.1 MB |
247
  | 2007-01 | comments | - | 33.3s | 1.8s | 6.2s | 1 | 81,341 | 8.3 MB |
248
  | 2007-01 | submissions | - | - | 1.2s | 5.9s | 1 | 43,725 | 2.5 MB |
249
- | 2007-02 | comments | - | 14.6s | 1.7s | - | 1 | 95,634 | 9.5 MB |
250
 
251
  </details>
252
 
@@ -278,16 +279,15 @@ ORDER BY year, month, type;
278
 
279
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
280
 
281
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 6m / **Committed this session:** 27
282
 
283
  ### Active Workers
284
 
285
  | Stage | Month | Type | Progress |
286
  |-------|-------|------|----------|
287
- | Downloading | 2007-02 | submissions | connecting... |
288
- | Downloading | 2007-03 | comments | connecting... |
289
- | Processing | 2006-12 | comments | shard 1 · 0 rows |
290
- | Uploading | 2007-02 | comments | 1 shards · 95.6K rows · committing |
291
 
292
 
293
  ### Throughput
@@ -295,19 +295,19 @@ ORDER BY year, month, type;
295
  | Metric | Value |
296
  |--------|------:|
297
  | Download | 2 Mbps avg |
298
- | Processing | 48.7K rows/s avg |
299
  | Upload | 6.5s per commit avg |
300
- | ETA | 2026-03-31 06:25 UTC |
301
 
302
  ### Progress
303
 
304
- `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 27 / 488 (5.5%)
305
 
306
  | Metric | This Session |
307
  |--------|-------------:|
308
- | Months committed | 27 |
309
- | Rows processed | 792.3K |
310
- | Data committed | 64.5 MB |
311
 
312
  *Last update: 2026-03-31 04:34 UTC*
313
 
 
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-02**.
55
 
56
+ Right now the archive has **949.0K items** (595.2K comments, 353.8K submissions) in **80.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
 
88
  ```
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
+ 2006 ██████████████████████████████ 417.2K
91
+ 2007 ████████████░░░░░░░░░░░░░░░░░░ 177.0K
92
  ```
93
 
94
  **Submissions**
 
208
 
209
  | Type | Months | Rows | Parquet Size |
210
  |------|-------:|-----:|-------------:|
211
+ | comments | 15 | 595.2K | 60.6 MB |
212
  | submissions | 14 | 353.8K | 19.6 MB |
213
+ | **Total** | **15** | **949.0K** | **80.1 MB** |
214
 
215
  ### Monthly breakdown
216
 
217
  <details>
218
+ <summary>Click to expand full monthly table (15 comment months + 14 submission months)</summary>
219
 
220
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
221
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
243
  | 2006-10 | submissions | - | 15.4s | 0.7s | 6.8s | 1 | 38,333 | 2.2 MB |
244
  | 2006-11 | comments | - | 10.9s | 0.9s | 7.1s | 1 | 62,021 | 6.1 MB |
245
  | 2006-11 | submissions | - | - | 0.7s | 6.9s | 1 | 36,824 | 2.1 MB |
246
+ | 2006-12 | comments | - | 52.1s | 1.2s | - | 1 | 61,018 | 6.1 MB |
247
  | 2006-12 | submissions | - | - | 1.0s | 7.0s | 1 | 36,434 | 2.1 MB |
248
  | 2007-01 | comments | - | 33.3s | 1.8s | 6.2s | 1 | 81,341 | 8.3 MB |
249
  | 2007-01 | submissions | - | - | 1.2s | 5.9s | 1 | 43,725 | 2.5 MB |
250
+ | 2007-02 | comments | - | 14.6s | 1.7s | 7.1s | 1 | 95,634 | 9.5 MB |
251
 
252
  </details>
253
 
 
279
 
280
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
281
 
282
+ **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 6m / **Committed this session:** 28
283
 
284
  ### Active Workers
285
 
286
  | Stage | Month | Type | Progress |
287
  |-------|-------|------|----------|
288
+ | Downloading | 2007-02 | submissions | 2.8 MB / 3.7 MB (74%) |
289
+ | Downloading | 2007-03 | comments | 0 B / 9.9 MB (0%) |
290
+ | Uploading | 2006-12 | comments | 1 shards · 61.0K rows · committing |
 
291
 
292
 
293
  ### Throughput
 
295
  | Metric | Value |
296
  |--------|------:|
297
  | Download | 2 Mbps avg |
298
+ | Processing | 49.5K rows/s avg |
299
  | Upload | 6.5s per commit avg |
300
+ | ETA | 2026-03-31 06:23 UTC |
301
 
302
  ### Progress
303
 
304
+ `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 28 / 488 (5.7%)
305
 
306
  | Metric | This Session |
307
  |--------|-------------:|
308
+ | Months committed | 28 |
309
+ | Rows processed | 888.0K |
310
+ | Data committed | 74.0 MB |
311
 
312
  *Last update: 2026-03-31 04:34 UTC*
313
 
data/comments/2006/12/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb17ab23b71923478a0bde0179c8b4981527c03a2aff9aac0a6cfdb78f1e52cc
3
- size 6391964
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3647832671e7046fea2b7933810ecd48b8d72c896df266a6f125a2de6b914dc
3
+ size 6392002
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:34:42.780909227Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2007-02",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
@@ -32,27 +32,23 @@
32
  {
33
  "ym": "2007-02",
34
  "type": "submissions",
 
 
35
  "phase": "downloading"
36
  },
37
  {
38
  "ym": "2007-03",
39
  "type": "comments",
 
40
  "phase": "downloading"
41
  }
42
  ],
43
- "processing": [
44
- {
45
- "ym": "2006-12",
46
- "type": "comments",
47
- "shard": 1,
48
- "phase": "processing"
49
- }
50
- ],
51
  "uploading": [
52
  {
53
- "ym": "2007-02",
54
  "type": "comments",
55
- "rows": 95634,
56
  "shards": 1,
57
  "phase": "committing"
58
  }
@@ -62,16 +58,16 @@
62
  },
63
  "throughput": {
64
  "avg_download_mbps": 1.7217074788971287,
65
- "avg_process_rows_per_sec": 48661.284973636095,
66
- "avg_upload_sec_per_commit": 6.548364085199998,
67
- "estimated_completion": "2026-03-31T14:25:11.912977937+08:00"
68
  },
69
  "stats": {
70
- "committed": 27,
71
  "skipped": 0,
72
  "retries": 0,
73
- "total_rows": 792346,
74
- "total_bytes": 67675936,
75
  "total_months": 488
76
  }
77
  }
 
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
+ "updated_at": "2026-03-31T04:34:49.859961908Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2006-12",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
 
32
  {
33
  "ym": "2007-02",
34
  "type": "submissions",
35
+ "bytes_done": 2899968,
36
+ "bytes_total": 3901596,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2007-03",
41
  "type": "comments",
42
+ "bytes_total": 10419812,
43
  "phase": "downloading"
44
  }
45
  ],
46
+ "processing": null,
 
 
 
 
 
 
 
47
  "uploading": [
48
  {
49
+ "ym": "2006-12",
50
  "type": "comments",
51
+ "rows": 61018,
52
  "shards": 1,
53
  "phase": "committing"
54
  }
 
58
  },
59
  "throughput": {
60
  "avg_download_mbps": 1.7217074788971287,
61
+ "avg_process_rows_per_sec": 49473.37446851076,
62
+ "avg_upload_sec_per_commit": 6.509431827099999,
63
+ "estimated_completion": "2026-03-31T14:23:00.51895588+08:00"
64
  },
65
  "stats": {
66
+ "committed": 28,
67
  "skipped": 0,
68
  "retries": 0,
69
+ "total_rows": 887980,
70
+ "total_bytes": 77628369,
71
  "total_months": 488
72
  }
73
  }
stats.csv CHANGED
@@ -23,7 +23,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
23
  2006,10,submissions,1,38333,2262185,0,15.42,0.66,6.79,2026-03-31T04:34:02Z
24
  2006,11,comments,1,62021,6356117,0,10.94,0.86,7.12,2026-03-31T04:34:16Z
25
  2006,11,submissions,1,36824,2178984,0,0.00,0.67,6.90,2026-03-31T04:34:09Z
 
26
  2006,12,submissions,1,36434,2187236,0,0.00,0.96,7.03,2026-03-31T04:34:23Z
27
  2007,1,comments,1,81341,8659970,0,33.28,1.83,6.15,2026-03-31T04:34:30Z
28
  2007,1,submissions,1,43725,2632617,0,0.00,1.24,5.93,2026-03-31T04:34:36Z
29
- 2007,2,comments,1,95634,9952433,0,14.55,1.70,0.00,2026-03-31T04:34:42Z
 
23
  2006,10,submissions,1,38333,2262185,0,15.42,0.66,6.79,2026-03-31T04:34:02Z
24
  2006,11,comments,1,62021,6356117,0,10.94,0.86,7.12,2026-03-31T04:34:16Z
25
  2006,11,submissions,1,36824,2178984,0,0.00,0.67,6.90,2026-03-31T04:34:09Z
26
+ 2006,12,comments,1,61018,6392002,0,52.14,1.16,0.00,2026-03-31T04:34:49Z
27
  2006,12,submissions,1,36434,2187236,0,0.00,0.96,7.03,2026-03-31T04:34:23Z
28
  2007,1,comments,1,81341,8659970,0,33.28,1.83,6.15,2026-03-31T04:34:30Z
29
  2007,1,submissions,1,43725,2632617,0,0.00,1.24,5.93,2026-03-31T04:34:36Z
30
+ 2007,2,comments,1,95634,9952433,0,14.55,1.70,7.07,2026-03-31T04:34:42Z