tamnd commited on
Commit
e4148cd
·
verified ·
1 Parent(s): 9e24c1c

Add submissions/2007-06 (1 shards, 62.7K rows)

Browse files
Files changed (4) hide show
  1. README.md +21 -21
  2. data/submissions/2007/06/000.parquet +2 -2
  3. states.json +14 -18
  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 **2007-06**.
55
 
56
- Right now the archive has **1.6M items** (1.0M comments, 586.4K submissions) in **132.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
 
@@ -95,8 +95,8 @@ states.json live pipeline state (updated every ~5 min)
95
 
96
  ```
97
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
98
- 2006 ██████████████████████████████ 304.7K
99
- 2007 ███████████████████████████░░░ 276.3K
100
  ```
101
 
102
  ## How to download and use this dataset
@@ -209,13 +209,13 @@ huggingface-cli download open-index/arctic \
209
  | Type | Months | Rows | Parquet Size |
210
  |------|-------:|-----:|-------------:|
211
  | comments | 18 | 1.0M | 98.8 MB |
212
- | submissions | 18 | 586.4K | 33.2 MB |
213
- | **Total** | **18** | **1.6M** | **132.0 MB** |
214
 
215
  ### Monthly breakdown
216
 
217
  <details>
218
- <summary>Click to expand full monthly table (18 comment months + 18 submission months)</summary>
219
 
220
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
221
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -254,7 +254,8 @@ huggingface-cli download open-index/arctic \
254
  | 2007-04 | comments | - | 24.1s | 1.4s | 6.1s | 1 | 126,773 | 11.6 MB |
255
  | 2007-04 | submissions | - | - | 1.2s | 6.2s | 1 | 61,544 | 3.6 MB |
256
  | 2007-05 | submissions | - | 13.0s | 1.1s | 6.3s | 1 | 65,098 | 3.9 MB |
257
- | 2007-06 | comments | - | 19.0s | 2.1s | - | 1 | 178,800 | 16.1 MB |
 
258
 
259
  </details>
260
 
@@ -286,16 +287,15 @@ ORDER BY year, month, type;
286
 
287
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
288
 
289
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 7m / **Committed this session:** 35
290
 
291
  ### Active Workers
292
 
293
  | Stage | Month | Type | Progress |
294
  |-------|-------|------|----------|
295
- | Downloading | 2007-05 | comments | 112.0 KB / 14.7 MB (0%) |
296
- | Downloading | 2007-07 | comments | connecting... |
297
- | Processing | 2007-06 | submissions | starting... |
298
- | Uploading | 2007-06 | comments | 1 shards · 178.8K rows · committing |
299
 
300
 
301
  ### Throughput
@@ -303,21 +303,21 @@ ORDER BY year, month, type;
303
  | Metric | Value |
304
  |--------|------:|
305
  | Download | 2 Mbps avg |
306
- | Processing | 54.5K rows/s avg |
307
- | Upload | 6.5s per commit avg |
308
- | ETA | 2026-03-31 06:11 UTC |
309
 
310
  ### Progress
311
 
312
- `██░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 35 / 488 (7.2%)
313
 
314
  | Metric | This Session |
315
  |--------|-------------:|
316
- | Months committed | 35 |
317
- | Rows processed | 1.4M |
318
- | Data committed | 115.9 MB |
319
 
320
- *Last update: 2026-03-31 04:35 UTC*
321
 
322
 
323
  # Dataset card for Arctic Shift Reddit Archive
@@ -501,4 +501,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
501
 
502
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
503
 
504
- *Last updated: 2026-03-31 04:35 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 **2007-06**.
55
 
56
+ Right now the archive has **1.7M items** (1.0M comments, 649.1K submissions) in **135.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
 
 
95
 
96
  ```
97
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
98
+ 2006 ██████████████████████████░░░░ 304.7K
99
+ 2007 ██████████████████████████████ 339.0K
100
  ```
101
 
102
  ## How to download and use this dataset
 
209
  | Type | Months | Rows | Parquet Size |
210
  |------|-------:|-----:|-------------:|
211
  | comments | 18 | 1.0M | 98.8 MB |
212
+ | submissions | 19 | 649.1K | 37.0 MB |
213
+ | **Total** | **18** | **1.7M** | **135.8 MB** |
214
 
215
  ### Monthly breakdown
216
 
217
  <details>
218
+ <summary>Click to expand full monthly table (18 comment months + 19 submission months)</summary>
219
 
220
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
221
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
254
  | 2007-04 | comments | - | 24.1s | 1.4s | 6.1s | 1 | 126,773 | 11.6 MB |
255
  | 2007-04 | submissions | - | - | 1.2s | 6.2s | 1 | 61,544 | 3.6 MB |
256
  | 2007-05 | submissions | - | 13.0s | 1.1s | 6.3s | 1 | 65,098 | 3.9 MB |
257
+ | 2007-06 | comments | - | 19.0s | 2.1s | 9.4s | 1 | 178,800 | 16.1 MB |
258
+ | 2007-06 | submissions | - | - | 1.9s | - | 1 | 62,693 | 3.8 MB |
259
 
260
  </details>
261
 
 
287
 
288
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
289
 
290
+ **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 8m / **Committed this session:** 36
291
 
292
  ### Active Workers
293
 
294
  | Stage | Month | Type | Progress |
295
  |-------|-------|------|----------|
296
+ | Downloading | 2007-05 | comments | 7.6 MB / 14.7 MB (51%) |
297
+ | Downloading | 2007-07 | comments | 512.0 KB / 17.5 MB (2%) |
298
+ | Uploading | 2007-06 | submissions | 1 shards · 62.7K rows · committing |
 
299
 
300
 
301
  ### Throughput
 
303
  | Metric | Value |
304
  |--------|------:|
305
  | Download | 2 Mbps avg |
306
+ | Processing | 55.6K rows/s avg |
307
+ | Upload | 6.7s per commit avg |
308
+ | ETA | 2026-03-31 06:14 UTC |
309
 
310
  ### Progress
311
 
312
+ `██░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 36 / 488 (7.4%)
313
 
314
  | Metric | This Session |
315
  |--------|-------------:|
316
+ | Months committed | 36 |
317
+ | Rows processed | 1.6M |
318
+ | Data committed | 132.0 MB |
319
 
320
+ *Last update: 2026-03-31 04:36 UTC*
321
 
322
 
323
  # Dataset card for Arctic Shift Reddit Archive
 
501
 
502
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
503
 
504
+ *Last updated: 2026-03-31 04:36 UTC*
data/submissions/2007/06/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:23452b8b59295423ad2f80cfad74e4c43abd165e06fb0fc7577ca00bfa22fa45
3
- size 3944815
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cad80977a10512a509e528b9c9bda7b49a650bf1934bf7f63e2e69bc883f9fb
3
+ size 3944859
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:35:54.331536103Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2007-06",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -32,28 +32,24 @@
32
  {
33
  "ym": "2007-05",
34
  "type": "comments",
35
- "bytes_done": 114688,
36
  "bytes_total": 15442612,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2007-07",
41
  "type": "comments",
 
 
42
  "phase": "downloading"
43
  }
44
  ],
45
- "processing": [
46
- {
47
- "ym": "2007-06",
48
- "type": "submissions",
49
- "phase": "processing"
50
- }
51
- ],
52
  "uploading": [
53
  {
54
  "ym": "2007-06",
55
- "type": "comments",
56
- "rows": 178800,
57
  "shards": 1,
58
  "phase": "committing"
59
  }
@@ -63,16 +59,16 @@
63
  },
64
  "throughput": {
65
  "avg_download_mbps": 2.372455199638965,
66
- "avg_process_rows_per_sec": 54527.76431030367,
67
- "avg_upload_sec_per_commit": 6.500259762500001,
68
- "estimated_completion": "2026-03-31T14:11:48.96464728+08:00"
69
  },
70
  "stats": {
71
- "committed": 35,
72
  "skipped": 0,
73
  "retries": 0,
74
- "total_rows": 1420816,
75
- "total_bytes": 121555194,
76
  "total_months": 488
77
  }
78
  }
 
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
+ "updated_at": "2026-03-31T04:36:03.78304165Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2007-06",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
32
  {
33
  "ym": "2007-05",
34
  "type": "comments",
35
+ "bytes_done": 7962624,
36
  "bytes_total": 15442612,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2007-07",
41
  "type": "comments",
42
+ "bytes_done": 524288,
43
+ "bytes_total": 18309252,
44
  "phase": "downloading"
45
  }
46
  ],
47
+ "processing": null,
 
 
 
 
 
 
48
  "uploading": [
49
  {
50
  "ym": "2007-06",
51
+ "type": "submissions",
52
+ "rows": 62693,
53
  "shards": 1,
54
  "phase": "committing"
55
  }
 
59
  },
60
  "throughput": {
61
  "avg_download_mbps": 2.372455199638965,
62
+ "avg_process_rows_per_sec": 55635.42473863085,
63
+ "avg_upload_sec_per_commit": 6.6869856532,
64
+ "estimated_completion": "2026-03-31T14:14:00.747635571+08:00"
65
  },
66
  "stats": {
67
+ "committed": 36,
68
  "skipped": 0,
69
  "retries": 0,
70
+ "total_rows": 1599616,
71
+ "total_bytes": 138457802,
72
  "total_months": 488
73
  }
74
  }
stats.csv CHANGED
@@ -34,4 +34,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
34
  2007,4,comments,1,126773,12144891,0,24.09,1.44,6.13,2026-03-31T04:35:38Z
35
  2007,4,submissions,1,61544,3766160,0,0.00,1.22,6.15,2026-03-31T04:35:32Z
36
  2007,5,submissions,1,65098,4069258,0,13.04,1.14,6.32,2026-03-31T04:35:44Z
37
- 2007,6,comments,1,178800,16902608,0,19.03,2.13,0.00,2026-03-31T04:35:54Z
 
 
34
  2007,4,comments,1,126773,12144891,0,24.09,1.44,6.13,2026-03-31T04:35:38Z
35
  2007,4,submissions,1,61544,3766160,0,0.00,1.22,6.15,2026-03-31T04:35:32Z
36
  2007,5,submissions,1,65098,4069258,0,13.04,1.14,6.32,2026-03-31T04:35:44Z
37
+ 2007,6,comments,1,178800,16902608,0,19.03,2.13,9.44,2026-03-31T04:35:54Z
38
+ 2007,6,submissions,1,62693,3944859,0,0.00,1.86,0.00,2026-03-31T04:36:03Z