tamnd commited on
Commit
b412303
·
verified ·
1 Parent(s): 5eee725

Add submissions/2008-12 (1 shards, 283.9K rows)

Browse files
Files changed (4) hide show
  1. README.md +22 -20
  2. data/submissions/2008/12/000.parquet +2 -2
  3. states.json +27 -19
  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 **2008-12**.
55
 
56
- Right now the archive has **13.6M items** (10.1M comments, 3.5M submissions) in **1.0 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
 
@@ -96,9 +96,9 @@ states.json live pipeline state (updated every ~5 min)
96
 
97
  ```
98
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
99
- 2006 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
100
- 2007 ████████████░░░░░░░░░░░░░░░░░░ 908.2K
101
- 2008 ██████████████████████████████ 2.2M
102
  ```
103
 
104
  ## How to download and use this dataset
@@ -211,13 +211,13 @@ huggingface-cli download open-index/arctic \
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
  | comments | 37 | 10.1M | 848.9 MB |
214
- | submissions | 36 | 3.5M | 196.0 MB |
215
- | **Total** | **37** | **13.6M** | **1.0 GB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
- <summary>Click to expand full monthly table (37 comment months + 36 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -293,7 +293,8 @@ huggingface-cli download open-index/arctic \
293
  | 2008-10 | submissions | - | 1m19s | 4.4s | 8.9s | 1 | 282,974 | 16.3 MB |
294
  | 2008-11 | comments | - | 1m55s | 6.4s | 10.7s | 2 | 792,310 | 63.0 MB |
295
  | 2008-11 | submissions | - | 23.3s | 5.2s | 9.0s | 1 | 272,505 | 15.5 MB |
296
- | 2008-12 | comments | - | 53.5s | 8.1s | - | 2 | 850,359 | 69.8 MB |
 
297
 
298
  </details>
299
 
@@ -325,35 +326,36 @@ ORDER BY year, month, type;
325
 
326
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
327
 
328
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 4m / **Committed this session:** 15
329
 
330
  ### Active Workers
331
 
332
  | Stage | Month | Type | Progress |
333
  |-------|-------|------|----------|
334
- | Downloading | 2008-12 | submissions | 20.5 MB / 22.3 MB (91%) |
335
- | Downloading | 2009-01 | comments | connecting... |
336
- | Uploading | 2008-12 | comments | 2 shards · 850.4K rows · committing |
 
337
 
338
 
339
  ### Throughput
340
 
341
  | Metric | Value |
342
  |--------|------:|
343
- | Download | 10 Mbps avg |
344
- | Processing | 95.9K rows/s avg |
345
- | Upload | 10.6s per commit avg |
346
- | ETA | 2026-03-31 06:52 UTC |
347
 
348
  ### Progress
349
 
350
- `████░░░░░░░░░░░░░░░░░░░░░░░░░░` 72 / 488 (14.8%)
351
 
352
  | Metric | This Session |
353
  |--------|-------------:|
354
- | Months committed | 15 |
355
- | Rows processed | 6.6M |
356
- | Data committed | 502.3 MB |
357
 
358
  *Last update: 2026-03-31 04:51 UTC*
359
 
 
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 **2008-12**.
55
 
56
+ Right now the archive has **13.9M items** (10.1M comments, 3.7M submissions) in **1.0 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
 
 
96
 
97
  ```
98
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
99
+ 2006 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
100
+ 2007 ██████████░░░░░░░░░░░░░░░░░░░░ 908.2K
101
+ 2008 ██████████████████████████████ 2.5M
102
  ```
103
 
104
  ## How to download and use this dataset
 
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
  | comments | 37 | 10.1M | 848.9 MB |
214
+ | submissions | 37 | 3.7M | 212.1 MB |
215
+ | **Total** | **37** | **13.9M** | **1.0 GB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
+ <summary>Click to expand full monthly table (37 comment months + 37 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
293
  | 2008-10 | submissions | - | 1m19s | 4.4s | 8.9s | 1 | 282,974 | 16.3 MB |
294
  | 2008-11 | comments | - | 1m55s | 6.4s | 10.7s | 2 | 792,310 | 63.0 MB |
295
  | 2008-11 | submissions | - | 23.3s | 5.2s | 9.0s | 1 | 272,505 | 15.5 MB |
296
+ | 2008-12 | comments | - | 53.5s | 8.1s | 11.6s | 2 | 850,359 | 69.8 MB |
297
+ | 2008-12 | submissions | - | 18.2s | 4.1s | - | 1 | 283,915 | 16.1 MB |
298
 
299
  </details>
300
 
 
326
 
327
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
328
 
329
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 5m / **Committed this session:** 16
330
 
331
  ### Active Workers
332
 
333
  | Stage | Month | Type | Progress |
334
  |-------|-------|------|----------|
335
+ | Downloading | 2009-02 | comments | 6.9 MB / 81.1 MB (8%) |
336
+ | Downloading | 2009-02 | submissions | 2.1 MB / 26.3 MB (7%) |
337
+ | Processing | 2009-01 | submissions | starting... |
338
+ | Uploading | 2008-12 | submissions | 1 shards · 283.9K rows · committing |
339
 
340
 
341
  ### Throughput
342
 
343
  | Metric | Value |
344
  |--------|------:|
345
+ | Download | 11 Mbps avg |
346
+ | Processing | 94.4K rows/s avg |
347
+ | Upload | 10.7s per commit avg |
348
+ | ETA | 2026-03-31 07:01 UTC |
349
 
350
  ### Progress
351
 
352
+ `████░░░░░░░░░░░░░░░░░░░░░░░░░░` 73 / 488 (15.0%)
353
 
354
  | Metric | This Session |
355
  |--------|-------------:|
356
+ | Months committed | 16 |
357
+ | Rows processed | 7.5M |
358
+ | Data committed | 572.1 MB |
359
 
360
  *Last update: 2026-03-31 04:51 UTC*
361
 
data/submissions/2008/12/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2f678cb2693c7d9cacead4cfad664a013229f85d77546272d2c864232178df44
3
- size 16827975
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c477569d652221b3ac0172b80ac7c40c08540b2f4a191262b3a075794035edcf
3
+ size 16835190
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-31T04:51:07.058550021Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2008-12",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -30,25 +30,33 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2008-12",
34
- "type": "submissions",
35
- "bytes_done": 21471940,
36
- "bytes_total": 23350557,
37
  "phase": "downloading"
38
  },
39
  {
40
- "ym": "2009-01",
41
- "type": "comments",
 
 
42
  "phase": "downloading"
43
  }
44
  ],
45
- "processing": null,
 
 
 
 
 
 
46
  "uploading": [
47
  {
48
  "ym": "2008-12",
49
- "type": "comments",
50
- "rows": 850359,
51
- "shards": 2,
52
  "phase": "committing"
53
  }
54
  ],
@@ -56,17 +64,17 @@
56
  "queued_for_upload": 0
57
  },
58
  "throughput": {
59
- "avg_download_mbps": 10.21435899220165,
60
- "avg_process_rows_per_sec": 95928.50480697109,
61
- "avg_upload_sec_per_commit": 10.591651208866669,
62
- "estimated_completion": "2026-03-31T14:52:24.817324678+08:00"
63
  },
64
  "stats": {
65
- "committed": 15,
66
  "skipped": 57,
67
  "retries": 0,
68
- "total_rows": 6644121,
69
- "total_bytes": 526730006,
70
  "total_months": 488
71
  }
72
  }
 
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
+ "updated_at": "2026-03-31T04:51:44.627242217Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2008-12",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2009-02",
34
+ "type": "comments",
35
+ "bytes_done": 7193164,
36
+ "bytes_total": 85017419,
37
  "phase": "downloading"
38
  },
39
  {
40
+ "ym": "2009-02",
41
+ "type": "submissions",
42
+ "bytes_done": 2200446,
43
+ "bytes_total": 27573618,
44
  "phase": "downloading"
45
  }
46
  ],
47
+ "processing": [
48
+ {
49
+ "ym": "2009-01",
50
+ "type": "submissions",
51
+ "phase": "processing"
52
+ }
53
+ ],
54
  "uploading": [
55
  {
56
  "ym": "2008-12",
57
+ "type": "submissions",
58
+ "rows": 283915,
59
+ "shards": 1,
60
  "phase": "committing"
61
  }
62
  ],
 
64
  "queued_for_upload": 0
65
  },
66
  "throughput": {
67
+ "avg_download_mbps": 11.167615418532739,
68
+ "avg_process_rows_per_sec": 94364.88435276793,
69
+ "avg_upload_sec_per_commit": 10.655972374250002,
70
+ "estimated_completion": "2026-03-31T15:01:09.25125746+08:00"
71
  },
72
  "stats": {
73
+ "committed": 16,
74
  "skipped": 57,
75
  "retries": 0,
76
+ "total_rows": 7494480,
77
+ "total_bytes": 599883375,
78
  "total_months": 488
79
  }
80
  }
stats.csv CHANGED
@@ -71,4 +71,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
71
  2008,10,submissions,1,282974,17080841,0,78.94,4.44,8.92,2026-03-31T04:49:46Z
72
  2008,11,comments,2,792310,66068470,0,115.38,6.43,10.65,2026-03-31T04:50:41Z
73
  2008,11,submissions,1,272505,16235154,0,23.27,5.17,9.02,2026-03-31T04:50:10Z
74
- 2008,12,comments,2,850359,73153369,0,53.53,8.06,0.00,2026-03-31T04:51:07Z
 
 
71
  2008,10,submissions,1,282974,17080841,0,78.94,4.44,8.92,2026-03-31T04:49:46Z
72
  2008,11,comments,2,792310,66068470,0,115.38,6.43,10.65,2026-03-31T04:50:41Z
73
  2008,11,submissions,1,272505,16235154,0,23.27,5.17,9.02,2026-03-31T04:50:10Z
74
+ 2008,12,comments,2,850359,73153369,0,53.53,8.06,11.62,2026-03-31T04:51:07Z
75
+ 2008,12,submissions,1,283915,16835190,0,18.18,4.09,0.00,2026-03-31T04:51:44Z