tamnd commited on
Commit
4ff8fee
·
verified ·
1 Parent(s): d6e5e75

Add comments/2010-05 (7 shards, 3.3M 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 **2010-12**.
55
 
56
- Right now the archive has **75.1M items** (62.4M comments, 12.7M submissions) in **6.1 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
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
  2007 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
- 2008 █████░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
92
- 2009 ███████████████░░░░░░░░░░░░░░ 18.9M
93
- 2010 ██████████████████████████████ 33.4M
94
  ```
95
 
96
  **Submissions**
@@ -213,14 +213,14 @@ huggingface-cli download open-index/arctic \
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
- | comments | 57 | 62.4M | 5.2 GB |
217
  | submissions | 56 | 12.7M | 876.1 MB |
218
- | **Total** | **57** | **75.1M** | **6.1 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (57 comment months + 56 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -329,7 +329,8 @@ huggingface-cli download open-index/arctic \
329
  | 2010-03 | comments | - | 48.8s | 1m37s | 7 | 3,228,254 | 281.1 MB |
330
  | 2010-03 | submissions | 1m16s | 31.6s | 13.2s | 2 | 602,586 | 46.2 MB |
331
  | 2010-04 | comments | 1m40s | 50.7s | 1m02s | 7 | 3,209,898 | 274.8 MB |
332
- | 2010-04 | submissions | - | 1m11s | - | 2 | 617,302 | 46.8 MB |
 
333
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
334
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
335
  | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
@@ -367,16 +368,15 @@ ORDER BY year, month, type;
367
 
368
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
369
 
370
- **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 18m / **Committed this session:** 26
371
 
372
  ### Active Workers
373
 
374
  | Stage | Month | Type | Progress |
375
  |-------|-------|------|----------|
376
  | Downloading | 2010-06 | comments | 7.2 MB / 308.7 MB (2%) |
377
- | Processing | 2010-05 | comments | shard 5 · 2.5M rows · 43.9K rows/s |
378
  | Processing | 2010-05 | submissions | starting... |
379
- | Uploading | 2010-04 | submissions | 2 shards · 617.3K rows · committing |
380
 
381
 
382
  ### Throughput
@@ -384,18 +384,18 @@ ORDER BY year, month, type;
384
  | Metric | Value |
385
  |--------|------:|
386
  | Download | 13 Mbps avg |
387
- | Processing | 45.6K rows/s avg |
388
- | Upload | 34.3s per commit avg |
389
- | ETA | 2026-03-16 10:21 UTC |
390
 
391
  ### Progress
392
 
393
- `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 54 / 430 (12.6%)
394
 
395
  | Metric | This Session |
396
  |--------|-------------:|
397
- | Months committed | 26 |
398
- | Rows processed | 35.9M |
399
  | Data committed | 3.0 GB |
400
 
401
  *Last update: 2026-03-16 05:46 UTC*
 
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 **2010-12**.
55
 
56
+ Right now the archive has **78.4M items** (65.7M comments, 12.7M submissions) in **6.4 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
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
  2007 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
+ 2008 █████░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
92
+ 2009 ███████████████░░░░░░░░░░░░░░ 18.9M
93
+ 2010 ██████████████████████████████ 36.7M
94
  ```
95
 
96
  **Submissions**
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 58 | 65.7M | 5.5 GB |
217
  | submissions | 56 | 12.7M | 876.1 MB |
218
+ | **Total** | **58** | **78.4M** | **6.4 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (58 comment months + 56 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
329
  | 2010-03 | comments | - | 48.8s | 1m37s | 7 | 3,228,254 | 281.1 MB |
330
  | 2010-03 | submissions | 1m16s | 31.6s | 13.2s | 2 | 602,586 | 46.2 MB |
331
  | 2010-04 | comments | 1m40s | 50.7s | 1m02s | 7 | 3,209,898 | 274.8 MB |
332
+ | 2010-04 | submissions | - | 1m11s | 14.2s | 2 | 617,302 | 46.8 MB |
333
+ | 2010-05 | comments | - | 1m14s | - | 7 | 3,267,363 | 278.5 MB |
334
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
335
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
336
  | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
 
368
 
369
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
370
 
371
+ **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 19m / **Committed this session:** 27
372
 
373
  ### Active Workers
374
 
375
  | Stage | Month | Type | Progress |
376
  |-------|-------|------|----------|
377
  | Downloading | 2010-06 | comments | 7.2 MB / 308.7 MB (2%) |
 
378
  | Processing | 2010-05 | submissions | starting... |
379
+ | Uploading | 2010-05 | comments | 7 shards · 3.3M rows · committing |
380
 
381
 
382
  ### Throughput
 
384
  | Metric | Value |
385
  |--------|------:|
386
  | Download | 13 Mbps avg |
387
+ | Processing | 46.5K rows/s avg |
388
+ | Upload | 32.1s per commit avg |
389
+ | ETA | 2026-03-16 10:14 UTC |
390
 
391
  ### Progress
392
 
393
+ `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 55 / 430 (12.8%)
394
 
395
  | Metric | This Session |
396
  |--------|-------------:|
397
+ | Months committed | 27 |
398
+ | Rows processed | 36.5M |
399
  | Data committed | 3.0 GB |
400
 
401
  *Last update: 2026-03-16 05:46 UTC*
data/comments/2010/05/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33a77e406864eb64565274c864e48e3b65f623d2731cf29f67b7ebfe29eee692
3
+ size 44146890
data/comments/2010/05/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d047fdd069972dacb2050df14059585d9848e7c890bb4b53a5e610e94d907d82
3
+ size 44374007
data/comments/2010/05/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37fd25feb65f184899651792a3e8e9a35ab85dddd11d1daa31a070c6712c95a4
3
+ size 44347965
data/comments/2010/05/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df088323e3faf3c3fdc007d3ea73610af5186f1353dbdd316d6891a4f1f71b6d
3
+ size 45220579
data/comments/2010/05/004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30160d83e885f28972fbfa479e4b7b075465a3eb8322df74b0277b8261747381
3
+ size 45225160
data/comments/2010/05/005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb7e7c1827fe57ecd1ceef28458c51b299ce21619d84816087d551562d847bc6
3
+ size 45171744
data/comments/2010/05/006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e61d4e4ccda7a2cbb271f9735a53dd0baf341b7a90b1e3acb73c0200c1bef80
3
+ size 23517749
states.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "session_id": "2026-03-16T05:28:06Z",
3
  "started_at": "2026-03-16T05:28:06.99036137Z",
4
- "updated_at": "2026-03-16T05:46:23.64735183Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2010-04",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -38,14 +38,6 @@
38
  }
39
  ],
40
  "processing": [
41
- {
42
- "ym": "2010-05",
43
- "type": "comments",
44
- "shard": 5,
45
- "rows": 2500000,
46
- "rows_per_sec": 43898.76162555715,
47
- "phase": "processing"
48
- },
49
  {
50
  "ym": "2010-05",
51
  "type": "submissions",
@@ -54,10 +46,10 @@
54
  ],
55
  "uploading": [
56
  {
57
- "ym": "2010-04",
58
- "type": "submissions",
59
- "rows": 617302,
60
- "shards": 2,
61
  "phase": "committing"
62
  }
63
  ],
@@ -66,16 +58,16 @@
66
  },
67
  "throughput": {
68
  "avg_download_mbps": 13.339156985298315,
69
- "avg_process_rows_per_sec": 45592.226290319784,
70
- "avg_upload_sec_per_commit": 34.303666869649994,
71
- "estimated_completion": "2026-03-16T11:21:56.553403424+01:00"
72
  },
73
  "stats": {
74
- "committed": 26,
75
  "skipped": 28,
76
  "retries": 0,
77
- "total_rows": 35915114,
78
- "total_bytes": 3220836199,
79
  "total_months": 430
80
  }
81
  }
 
1
  {
2
  "session_id": "2026-03-16T05:28:06Z",
3
  "started_at": "2026-03-16T05:28:06.99036137Z",
4
+ "updated_at": "2026-03-16T05:46:37.888611065Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2010-05",
8
+ "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
38
  }
39
  ],
40
  "processing": [
 
 
 
 
 
 
 
 
41
  {
42
  "ym": "2010-05",
43
  "type": "submissions",
 
46
  ],
47
  "uploading": [
48
  {
49
+ "ym": "2010-05",
50
+ "type": "comments",
51
+ "rows": 3267363,
52
+ "shards": 7,
53
  "phase": "committing"
54
  }
55
  ],
 
58
  },
59
  "throughput": {
60
  "avg_download_mbps": 13.339156985298315,
61
+ "avg_process_rows_per_sec": 46517.304234097326,
62
+ "avg_upload_sec_per_commit": 32.096912704350004,
63
+ "estimated_completion": "2026-03-16T11:14:22.52722405+01:00"
64
  },
65
  "stats": {
66
+ "committed": 27,
67
  "skipped": 28,
68
  "retries": 0,
69
+ "total_rows": 36532416,
70
+ "total_bytes": 3269891648,
71
  "total_months": 430
72
  }
73
  }
stats.csv CHANGED
@@ -104,7 +104,8 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
104
  2010,3,comments,7,3228254,294711103,0.00,48.77,96.51,2026-03-16T05:43:14Z
105
  2010,3,submissions,2,602586,48429858,76.26,31.64,13.15,2026-03-16T05:44:50Z
106
  2010,4,comments,7,3209898,288171024,100.18,50.72,62.26,2026-03-16T05:45:21Z
107
- 2010,4,submissions,2,617302,49055449,0.00,70.70,0.00,2026-03-16T05:46:23Z
 
108
  2010,6,submissions,1,478396,41941898,26.94,19.70,93.60,2026-03-15T07:43:49Z
109
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
110
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z
 
104
  2010,3,comments,7,3228254,294711103,0.00,48.77,96.51,2026-03-16T05:43:14Z
105
  2010,3,submissions,2,602586,48429858,76.26,31.64,13.15,2026-03-16T05:44:50Z
106
  2010,4,comments,7,3209898,288171024,100.18,50.72,62.26,2026-03-16T05:45:21Z
107
+ 2010,4,submissions,2,617302,49055449,0.00,70.70,14.20,2026-03-16T05:46:23Z
108
+ 2010,5,comments,7,3267363,292004094,0.00,73.93,0.00,2026-03-16T05:46:37Z
109
  2010,6,submissions,1,478396,41941898,26.94,19.70,93.60,2026-03-15T07:43:49Z
110
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
111
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z