tamnd commited on
Commit
1817629
·
verified ·
1 Parent(s): 6120a53

Add comments/2009-12 (6 shards, 2.6M rows)

Browse files
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 **2009-12**.
55
 
56
- Right now the archive has **35.0M items** (26.4M comments, 8.6M submissions) in **2.7 GB** 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,9 +88,9 @@ states.json live pipeline state (updated every ~5 min)
88
  ```
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
- 2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
92
- 2008 █████████████░░░░░░░░░░░░░░░░░ 7.2M
93
- 2009 ██████████████████████████████ 16.3M
94
  ```
95
 
96
  **Submissions**
@@ -212,14 +212,14 @@ huggingface-cli download open-index/arctic \
212
 
213
  | Type | Months | Rows | Parquet Size |
214
  |------|-------:|-----:|-------------:|
215
- | comments | 48 | 26.4M | 2.2 GB |
216
  | submissions | 49 | 8.6M | 531.1 MB |
217
- | **Total** | **48** | **35.0M** | **2.7 GB** |
218
 
219
  ### Monthly breakdown
220
 
221
  <details>
222
- <summary>Click to expand full monthly table (48 comment months + 49 submission months)</summary>
223
 
224
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
225
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -319,7 +319,8 @@ huggingface-cli download open-index/arctic \
319
  | 2009-10 | submissions | - | 34.5s | 8.5s | 12.4s | 1 | 461,702 | 33.6 MB |
320
  | 2009-11 | comments | - | 1m11s | 15.4s | 18.9s | 5 | 2,207,444 | 193.5 MB |
321
  | 2009-11 | submissions | - | 1m22s | 7.0s | 14.5s | 1 | 452,320 | 32.8 MB |
322
- | 2009-12 | submissions | - | 30.0s | 8.7s | - | 1 | 492,225 | 36.2 MB |
 
323
 
324
  </details>
325
 
@@ -351,16 +352,16 @@ ORDER BY year, month, type;
351
 
352
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
353
 
354
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 16m / **Committed this session:** 39
355
 
356
  ### Active Workers
357
 
358
  | Stage | Month | Type | Progress |
359
  |-------|-------|------|----------|
360
- | Downloading | 2010-01 | submissions | connecting... |
361
- | Downloading | 2010-02 | comments | connecting... |
362
- | Processing | 2009-12 | comments | shard 4 · 1.5M rows · 144.0K rows/s |
363
- | Uploading | 2009-12 | submissions | 1 shards · 492.2K rows · committing |
364
 
365
 
366
  ### Throughput
@@ -368,19 +369,19 @@ ORDER BY year, month, type;
368
  | Metric | Value |
369
  |--------|------:|
370
  | Download | 18 Mbps avg |
371
- | Processing | 84.3K rows/s avg |
372
- | Upload | 18.6s per commit avg |
373
- | ETA | 2026-03-31 07:48 UTC |
374
 
375
  ### Progress
376
 
377
- `█████░░░░░░░░░░░░░░░░░░░░░░░░░` 96 / 488 (19.7%)
378
 
379
  | Metric | This Session |
380
  |--------|-------------:|
381
- | Months committed | 39 |
382
- | Rows processed | 28.4M |
383
- | Data committed | 2.2 GB |
384
 
385
  *Last update: 2026-03-31 05:02 UTC*
386
 
 
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 **2009-12**.
55
 
56
+ Right now the archive has **37.6M items** (29.0M comments, 8.6M submissions) in **2.9 GB** 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 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
92
+ 2008 ███████████░░░░░░░░░░░░░░░░░░░ 7.2M
93
+ 2009 ██████████████████████████████ 18.9M
94
  ```
95
 
96
  **Submissions**
 
212
 
213
  | Type | Months | Rows | Parquet Size |
214
  |------|-------:|-----:|-------------:|
215
+ | comments | 49 | 29.0M | 2.4 GB |
216
  | submissions | 49 | 8.6M | 531.1 MB |
217
+ | **Total** | **49** | **37.6M** | **2.9 GB** |
218
 
219
  ### Monthly breakdown
220
 
221
  <details>
222
+ <summary>Click to expand full monthly table (49 comment months + 49 submission months)</summary>
223
 
224
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
225
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
319
  | 2009-10 | submissions | - | 34.5s | 8.5s | 12.4s | 1 | 461,702 | 33.6 MB |
320
  | 2009-11 | comments | - | 1m11s | 15.4s | 18.9s | 5 | 2,207,444 | 193.5 MB |
321
  | 2009-11 | submissions | - | 1m22s | 7.0s | 14.5s | 1 | 452,320 | 32.8 MB |
322
+ | 2009-12 | comments | - | 1m18s | 22.9s | - | 6 | 2,560,510 | 220.7 MB |
323
+ | 2009-12 | submissions | - | 30.0s | 8.7s | 13.4s | 1 | 492,225 | 36.2 MB |
324
 
325
  </details>
326
 
 
352
 
353
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
354
 
355
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 16m / **Committed this session:** 40
356
 
357
  ### Active Workers
358
 
359
  | Stage | Month | Type | Progress |
360
  |-------|-------|------|----------|
361
+ | Downloading | 2010-01 | submissions | 1.9 MB / 51.1 MB (3%) |
362
+ | Downloading | 2010-02 | comments | 3.5 MB / 241.7 MB (1%) |
363
+ | Processing | 2010-01 | comments | shard 2 · 500.0K rows · 139.8K rows/s |
364
+ | Uploading | 2009-12 | comments | 6 shards · 2.6M rows · committing |
365
 
366
 
367
  ### Throughput
 
369
  | Metric | Value |
370
  |--------|------:|
371
  | Download | 18 Mbps avg |
372
+ | Processing | 83.7K rows/s avg |
373
+ | Upload | 18.7s per commit avg |
374
+ | ETA | 2026-03-31 07:46 UTC |
375
 
376
  ### Progress
377
 
378
+ `█████░░░░░░░░░░░░░░░░░░░░░░░░░` 97 / 488 (19.9%)
379
 
380
  | Metric | This Session |
381
  |--------|-------------:|
382
+ | Months committed | 40 |
383
+ | Rows processed | 28.9M |
384
+ | Data committed | 2.3 GB |
385
 
386
  *Last update: 2026-03-31 05:02 UTC*
387
 
data/comments/2009/12/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:404c062161cc71eb227cab1412f7131f20efa92ce78f328fc1a364712dcd5150
3
- size 44992971
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a65b86b5f6666a9eca4c152c0152408a88e9e099c3fbf889384b5c0b1f33f55e
3
+ size 44996215
data/comments/2009/12/001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3e3779a82ca1062f15cb09982414f7c06aaf0febc9ee5ae2cd8280e4374990b1
3
- size 45011705
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b9a7318542293fbd3afe15714affa94c84225d855e68101bd4bdb824cff1f59
3
+ size 45002400
data/comments/2009/12/002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:989db0114b0f3d7107f5149a9785a81e8a5854dad2a39dc9f6f322a1355fe739
3
- size 45726985
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:568f326b90e9c2700221265df46de8ef52c4075806af929e8a2de9794ec5ede5
3
+ size 45719550
data/comments/2009/12/003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:58f834e5c178272af7ee168536de2a941256c2a61ffd720999d2df365b58f4b9
3
- size 46447616
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:384caff00a064d70784475fa0eee20e5ada6d9eee096a2c3c10c9f708ae44ac8
3
+ size 46456041
data/comments/2009/12/004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b63c11546006833f3b38379ae9a43b36d787136e543c3b0aad8de6fe78fa380a
3
- size 43902412
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:113532f6461886098464859480e91dd7db712e64ba6abf6ce99078c04453b75e
3
+ size 43896745
data/comments/2009/12/005.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae0a4e7cce0bb4b82ddd1470a71359766abefd6d121b540de3572611e81b9b24
3
  size 5369226
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c11a04189bdbba802b40c7d5704c7bc962d2e3e672bd363d34ea01166e2df2bf
3
  size 5369226
states.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
- "updated_at": "2026-03-31T05:02:46.488875967Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2009-12",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -32,30 +32,34 @@
32
  {
33
  "ym": "2010-01",
34
  "type": "submissions",
 
 
35
  "phase": "downloading"
36
  },
37
  {
38
  "ym": "2010-02",
39
  "type": "comments",
 
 
40
  "phase": "downloading"
41
  }
42
  ],
43
  "processing": [
44
  {
45
- "ym": "2009-12",
46
  "type": "comments",
47
- "shard": 4,
48
- "rows": 1500000,
49
- "rows_per_sec": 143997.0182756301,
50
  "phase": "processing"
51
  }
52
  ],
53
  "uploading": [
54
  {
55
  "ym": "2009-12",
56
- "type": "submissions",
57
- "rows": 492225,
58
- "shards": 1,
59
  "phase": "committing"
60
  }
61
  ],
@@ -64,16 +68,16 @@
64
  },
65
  "throughput": {
66
  "avg_download_mbps": 17.69959456525209,
67
- "avg_process_rows_per_sec": 84336.64869913145,
68
- "avg_upload_sec_per_commit": 18.571984168700002,
69
- "estimated_completion": "2026-03-31T15:48:34.033315413+08:00"
70
  },
71
  "stats": {
72
- "committed": 39,
73
  "skipped": 57,
74
  "retries": 0,
75
- "total_rows": 28419949,
76
- "total_bytes": 2395039044,
77
  "total_months": 488
78
  }
79
  }
 
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
+ "updated_at": "2026-03-31T05:02:59.904531849Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2009-12",
8
+ "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
32
  {
33
  "ym": "2010-01",
34
  "type": "submissions",
35
+ "bytes_done": 1998848,
36
+ "bytes_total": 53564091,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2010-02",
41
  "type": "comments",
42
+ "bytes_done": 3637248,
43
+ "bytes_total": 253429845,
44
  "phase": "downloading"
45
  }
46
  ],
47
  "processing": [
48
  {
49
+ "ym": "2010-01",
50
  "type": "comments",
51
+ "shard": 2,
52
+ "rows": 500000,
53
+ "rows_per_sec": 139784.2041928627,
54
  "phase": "processing"
55
  }
56
  ],
57
  "uploading": [
58
  {
59
  "ym": "2009-12",
60
+ "type": "comments",
61
+ "rows": 2560510,
62
+ "shards": 6,
63
  "phase": "committing"
64
  }
65
  ],
 
68
  },
69
  "throughput": {
70
  "avg_download_mbps": 17.69959456525209,
71
+ "avg_process_rows_per_sec": 83676.42885911421,
72
+ "avg_upload_sec_per_commit": 18.7086425609,
73
+ "estimated_completion": "2026-03-31T15:46:22.568904928+08:00"
74
  },
75
  "stats": {
76
+ "committed": 40,
77
  "skipped": 57,
78
  "retries": 0,
79
+ "total_rows": 28912174,
80
+ "total_bytes": 2433044022,
81
  "total_months": 488
82
  }
83
  }
stats.csv CHANGED
@@ -95,4 +95,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
95
  2009,10,submissions,1,461702,35264457,0,34.45,8.47,12.38,2026-03-31T04:59:42Z
96
  2009,11,comments,5,2207444,202900263,0,71.19,15.43,18.85,2026-03-31T05:02:13Z
97
  2009,11,submissions,1,452320,34407563,0,82.12,7.03,14.46,2026-03-31T05:02:32Z
98
- 2009,12,submissions,1,492225,38004978,0,30.03,8.66,0.00,2026-03-31T05:02:46Z
 
 
95
  2009,10,submissions,1,461702,35264457,0,34.45,8.47,12.38,2026-03-31T04:59:42Z
96
  2009,11,comments,5,2207444,202900263,0,71.19,15.43,18.85,2026-03-31T05:02:13Z
97
  2009,11,submissions,1,452320,34407563,0,82.12,7.03,14.46,2026-03-31T05:02:32Z
98
+ 2009,12,comments,6,2560510,231440177,0,77.70,22.88,0.00,2026-03-31T05:02:59Z
99
+ 2009,12,submissions,1,492225,38004978,0,30.03,8.66,13.40,2026-03-31T05:02:46Z