tamnd commited on
Commit
00bf6f5
·
verified ·
1 Parent(s): ba582d7

Add submissions/2010-12 (2 shards, 729.8K 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-12**.
55
 
56
- Right now the archive has **92.3M items** (77.5M comments, 14.8M submissions) in **7.5 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
 
@@ -98,10 +98,10 @@ states.json live pipeline state (updated every ~5 min)
98
  ```
99
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
100
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
101
- 2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
102
- 2008 ████████████░░░░░░░░░░░░░░░░░░ 2.5M
103
- 2009 ███████████████████████░░░░░░░ 4.8M
104
- 2010 ██████████████████████████████ 6.2M
105
  ```
106
 
107
  ## How to download and use this dataset
@@ -214,13 +214,13 @@ huggingface-cli download open-index/arctic \
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
  | comments | 61 | 77.5M | 6.5 GB |
217
- | submissions | 60 | 14.8M | 1.0 GB |
218
- | **Total** | **61** | **92.3M** | **7.5 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (61 comment months + 60 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -344,7 +344,8 @@ huggingface-cli download open-index/arctic \
344
  | 2010-10 | submissions | 1m45s | 32.2s | 21.7s | 1 | 630,298 | 57.6 MB |
345
  | 2010-11 | comments | - | 14m01s | 3m50s | 12 | 5,689,002 | 487.7 MB |
346
  | 2010-11 | submissions | - | 8m41s | 32.5s | 2 | 674,615 | 63.6 MB |
347
- | 2010-12 | comments | 4m22s | 11m24s | - | 12 | 5,972,642 | 513.1 MB |
 
348
 
349
  </details>
350
 
@@ -373,38 +374,39 @@ ORDER BY year, month, type;
373
 
374
  ## Pipeline Status
375
 
376
- > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 121 GB free). Auto-updated every ~5 minutes.
377
 
378
- **Started:** 2026-03-15 15:55 UTC / **Elapsed:** 22m / **Committed this session:** 0
379
 
380
  ### Active Workers
381
 
382
  | Stage | Month | Type | Progress |
383
  |-------|-------|------|----------|
384
- | Downloading | 2011-01 | submissions | 112.0 KB / 117.9 MB (0%) |
385
- | Processing | 2011-01 | comments | shard 3 · 1.0M rows · 57.0K rows/s |
386
- | Uploading | 2010-12 | comments | 12 shards · 6.0M rows · committing |
 
387
 
388
 
389
  ### Throughput
390
 
391
  | Metric | Value |
392
  |--------|------:|
393
- | Download | 13 Mbps avg |
394
- | Processing | 5.0K rows/s avg |
395
 
396
  ### Progress
397
 
398
- `███████░░░░░░░░░░░░░░░░░░░░░░░` 120 / 488 (24.6%)
399
 
400
  | Metric | This Session |
401
  |--------|-------------:|
402
  | Months committed | 0 |
403
  | Rows processed | 0 |
404
  | Data committed | 0 B |
405
- | Retries | 2 |
406
 
407
- *Last update: 2026-03-15 16:17 UTC*
408
 
409
 
410
  # Dataset card for Arctic Shift Reddit Archive
@@ -588,4 +590,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
588
 
589
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
590
 
591
- *Last updated: 2026-03-15 16:17 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-12**.
55
 
56
+ Right now the archive has **93.0M items** (77.5M comments, 15.5M submissions) in **7.6 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
 
 
98
  ```
99
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
100
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
101
+ 2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
102
+ 2008 ██████████░░░░░░░░░░░░░░░░░░░░ 2.5M
103
+ 2009 ████████████████████░░░░░░░░░░ 4.8M
104
+ 2010 ██████████████████████████████ 6.9M
105
  ```
106
 
107
  ## How to download and use this dataset
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
  | comments | 61 | 77.5M | 6.5 GB |
217
+ | submissions | 61 | 15.5M | 1.1 GB |
218
+ | **Total** | **61** | **93.0M** | **7.6 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (61 comment months + 61 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
344
  | 2010-10 | submissions | 1m45s | 32.2s | 21.7s | 1 | 630,298 | 57.6 MB |
345
  | 2010-11 | comments | - | 14m01s | 3m50s | 12 | 5,689,002 | 487.7 MB |
346
  | 2010-11 | submissions | - | 8m41s | 32.5s | 2 | 674,615 | 63.6 MB |
347
+ | 2010-12 | comments | 4m22s | 11m24s | 6m30s | 12 | 5,972,642 | 513.1 MB |
348
+ | 2010-12 | submissions | 59.3s | 15.1s | - | 2 | 729,840 | 69.3 MB |
349
 
350
  </details>
351
 
 
374
 
375
  ## Pipeline Status
376
 
377
+ > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 119 GB free). Auto-updated every ~5 minutes.
378
 
379
+ **Started:** 2026-03-15 16:38 UTC / **Elapsed:** 9m / **Committed this session:** 0
380
 
381
  ### Active Workers
382
 
383
  | Stage | Month | Type | Progress |
384
  |-------|-------|------|----------|
385
+ | Downloading | 2011-03 | comments | 347.5 MB / 679.7 MB (51%) |
386
+ | Processing | 2011-01 | comments | shard 7 · 3.5M rows · 85.9K rows/s |
387
+ | Processing | 2011-01 | submissions | starting... |
388
+ | Uploading | 2010-12 | submissions | 2 shards · 729.8K rows · committing |
389
 
390
 
391
  ### Throughput
392
 
393
  | Metric | Value |
394
  |--------|------:|
395
+ | Download | 11 Mbps avg |
396
+ | Processing | 48.4K rows/s avg |
397
 
398
  ### Progress
399
 
400
+ `███████░░░░░░░░░░░░░░░░░░░░░░░` 121 / 488 (24.8%)
401
 
402
  | Metric | This Session |
403
  |--------|-------------:|
404
  | Months committed | 0 |
405
  | Rows processed | 0 |
406
  | Data committed | 0 B |
407
+ | Retries | 1 |
408
 
409
+ *Last update: 2026-03-15 16:47 UTC*
410
 
411
 
412
  # Dataset card for Arctic Shift Reddit Archive
 
590
 
591
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
592
 
593
+ *Last updated: 2026-03-15 16:47 UTC*
data/submissions/2010/12/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6db46f91f6d9c2bdc4c305d435746508e31ad66aac555e91a685200cfcd7d506
3
+ size 49521776
data/submissions/2010/12/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b225f7dffe7bed824089ae1068e23d47d85af717c5ecd3a98f2416919b25cc24
3
+ size 23177758
states.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "session_id": "2026-03-15T15:55:57Z",
3
- "started_at": "2026-03-15T15:55:57.225731083Z",
4
- "updated_at": "2026-03-15T16:17:57.130694365Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2010-12",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -13,14 +13,15 @@
13
  "os": "linux",
14
  "cpu_cores": 6,
15
  "ram_total_gb": 11.680179595947266,
16
- "ram_avail_gb": 3.6976585388183594,
17
  "disk_total_gb": 192.69090270996094,
18
- "disk_free_gb": 121.1104621887207
19
  },
20
  "budget": {
21
  "max_downloads": 1,
22
  "max_process": 2,
23
  "max_uploads": 1,
 
24
  "download_queue": 3,
25
  "process_queue": 2,
26
  "duckdb_memory_mb": 512,
@@ -29,10 +30,10 @@
29
  "pipeline": {
30
  "downloading": [
31
  {
32
- "ym": "2011-01",
33
- "type": "submissions",
34
- "bytes_done": 114688,
35
- "bytes_total": 123638415,
36
  "phase": "downloading"
37
  }
38
  ],
@@ -40,18 +41,23 @@
40
  {
41
  "ym": "2011-01",
42
  "type": "comments",
43
- "shard": 3,
44
- "rows": 1000000,
45
- "rows_per_sec": 56989.116846826604,
 
 
 
 
 
46
  "phase": "processing"
47
  }
48
  ],
49
  "uploading": [
50
  {
51
  "ym": "2010-12",
52
- "type": "comments",
53
- "rows": 5972642,
54
- "shards": 12,
55
  "phase": "committing"
56
  }
57
  ],
@@ -59,14 +65,14 @@
59
  "queued_for_upload": 0
60
  },
61
  "throughput": {
62
- "avg_download_mbps": 12.879568637966685,
63
- "avg_process_rows_per_sec": 4981.254805364313,
64
  "avg_upload_sec_per_commit": 0
65
  },
66
  "stats": {
67
  "committed": 0,
68
- "skipped": 120,
69
- "retries": 2,
70
  "total_rows": 0,
71
  "total_bytes": 0,
72
  "total_months": 488
 
1
  {
2
+ "session_id": "2026-03-15T16:38:24Z",
3
+ "started_at": "2026-03-15T16:38:24.689405686Z",
4
+ "updated_at": "2026-03-15T16:47:24.335339068Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2010-12",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
13
  "os": "linux",
14
  "cpu_cores": 6,
15
  "ram_total_gb": 11.680179595947266,
16
+ "ram_avail_gb": 5.609889984130859,
17
  "disk_total_gb": 192.69090270996094,
18
+ "disk_free_gb": 118.81229782104492
19
  },
20
  "budget": {
21
  "max_downloads": 1,
22
  "max_process": 2,
23
  "max_uploads": 1,
24
+ "max_convert_workers": 3,
25
  "download_queue": 3,
26
  "process_queue": 2,
27
  "duckdb_memory_mb": 512,
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2011-03",
34
+ "type": "comments",
35
+ "bytes_done": 364332684,
36
+ "bytes_total": 712738444,
37
  "phase": "downloading"
38
  }
39
  ],
 
41
  {
42
  "ym": "2011-01",
43
  "type": "comments",
44
+ "shard": 7,
45
+ "rows": 3500000,
46
+ "rows_per_sec": 85896.00933386994,
47
+ "phase": "processing"
48
+ },
49
+ {
50
+ "ym": "2011-01",
51
+ "type": "submissions",
52
  "phase": "processing"
53
  }
54
  ],
55
  "uploading": [
56
  {
57
  "ym": "2010-12",
58
+ "type": "submissions",
59
+ "rows": 729840,
60
+ "shards": 2,
61
  "phase": "committing"
62
  }
63
  ],
 
65
  "queued_for_upload": 0
66
  },
67
  "throughput": {
68
+ "avg_download_mbps": 11.232819219325052,
69
+ "avg_process_rows_per_sec": 48421.16542434233,
70
  "avg_upload_sec_per_commit": 0
71
  },
72
  "stats": {
73
  "committed": 0,
74
+ "skipped": 121,
75
+ "retries": 1,
76
  "total_rows": 0,
77
  "total_bytes": 0,
78
  "total_months": 488
stats.csv CHANGED
@@ -119,4 +119,5 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
119
  2010,10,submissions,1,630298,60383949,105.07,32.22,21.67,2026-03-15T11:18:50Z
120
  2010,11,comments,12,5689002,511398813,0.00,840.97,230.35,2026-03-15T15:35:37Z
121
  2010,11,submissions,2,674615,66659281,0.00,520.91,32.51,2026-03-15T15:39:28Z
122
- 2010,12,comments,12,5972642,538022851,261.82,684.11,0.00,2026-03-15T16:11:43Z
 
 
119
  2010,10,submissions,1,630298,60383949,105.07,32.22,21.67,2026-03-15T11:18:50Z
120
  2010,11,comments,12,5689002,511398813,0.00,840.97,230.35,2026-03-15T15:35:37Z
121
  2010,11,submissions,2,674615,66659281,0.00,520.91,32.51,2026-03-15T15:39:28Z
122
+ 2010,12,comments,12,5972642,538022851,261.82,684.11,390.26,2026-03-15T16:11:43Z
123
+ 2010,12,submissions,2,729840,72699534,59.30,15.07,0.00,2026-03-15T16:39:39Z