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

Add comments/2008-01 (1 shards, 453.0K rows)

Browse files
Files changed (4) hide show
  1. README.md +19 -19
  2. data/comments/2008/01/000.parquet +2 -2
  3. states.json +15 -26
  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 **2007-12**.
55
 
56
- Right now the archive has **4.1M items** (2.9M comments, 1.2M submissions) in **328.1 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
 
@@ -89,6 +89,7 @@ states.json live pipeline state (updated every ~5 min)
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
  2006 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
  2007 ██████████████████████████████ 2.5M
 
92
  ```
93
 
94
  **Submissions**
@@ -208,14 +209,14 @@ huggingface-cli download open-index/arctic \
208
 
209
  | Type | Months | Rows | Parquet Size |
210
  |------|-------:|-----:|-------------:|
211
- | comments | 25 | 2.9M | 258.2 MB |
212
  | submissions | 25 | 1.2M | 69.9 MB |
213
- | **Total** | **25** | **4.1M** | **328.1 MB** |
214
 
215
  ### Monthly breakdown
216
 
217
  <details>
218
- <summary>Click to expand full monthly table (25 comment months + 25 submission months)</summary>
219
 
220
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
221
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -268,7 +269,8 @@ huggingface-cli download open-index/arctic \
268
  | 2007-11 | comments | - | 24.8s | 3.4s | 11.8s | 1 | 372,983 | 27.4 MB |
269
  | 2007-11 | submissions | - | - | 2.8s | 5.6s | 1 | 106,868 | 5.9 MB |
270
  | 2007-12 | comments | - | 1m06s | 4.4s | 10.4s | 1 | 363,390 | 30.2 MB |
271
- | 2007-12 | submissions | - | 20.0s | 2.6s | - | 1 | 111,193 | 6.1 MB |
 
272
 
273
  </details>
274
 
@@ -300,16 +302,14 @@ ORDER BY year, month, type;
300
 
301
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
302
 
303
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 12m / **Committed this session:** 49
304
 
305
  ### Active Workers
306
 
307
  | Stage | Month | Type | Progress |
308
  |-------|-------|------|----------|
309
- | Downloading | 2008-02 | submissions | connecting... |
310
- | Downloading | 2008-03 | comments | connecting... |
311
- | Processing | 2008-01 | comments | starting... |
312
- | Uploading | 2007-12 | submissions | 1 shards · 111.2K rows · committing |
313
 
314
 
315
  ### Throughput
@@ -317,21 +317,21 @@ ORDER BY year, month, type;
317
  | Metric | Value |
318
  |--------|------:|
319
  | Download | 5 Mbps avg |
320
- | Processing | 61.7K rows/s avg |
321
  | Upload | 7.9s per commit avg |
322
- | ETA | 2026-03-31 06:32 UTC |
323
 
324
  ### Progress
325
 
326
- `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 49 / 488 (10.0%)
327
 
328
  | Metric | This Session |
329
  |--------|-------------:|
330
- | Months committed | 49 |
331
- | Rows processed | 4.0M |
332
- | Data committed | 322.0 MB |
333
 
334
- *Last update: 2026-03-31 04:40 UTC*
335
 
336
 
337
  # Dataset card for Arctic Shift Reddit Archive
@@ -515,4 +515,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:40 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 **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
 
 
89
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
  2006 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
  2007 ██████████████████████████████ 2.5M
92
+ 2008 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 453.0K
93
  ```
94
 
95
  **Submissions**
 
209
 
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
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
269
  | 2007-11 | comments | - | 24.8s | 3.4s | 11.8s | 1 | 372,983 | 27.4 MB |
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
 
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
  | 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
 
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*
data/comments/2008/01/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ca7bfa6772a4a11d98c5fb8d7f83ea166c1fdad7269adf9cd3eeb89fde932102
3
- size 38458466
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5d1066d1e82255e0da0f135f32edbbcc71daf8fa213b3f37a24c9a5b0ceaf69
3
+ size 38454283
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:40:41.317695715Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2007-12",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -28,30 +28,19 @@
28
  "sequential": false
29
  },
30
  "pipeline": {
31
- "downloading": [
32
- {
33
- "ym": "2008-02",
34
- "type": "submissions",
35
- "phase": "downloading"
36
- },
37
- {
38
- "ym": "2008-03",
39
- "type": "comments",
40
- "phase": "downloading"
41
- }
42
- ],
43
  "processing": [
44
  {
45
  "ym": "2008-01",
46
- "type": "comments",
47
  "phase": "processing"
48
  }
49
  ],
50
  "uploading": [
51
  {
52
- "ym": "2007-12",
53
- "type": "submissions",
54
- "rows": 111193,
55
  "shards": 1,
56
  "phase": "committing"
57
  }
@@ -60,17 +49,17 @@
60
  "queued_for_upload": 0
61
  },
62
  "throughput": {
63
- "avg_download_mbps": 4.824049976482371,
64
- "avg_process_rows_per_sec": 61712.10606410653,
65
- "avg_upload_sec_per_commit": 7.878551741000001,
66
- "estimated_completion": "2026-03-31T14:32:27.693482603+08:00"
67
  },
68
  "stats": {
69
- "committed": 49,
70
  "skipped": 0,
71
  "retries": 0,
72
- "total_rows": 3988871,
73
- "total_bytes": 337633384,
74
  "total_months": 488
75
  }
76
  }
 
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
  "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
  }
 
49
  "queued_for_upload": 0
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
  }
stats.csv CHANGED
@@ -48,4 +48,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
48
  2007,11,comments,1,372983,28750075,0,24.82,3.35,11.82,2026-03-31T04:39:09Z
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,0.00,2026-03-31T04:40:41Z
 
 
48
  2007,11,comments,1,372983,28750075,0,24.82,3.35,11.82,2026-03-31T04:39:09Z
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