tamnd commited on
Commit
8268db4
·
verified ·
1 Parent(s): 2728b94

Add submissions/2008-02 (1 shards, 147.8K rows)

Browse files
Files changed (4) hide show
  1. README.md +20 -20
  2. data/submissions/2008/02/000.parquet +2 -2
  3. states.json +14 -20
  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-03**.
55
 
56
- Right now the archive has **5.6M items** (4.2M comments, 1.4M submissions) in **445.7 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
 
@@ -98,7 +98,7 @@ states.json live pipeline state (updated every ~5 min)
98
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
99
  2006 ██████████░░░░░░░░░░░░░░░░░░░░ 304.7K
100
  2007 ██████████████████████████████ 908.2K
101
- 2008 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 142.3K
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 | 28 | 4.2M | 368.1 MB |
214
- | submissions | 26 | 1.4M | 77.7 MB |
215
- | **Total** | **28** | **5.6M** | **445.7 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
- <summary>Click to expand full monthly table (28 comment months + 26 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -274,7 +274,8 @@ huggingface-cli download open-index/arctic \
274
  | 2008-01 | comments | - | 1m10s | 4.0s | 10.6s | 1 | 452,990 | 36.7 MB |
275
  | 2008-01 | submissions | - | 20.2s | 3.3s | 8.4s | 1 | 142,310 | 7.8 MB |
276
  | 2008-02 | comments | - | 29.8s | 5.6s | 10.2s | 1 | 441,768 | 35.8 MB |
277
- | 2008-03 | comments | - | 43.1s | 6.7s | - | 1 | 463,728 | 37.3 MB |
 
278
 
279
  </details>
280
 
@@ -306,16 +307,15 @@ ORDER BY year, month, type;
306
 
307
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
308
 
309
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 14m / **Committed this session:** 53
310
 
311
  ### Active Workers
312
 
313
  | Stage | Month | Type | Progress |
314
  |-------|-------|------|----------|
315
- | Downloading | 2008-04 | comments | 9.9 MB / 39.5 MB (25%) |
316
- | Downloading | 2008-04 | submissions | 0 B / 13.0 MB (0%) |
317
- | Processing | 2008-02 | submissions | shard 1 · 0 rows |
318
- | Uploading | 2008-03 | comments | 1 shards · 463.7K rows · committing |
319
 
320
 
321
  ### Throughput
@@ -323,21 +323,21 @@ ORDER BY year, month, type;
323
  | Metric | Value |
324
  |--------|------:|
325
  | Download | 5 Mbps avg |
326
- | Processing | 64.0K rows/s avg |
327
- | Upload | 8.4s per commit avg |
328
- | ETA | 2026-03-31 06:44 UTC |
329
 
330
  ### Progress
331
 
332
- `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 53 / 488 (10.9%)
333
 
334
  | Metric | This Session |
335
  |--------|-------------:|
336
- | Months committed | 53 |
337
- | Rows processed | 5.1M |
338
- | Data committed | 408.4 MB |
339
 
340
- *Last update: 2026-03-31 04:42 UTC*
341
 
342
 
343
  # Dataset card for Arctic Shift Reddit Archive
@@ -521,4 +521,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
521
 
522
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
523
 
524
- *Last updated: 2026-03-31 04:42 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 **2008-03**.
55
 
56
+ Right now the archive has **5.7M items** (4.2M comments, 1.5M submissions) in **454.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
 
 
98
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
99
  2006 ██████████░░░░░░░░░░░░░░░░░░░░ 304.7K
100
  2007 ██████████████████████████████ 908.2K
101
+ 2008 █████████░░░░░░░░░░░░░░░░░░░░░ 290.1K
102
  ```
103
 
104
  ## How to download and use this dataset
 
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
  | comments | 28 | 4.2M | 368.1 MB |
214
+ | submissions | 27 | 1.5M | 85.9 MB |
215
+ | **Total** | **28** | **5.7M** | **454.0 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
+ <summary>Click to expand full monthly table (28 comment months + 27 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
274
  | 2008-01 | comments | - | 1m10s | 4.0s | 10.6s | 1 | 452,990 | 36.7 MB |
275
  | 2008-01 | submissions | - | 20.2s | 3.3s | 8.4s | 1 | 142,310 | 7.8 MB |
276
  | 2008-02 | comments | - | 29.8s | 5.6s | 10.2s | 1 | 441,768 | 35.8 MB |
277
+ | 2008-02 | submissions | - | 1m23s | 3.7s | - | 1 | 147,834 | 8.3 MB |
278
+ | 2008-03 | comments | - | 43.1s | 6.7s | 11.5s | 1 | 463,728 | 37.3 MB |
279
 
280
  </details>
281
 
 
307
 
308
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
309
 
310
+ **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 15m / **Committed this session:** 54
311
 
312
  ### Active Workers
313
 
314
  | Stage | Month | Type | Progress |
315
  |-------|-------|------|----------|
316
+ | Downloading | 2008-04 | comments | 23.4 MB / 39.5 MB (59%) |
317
+ | Downloading | 2008-04 | submissions | 13.0 MB / 13.0 MB (99%) |
318
+ | Uploading | 2008-02 | submissions | 1 shards · 147.8K rows · committing |
 
319
 
320
 
321
  ### Throughput
 
323
  | Metric | Value |
324
  |--------|------:|
325
  | Download | 5 Mbps avg |
326
+ | Processing | 61.5K rows/s avg |
327
+ | Upload | 8.7s per commit avg |
328
+ | ETA | 2026-03-31 06:43 UTC |
329
 
330
  ### Progress
331
 
332
+ `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 54 / 488 (11.1%)
333
 
334
  | Metric | This Session |
335
  |--------|-------------:|
336
+ | Months committed | 54 |
337
+ | Rows processed | 5.6M |
338
+ | Data committed | 445.7 MB |
339
 
340
+ *Last update: 2026-03-31 04:43 UTC*
341
 
342
 
343
  # Dataset card for Arctic Shift Reddit Archive
 
521
 
522
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
523
 
524
+ *Last updated: 2026-03-31 04:43 UTC*
data/submissions/2008/02/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb09871f2c10b3e646a57eb3be871eb1d07f1c5432950fc9cc3b5d9c9d33a473
3
- size 8651071
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6de88c3ac11eec1674150d2074ae0975961be23d5e2f934c6b9c6af41326630c
3
+ size 8650932
states.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
- "updated_at": "2026-03-31T04:42:58.461597133Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2008-03",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -32,30 +32,24 @@
32
  {
33
  "ym": "2008-04",
34
  "type": "comments",
35
- "bytes_done": 10371072,
36
  "bytes_total": 41375512,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2008-04",
41
  "type": "submissions",
 
42
  "bytes_total": 13631636,
43
  "phase": "downloading"
44
  }
45
  ],
46
- "processing": [
 
47
  {
48
  "ym": "2008-02",
49
  "type": "submissions",
50
- "shard": 1,
51
- "phase": "processing"
52
- }
53
- ],
54
- "uploading": [
55
- {
56
- "ym": "2008-03",
57
- "type": "comments",
58
- "rows": 463728,
59
  "shards": 1,
60
  "phase": "committing"
61
  }
@@ -65,16 +59,16 @@
65
  },
66
  "throughput": {
67
  "avg_download_mbps": 4.996251294786871,
68
- "avg_process_rows_per_sec": 64026.645071939056,
69
- "avg_upload_sec_per_commit": 8.389797130400002,
70
- "estimated_completion": "2026-03-31T14:44:22.585102082+08:00"
71
  },
72
  "stats": {
73
- "committed": 53,
74
  "skipped": 0,
75
  "retries": 0,
76
- "total_rows": 5137132,
77
- "total_bytes": 428250294,
78
  "total_months": 488
79
  }
80
  }
 
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
+ "updated_at": "2026-03-31T04:43:09.948882949Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2008-02",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
32
  {
33
  "ym": "2008-04",
34
  "type": "comments",
35
+ "bytes_done": 24494080,
36
  "bytes_total": 41375512,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2008-04",
41
  "type": "submissions",
42
+ "bytes_done": 13582484,
43
  "bytes_total": 13631636,
44
  "phase": "downloading"
45
  }
46
  ],
47
+ "processing": null,
48
+ "uploading": [
49
  {
50
  "ym": "2008-02",
51
  "type": "submissions",
52
+ "rows": 147834,
 
 
 
 
 
 
 
 
53
  "shards": 1,
54
  "phase": "committing"
55
  }
 
59
  },
60
  "throughput": {
61
  "avg_download_mbps": 4.996251294786871,
62
+ "avg_process_rows_per_sec": 61518.006978836944,
63
+ "avg_upload_sec_per_commit": 8.6563531325,
64
+ "estimated_completion": "2026-03-31T14:43:34.51268022+08:00"
65
  },
66
  "stats": {
67
+ "committed": 54,
68
  "skipped": 0,
69
  "retries": 0,
70
+ "total_rows": 5600860,
71
+ "total_bytes": 467387765,
72
  "total_months": 488
73
  }
74
  }
stats.csv CHANGED
@@ -52,4 +52,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
52
  2008,1,comments,1,452990,38454283,0,70.42,4.04,10.60,2026-03-31T04:41:58Z
53
  2008,1,submissions,1,142310,8207790,0,20.25,3.28,8.40,2026-03-31T04:42:09Z
54
  2008,2,comments,1,441768,37565572,0,29.80,5.61,10.20,2026-03-31T04:42:48Z
55
- 2008,3,comments,1,463728,39137471,0,43.15,6.71,0.00,2026-03-31T04:42:58Z
 
 
52
  2008,1,comments,1,452990,38454283,0,70.42,4.04,10.60,2026-03-31T04:41:58Z
53
  2008,1,submissions,1,142310,8207790,0,20.25,3.28,8.40,2026-03-31T04:42:09Z
54
  2008,2,comments,1,441768,37565572,0,29.80,5.61,10.20,2026-03-31T04:42:48Z
55
+ 2008,2,submissions,1,147834,8650932,0,82.96,3.66,0.00,2026-03-31T04:43:09Z
56
+ 2008,3,comments,1,463728,39137471,0,43.15,6.71,11.46,2026-03-31T04:42:58Z