tamnd commited on
Commit
2faee10
·
verified ·
1 Parent(s): 5f821e7

Add submissions/2008-01 (1 shards, 142.3K rows)

Browse files
Files changed (4) hide show
  1. README.md +21 -17
  2. data/submissions/2008/01/000.parquet +2 -2
  3. states.json +24 -13
  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-01**.
55
 
56
- Right now the archive has **4.6M items** (3.3M comments, 1.2M submissions) in **364.8 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,6 +98,7 @@ states.json live pipeline state (updated every ~5 min)
98
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
99
  2006 ██████████░░░░░░░░░░░░░░░░░░░░ 304.7K
100
  2007 ██████████████████████████████ 908.2K
 
101
  ```
102
 
103
  ## How to download and use this dataset
@@ -210,13 +211,13 @@ huggingface-cli download open-index/arctic \
210
  | Type | Months | Rows | Parquet Size |
211
  |------|-------:|-----:|-------------:|
212
  | comments | 26 | 3.3M | 294.9 MB |
213
- | submissions | 25 | 1.2M | 69.9 MB |
214
- | **Total** | **26** | **4.6M** | **364.8 MB** |
215
 
216
  ### Monthly breakdown
217
 
218
  <details>
219
- <summary>Click to expand full monthly table (26 comment months + 25 submission months)</summary>
220
 
221
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
222
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -270,7 +271,8 @@ huggingface-cli download open-index/arctic \
270
  | 2007-11 | submissions | - | - | 2.8s | 5.6s | 1 | 106,868 | 5.9 MB |
271
  | 2007-12 | comments | - | 1m06s | 4.4s | 10.4s | 1 | 363,390 | 30.2 MB |
272
  | 2007-12 | submissions | - | 19.9s | 2.6s | 6.9s | 1 | 111,193 | 6.1 MB |
273
- | 2008-01 | comments | - | 1m10s | 4.0s | - | 1 | 452,990 | 36.7 MB |
 
274
 
275
  </details>
276
 
@@ -302,14 +304,16 @@ ORDER BY year, month, type;
302
 
303
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
304
 
305
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 13m / **Committed this session:** 50
306
 
307
  ### Active Workers
308
 
309
  | Stage | Month | Type | Progress |
310
  |-------|-------|------|----------|
311
- | Processing | 2008-01 | submissions | starting... |
312
- | Uploading | 2008-01 | comments | 1 shards · 453.0K rows · committing |
 
 
313
 
314
 
315
  ### Throughput
@@ -317,21 +321,21 @@ ORDER BY year, month, type;
317
  | Metric | Value |
318
  |--------|------:|
319
  | Download | 5 Mbps avg |
320
- | Processing | 65.5K rows/s avg |
321
- | Upload | 7.9s per commit avg |
322
- | ETA | 2026-03-31 06:40 UTC |
323
 
324
  ### Progress
325
 
326
- `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 50 / 488 (10.2%)
327
 
328
  | Metric | This Session |
329
  |--------|-------------:|
330
- | Months committed | 50 |
331
- | Rows processed | 4.1M |
332
- | Data committed | 328.1 MB |
333
 
334
- *Last update: 2026-03-31 04:41 UTC*
335
 
336
 
337
  # Dataset card for Arctic Shift Reddit Archive
@@ -515,4 +519,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
515
 
516
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
517
 
518
- *Last updated: 2026-03-31 04:41 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-01**.
55
 
56
+ Right now the archive has **4.7M items** (3.3M comments, 1.4M submissions) in **372.6 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 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 142.3K
102
  ```
103
 
104
  ## How to download and use this dataset
 
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
  | comments | 26 | 3.3M | 294.9 MB |
214
+ | submissions | 26 | 1.4M | 77.7 MB |
215
+ | **Total** | **26** | **4.7M** | **372.6 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
+ <summary>Click to expand full monthly table (26 comment months + 26 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
271
  | 2007-11 | submissions | - | - | 2.8s | 5.6s | 1 | 106,868 | 5.9 MB |
272
  | 2007-12 | comments | - | 1m06s | 4.4s | 10.4s | 1 | 363,390 | 30.2 MB |
273
  | 2007-12 | submissions | - | 19.9s | 2.6s | 6.9s | 1 | 111,193 | 6.1 MB |
274
+ | 2008-01 | comments | - | 1m10s | 4.0s | 10.6s | 1 | 452,990 | 36.7 MB |
275
+ | 2008-01 | submissions | - | 20.3s | 3.3s | - | 1 | 142,310 | 7.8 MB |
276
 
277
  </details>
278
 
 
304
 
305
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
306
 
307
+ **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 14m / **Committed this session:** 51
308
 
309
  ### Active Workers
310
 
311
  | Stage | Month | Type | Progress |
312
  |-------|-------|------|----------|
313
+ | Downloading | 2008-03 | submissions | connecting... |
314
+ | Downloading | 2008-04 | comments | connecting... |
315
+ | Processing | 2008-02 | comments | starting... |
316
+ | Uploading | 2008-01 | submissions | 1 shards · 142.3K rows · committing |
317
 
318
 
319
  ### Throughput
 
321
  | Metric | Value |
322
  |--------|------:|
323
  | Download | 5 Mbps avg |
324
+ | Processing | 63.6K rows/s avg |
325
+ | Upload | 8.1s per commit avg |
326
+ | ETA | 2026-03-31 06:41 UTC |
327
 
328
  ### Progress
329
 
330
+ `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 51 / 488 (10.5%)
331
 
332
  | Metric | This Session |
333
  |--------|-------------:|
334
+ | Months committed | 51 |
335
+ | Rows processed | 4.6M |
336
+ | Data committed | 364.8 MB |
337
 
338
+ *Last update: 2026-03-31 04:42 UTC*
339
 
340
 
341
  # Dataset card for Arctic Shift Reddit Archive
 
519
 
520
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
521
 
522
+ *Last updated: 2026-03-31 04:42 UTC*
data/submissions/2008/01/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0045973b9c6593c887ab535424fe93a59b36a9c8732c9b510d9ab0dd092e5906
3
- size 8209579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38d52572f452a39e02ef53511746d2d0d0baf38eca7f08963f668e8bd5d80ece
3
+ size 8207790
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:41:58.858341856Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2008-01",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -28,19 +28,30 @@
28
  "sequential": false
29
  },
30
  "pipeline": {
31
- "downloading": null,
32
- "processing": [
33
  {
34
- "ym": "2008-01",
35
  "type": "submissions",
 
 
 
 
 
 
 
 
 
 
 
 
36
  "phase": "processing"
37
  }
38
  ],
39
  "uploading": [
40
  {
41
  "ym": "2008-01",
42
- "type": "comments",
43
- "rows": 452990,
44
  "shards": 1,
45
  "phase": "committing"
46
  }
@@ -50,16 +61,16 @@
50
  },
51
  "throughput": {
52
  "avg_download_mbps": 5.10461215129313,
53
- "avg_process_rows_per_sec": 65471.43260307699,
54
- "avg_upload_sec_per_commit": 7.8576580374,
55
- "estimated_completion": "2026-03-31T14:40:06.961860446+08:00"
56
  },
57
  "stats": {
58
- "committed": 50,
59
  "skipped": 0,
60
  "retries": 0,
61
- "total_rows": 4100064,
62
- "total_bytes": 344022649,
63
  "total_months": 488
64
  }
65
  }
 
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:09.471828717Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2008-01",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
 
32
  {
33
+ "ym": "2008-03",
34
  "type": "submissions",
35
+ "phase": "downloading"
36
+ },
37
+ {
38
+ "ym": "2008-04",
39
+ "type": "comments",
40
+ "phase": "downloading"
41
+ }
42
+ ],
43
+ "processing": [
44
+ {
45
+ "ym": "2008-02",
46
+ "type": "comments",
47
  "phase": "processing"
48
  }
49
  ],
50
  "uploading": [
51
  {
52
  "ym": "2008-01",
53
+ "type": "submissions",
54
+ "rows": 142310,
55
  "shards": 1,
56
  "phase": "committing"
57
  }
 
61
  },
62
  "throughput": {
63
  "avg_download_mbps": 5.10461215129313,
64
+ "avg_process_rows_per_sec": 63567.78403825012,
65
+ "avg_upload_sec_per_commit": 8.090233930900002,
66
+ "estimated_completion": "2026-03-31T14:41:50.55817274+08:00"
67
  },
68
  "stats": {
69
+ "committed": 51,
70
  "skipped": 0,
71
  "retries": 0,
72
+ "total_rows": 4553054,
73
+ "total_bytes": 382476932,
74
  "total_months": 488
75
  }
76
  }
stats.csv CHANGED
@@ -49,4 +49,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
49
  2007,11,submissions,1,106868,6193997,0,0.00,2.78,5.64,2026-03-31T04:38:40Z
50
  2007,12,comments,1,363390,31699582,0,66.16,4.43,10.44,2026-03-31T04:40:30Z
51
  2007,12,submissions,1,111193,6389265,0,19.95,2.60,6.90,2026-03-31T04:40:41Z
52
- 2008,1,comments,1,452990,38454283,0,70.42,4.04,0.00,2026-03-31T04:41:58Z
 
 
49
  2007,11,submissions,1,106868,6193997,0,0.00,2.78,5.64,2026-03-31T04:38:40Z
50
  2007,12,comments,1,363390,31699582,0,66.16,4.43,10.44,2026-03-31T04:40:30Z
51
  2007,12,submissions,1,111193,6389265,0,19.95,2.60,6.90,2026-03-31T04:40:41Z
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,0.00,2026-03-31T04:42:09Z