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

Add submissions/2009-12 (1 shards, 492.2K rows)

Browse files
Files changed (4) hide show
  1. README.md +19 -18
  2. data/submissions/2009/12/000.parquet +2 -2
  3. states.json +12 -10
  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 **2009-11**.
55
 
56
- Right now the archive has **34.5M items** (26.4M comments, 8.1M 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
 
@@ -97,10 +97,10 @@ states.json live pipeline state (updated every ~5 min)
97
 
98
  ```
99
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
100
- 2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
101
- 2007 █████░░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
102
- 2008 █████████████████░░░░░░░░░░░░░ 2.5M
103
- 2009 ██████████████████████████████ 4.3M
104
  ```
105
 
106
  ## How to download and use this dataset
@@ -213,13 +213,13 @@ huggingface-cli download open-index/arctic \
213
  | Type | Months | Rows | Parquet Size |
214
  |------|-------:|-----:|-------------:|
215
  | comments | 48 | 26.4M | 2.2 GB |
216
- | submissions | 48 | 8.1M | 494.9 MB |
217
- | **Total** | **48** | **34.5M** | **2.7 GB** |
218
 
219
  ### Monthly breakdown
220
 
221
  <details>
222
- <summary>Click to expand full monthly table (48 comment months + 48 submission months)</summary>
223
 
224
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
225
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -318,7 +318,8 @@ huggingface-cli download open-index/arctic \
318
  | 2009-10 | comments | - | 43.3s | 19.0s | 18.8s | 5 | 2,242,017 | 199.1 MB |
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 | - | 1 | 452,320 | 32.8 MB |
 
322
 
323
  </details>
324
 
@@ -350,7 +351,7 @@ ORDER BY year, month, type;
350
 
351
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
352
 
353
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 16m / **Committed this session:** 38
354
 
355
  ### Active Workers
356
 
@@ -358,8 +359,8 @@ ORDER BY year, month, type;
358
  |-------|-------|------|----------|
359
  | Downloading | 2010-01 | submissions | connecting... |
360
  | Downloading | 2010-02 | comments | connecting... |
361
- | Processing | 2009-12 | comments | shard 1 · 0 rows |
362
- | Uploading | 2009-11 | submissions | 1 shards · 452.3K rows · committing |
363
 
364
 
365
  ### Throughput
@@ -368,17 +369,17 @@ ORDER BY year, month, type;
368
  |--------|------:|
369
  | Download | 18 Mbps avg |
370
  | Processing | 84.3K rows/s avg |
371
- | Upload | 18.5s per commit avg |
372
- | ETA | 2026-03-31 07:50 UTC |
373
 
374
  ### Progress
375
 
376
- `█████░░░░░░░░░░░░░░░░░░░░░░░░` 95 / 488 (19.5%)
377
 
378
  | Metric | This Session |
379
  |--------|-------------:|
380
- | Months committed | 38 |
381
- | Rows processed | 28.0M |
382
  | Data committed | 2.2 GB |
383
 
384
  *Last update: 2026-03-31 05:02 UTC*
 
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 **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
 
 
97
 
98
  ```
99
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
100
+ 2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
101
+ 2007 █████░░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
102
+ 2008 ███████████████░░░░░░░░░░░░░░░ 2.5M
103
+ 2009 ██████████████████████████████ 4.8M
104
  ```
105
 
106
  ## How to download and use this dataset
 
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
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
318
  | 2009-10 | comments | - | 43.3s | 19.0s | 18.8s | 5 | 2,242,017 | 199.1 MB |
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
 
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
 
 
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
 
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*
data/submissions/2009/12/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:028b45bd8d5d505126df9281f7d4edefabf06a8da5b5287acc7c92478beba6b7
3
- size 38014289
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8e40c3a6df55d5da8e6931187c17a9335b8a40773bdf1d9ca4edbfbf3c19b5d
3
+ size 38004978
states.json CHANGED
@@ -1,10 +1,10 @@
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:32.020757571Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2009-11",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
@@ -44,15 +44,17 @@
44
  {
45
  "ym": "2009-12",
46
  "type": "comments",
47
- "shard": 1,
 
 
48
  "phase": "processing"
49
  }
50
  ],
51
  "uploading": [
52
  {
53
- "ym": "2009-11",
54
  "type": "submissions",
55
- "rows": 452320,
56
  "shards": 1,
57
  "phase": "committing"
58
  }
@@ -63,15 +65,15 @@
63
  "throughput": {
64
  "avg_download_mbps": 17.69959456525209,
65
  "avg_process_rows_per_sec": 84336.64869913145,
66
- "avg_upload_sec_per_commit": 18.50415328945,
67
- "estimated_completion": "2026-03-31T15:50:40.305478047+08:00"
68
  },
69
  "stats": {
70
- "committed": 38,
71
  "skipped": 57,
72
  "retries": 0,
73
- "total_rows": 27967629,
74
- "total_bytes": 2360631481,
75
  "total_months": 488
76
  }
77
  }
 
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
  },
 
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
  }
 
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
  }
stats.csv CHANGED
@@ -94,4 +94,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
94
  2009,10,comments,5,2242017,208778718,0,43.28,19.04,18.78,2026-03-31T04:59:23Z
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,0.00,2026-03-31T05:02:32Z
 
 
94
  2009,10,comments,5,2242017,208778718,0,43.28,19.04,18.78,2026-03-31T04:59:23Z
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