tamnd commited on
Commit
9850b0b
·
verified ·
1 Parent(s): 5438167

Add submissions/2010-01 (2 shards, 549.0K rows)

Browse files
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 **2010-01**.
55
 
56
- Right now the archive has **40.4M items** (31.9M comments, 8.6M submissions) in **3.2 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
 
@@ -102,6 +102,7 @@ states.json live pipeline state (updated every ~5 min)
102
  2007 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
103
  2008 ███████████████░░░░░░░░░░░░░░░ 2.5M
104
  2009 ██████████████████████████████ 4.8M
 
105
  ```
106
 
107
  ## How to download and use this dataset
@@ -214,13 +215,13 @@ huggingface-cli download open-index/arctic \
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
  | comments | 50 | 31.9M | 2.7 GB |
217
- | submissions | 49 | 8.6M | 531.1 MB |
218
- | **Total** | **50** | **40.4M** | **3.2 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (50 comment months + 49 submission months)</summary>
224
 
225
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
226
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -322,7 +323,8 @@ huggingface-cli download open-index/arctic \
322
  | 2009-11 | submissions | - | 1m22s | 7.0s | 14.5s | 1 | 452,320 | 32.8 MB |
323
  | 2009-12 | comments | - | 1m18s | 22.9s | 21.0s | 6 | 2,560,510 | 220.7 MB |
324
  | 2009-12 | submissions | - | 30.0s | 8.7s | 13.4s | 1 | 492,225 | 36.2 MB |
325
- | 2010-01 | comments | - | 43.8s | 29.1s | - | 6 | 2,884,096 | 249.4 MB |
 
326
 
327
  </details>
328
 
@@ -354,37 +356,37 @@ ORDER BY year, month, type;
354
 
355
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
356
 
357
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 17m / **Committed this session:** 41
358
 
359
  ### Active Workers
360
 
361
  | Stage | Month | Type | Progress |
362
  |-------|-------|------|----------|
363
- | Downloading | 2010-01 | submissions | 34.7 MB / 51.1 MB (67%) |
364
- | Downloading | 2010-02 | comments | 56.3 MB / 241.7 MB (23%) |
365
- | Uploading | 2010-01 | comments | 6 shards · 2.9M rows · committing |
366
 
367
 
368
  ### Throughput
369
 
370
  | Metric | Value |
371
  |--------|------:|
372
- | Download | 18 Mbps avg |
373
- | Processing | 82.7K rows/s avg |
374
- | Upload | 19.1s per commit avg |
375
- | ETA | 2026-03-31 07:45 UTC |
376
 
377
  ### Progress
378
 
379
- `██████░░░░░░░░░░░░░░░░░░░░░░░░` 98 / 488 (20.1%)
380
 
381
  | Metric | This Session |
382
  |--------|-------------:|
383
- | Months committed | 41 |
384
- | Rows processed | 31.5M |
385
- | Data committed | 2.5 GB |
386
 
387
- *Last update: 2026-03-31 05:03 UTC*
388
 
389
 
390
  # Dataset card for Arctic Shift Reddit Archive
@@ -568,4 +570,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
568
 
569
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
570
 
571
- *Last updated: 2026-03-31 05:03 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 **2010-01**.
55
 
56
+ Right now the archive has **41.0M items** (31.9M comments, 9.1M submissions) in **3.2 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
 
 
102
  2007 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
103
  2008 ███████████████░░░░░░░░░░░░░░░ 2.5M
104
  2009 ██████████████████████████████ 4.8M
105
+ 2010 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 549.0K
106
  ```
107
 
108
  ## How to download and use this dataset
 
215
  | Type | Months | Rows | Parquet Size |
216
  |------|-------:|-----:|-------------:|
217
  | comments | 50 | 31.9M | 2.7 GB |
218
+ | submissions | 50 | 9.1M | 572.1 MB |
219
+ | **Total** | **50** | **41.0M** | **3.2 GB** |
220
 
221
  ### Monthly breakdown
222
 
223
  <details>
224
+ <summary>Click to expand full monthly table (50 comment months + 50 submission months)</summary>
225
 
226
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
227
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
323
  | 2009-11 | submissions | - | 1m22s | 7.0s | 14.5s | 1 | 452,320 | 32.8 MB |
324
  | 2009-12 | comments | - | 1m18s | 22.9s | 21.0s | 6 | 2,560,510 | 220.7 MB |
325
  | 2009-12 | submissions | - | 30.0s | 8.7s | 13.4s | 1 | 492,225 | 36.2 MB |
326
+ | 2010-01 | comments | - | 43.8s | 29.1s | 35.5s | 6 | 2,884,096 | 249.4 MB |
327
+ | 2010-01 | submissions | - | 1m56s | 9.3s | - | 2 | 549,007 | 40.9 MB |
328
 
329
  </details>
330
 
 
356
 
357
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
358
 
359
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 18m / **Committed this session:** 42
360
 
361
  ### Active Workers
362
 
363
  | Stage | Month | Type | Progress |
364
  |-------|-------|------|----------|
365
+ | Downloading | 2010-02 | comments | 99.3 MB / 241.7 MB (41%) |
366
+ | Downloading | 2010-02 | submissions | connecting... |
367
+ | Uploading | 2010-01 | submissions | 2 shards · 549.0K rows · committing |
368
 
369
 
370
  ### Throughput
371
 
372
  | Metric | Value |
373
  |--------|------:|
374
+ | Download | 17 Mbps avg |
375
+ | Processing | 83.3K rows/s avg |
376
+ | Upload | 19.9s per commit avg |
377
+ | ETA | 2026-03-31 07:46 UTC |
378
 
379
  ### Progress
380
 
381
+ `██████░░░░░░░░░░░░░░░░░░░░░░░░` 99 / 488 (20.3%)
382
 
383
  | Metric | This Session |
384
  |--------|-------------:|
385
+ | Months committed | 42 |
386
+ | Rows processed | 34.4M |
387
+ | Data committed | 2.7 GB |
388
 
389
+ *Last update: 2026-03-31 05:04 UTC*
390
 
391
 
392
  # Dataset card for Arctic Shift Reddit Archive
 
570
 
571
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
572
 
573
+ *Last updated: 2026-03-31 05:04 UTC*
data/submissions/2010/01/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:15dacd87bf79638f7fd3c71c767e49623c4286923055cf20594c93e8b1debd02
3
- size 38985777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45b3fe008ef4946cc398e7c7cdc369ee1a73d7a951654c6fa0d1862b62238b6b
3
+ size 38995189
data/submissions/2010/01/001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40c995e92fc8499e859d57330bf6e7c49ade41edcd13a037f2f3760b084d9d06
3
  size 3939558
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0aa92fee8e0e5fac34db2cbbb861a707d0abaa26e036e3639f0a5b76792d2fed
3
  size 3939558
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-31T05:03:44.644791404Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2010-01",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -30,17 +30,15 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2010-01",
34
- "type": "submissions",
35
- "bytes_done": 36409626,
36
- "bytes_total": 53564091,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2010-02",
41
- "type": "comments",
42
- "bytes_done": 59017990,
43
- "bytes_total": 253429845,
44
  "phase": "downloading"
45
  }
46
  ],
@@ -48,9 +46,9 @@
48
  "uploading": [
49
  {
50
  "ym": "2010-01",
51
- "type": "comments",
52
- "rows": 2884096,
53
- "shards": 6,
54
  "phase": "committing"
55
  }
56
  ],
@@ -58,17 +56,17 @@
58
  "queued_for_upload": 0
59
  },
60
  "throughput": {
61
- "avg_download_mbps": 17.69959456525209,
62
- "avg_process_rows_per_sec": 82692.06696410732,
63
- "avg_upload_sec_per_commit": 19.0962990787,
64
- "estimated_completion": "2026-03-31T15:45:40.214567958+08:00"
65
  },
66
  "stats": {
67
- "committed": 41,
68
  "skipped": 57,
69
  "retries": 0,
70
- "total_rows": 31472684,
71
- "total_bytes": 2664484199,
72
  "total_months": 488
73
  }
74
  }
 
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
+ "updated_at": "2026-03-31T05:04:17.979030348Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2010-01",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2010-02",
34
+ "type": "comments",
35
+ "bytes_done": 104090374,
36
+ "bytes_total": 253429845,
37
  "phase": "downloading"
38
  },
39
  {
40
  "ym": "2010-02",
41
+ "type": "submissions",
 
 
42
  "phase": "downloading"
43
  }
44
  ],
 
46
  "uploading": [
47
  {
48
  "ym": "2010-01",
49
+ "type": "submissions",
50
+ "rows": 549007,
51
+ "shards": 2,
52
  "phase": "committing"
53
  }
54
  ],
 
56
  "queued_for_upload": 0
57
  },
58
  "throughput": {
59
+ "avg_download_mbps": 17.448198299776614,
60
+ "avg_process_rows_per_sec": 83286.21722457015,
61
+ "avg_upload_sec_per_commit": 19.901188196150002,
62
+ "estimated_completion": "2026-03-31T15:46:53.910657439+08:00"
63
  },
64
  "stats": {
65
+ "committed": 42,
66
  "skipped": 57,
67
  "retries": 0,
68
+ "total_rows": 34356780,
69
+ "total_bytes": 2925968358,
70
  "total_months": 488
71
  }
72
  }
stats.csv CHANGED
@@ -97,4 +97,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
97
  2009,11,submissions,1,452320,34407563,0,82.12,7.03,14.46,2026-03-31T05:02:32Z
98
  2009,12,comments,6,2560510,231440177,0,77.70,22.88,20.99,2026-03-31T05:02:59Z
99
  2009,12,submissions,1,492225,38004978,0,30.03,8.66,13.40,2026-03-31T05:02:46Z
100
- 2010,1,comments,6,2884096,261484159,0,43.83,29.14,0.00,2026-03-31T05:03:20Z
 
 
97
  2009,11,submissions,1,452320,34407563,0,82.12,7.03,14.46,2026-03-31T05:02:32Z
98
  2009,12,comments,6,2560510,231440177,0,77.70,22.88,20.99,2026-03-31T05:02:59Z
99
  2009,12,submissions,1,492225,38004978,0,30.03,8.66,13.40,2026-03-31T05:02:46Z
100
+ 2010,1,comments,6,2884096,261484159,0,43.83,29.14,35.52,2026-03-31T05:03:20Z
101
+ 2010,1,submissions,2,549007,42934747,0,115.61,9.26,0.00,2026-03-31T05:04:17Z