tamnd commited on
Commit
12bccc2
·
verified ·
1 Parent(s): 0cb3c4a

Add submissions/2012-02 (4 shards, 2.0M 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 **2026-02**.
55
 
56
- Right now the archive has **1.3B items** (124.1M comments, 1.2B submissions) in **154.7 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
 
@@ -105,7 +105,7 @@ states.json live pipeline state (updated every ~5 min)
105
  2009 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.8M
106
  2010 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.9M
107
  2011 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.0M
108
- 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.0M
109
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
110
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
111
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
@@ -225,20 +225,20 @@ huggingface-cli download open-index/arctic \
225
  | Type | Months | Rows | Parquet Size |
226
  |------|-------:|-----:|-------------:|
227
  | comments | 67 | 124.1M | 10.4 GB |
228
- | submissions | 104 | 1.2B | 144.4 GB |
229
- | **Total** | **67** | **1.3B** | **154.7 GB** |
230
 
231
  ### Coverage
232
 
233
- Processing **171** of **486** (month, type) pairs from **2005-12** through **2026-02**.
234
 
235
  | Metric | Size |
236
  |--------|-----:|
237
  | Total .zst archive | 3.6 TB |
238
- | Processed (.zst) | 462.8 GB |
239
  | Remaining (.zst) | 3.1 TB |
240
 
241
- ### Remaining months (315 pairs)
242
 
243
  <details>
244
  <summary>Click to expand remaining months table</summary>
@@ -253,7 +253,6 @@ Processing **171** of **486** (month, type) pairs from **2005-12** through **202
253
  | 2011-12 | comments | 1.2 GB |
254
  | 2012-01 | comments | 1.4 GB |
255
  | 2012-02 | comments | 1.4 GB |
256
- | 2012-02 | submissions | 288.4 MB |
257
  | 2012-03 | comments | 1.6 GB |
258
  | 2012-03 | submissions | 315.1 MB |
259
  | 2012-04 | comments | 1.7 GB |
@@ -566,7 +565,7 @@ Processing **171** of **486** (month, type) pairs from **2005-12** through **202
566
  ### Monthly breakdown
567
 
568
  <details>
569
- <summary>Click to expand full monthly table (67 comment months + 104 submission months)</summary>
570
 
571
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
572
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -710,7 +709,8 @@ Processing **171** of **486** (month, type) pairs from **2005-12** through **202
710
  | 2011-10 | submissions | 226.9 MB | - | 54.4s | 1m17s | 4 | 1,590,673 | 179.1 MB |
711
  | 2011-11 | submissions | 235.5 MB | 2m18s | 57.4s | 1m06s | 4 | 1,634,431 | 181.8 MB |
712
  | 2011-12 | submissions | 252.0 MB | - | 2m56s | 1m21s | 4 | 1,772,219 | 194.2 MB |
713
- | 2012-01 | submissions | 285.4 MB | 2m04s | 5m37s | - | 4 | 1,981,577 | 217.7 MB |
 
714
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
715
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
716
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
@@ -770,21 +770,40 @@ ORDER BY year, month, type;
770
 
771
  ## Pipeline Status
772
 
773
- > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 108 GB free). Auto-updated every ~5 minutes.
774
 
775
- **Started:** 2026-03-21 09:35 UTC / **Elapsed:** 0m / **Committed this session:** 0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
776
 
777
  ### Progress
778
 
779
- `░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 0 / 2 (0.0%)
780
 
781
  | Metric | This Session |
782
  |--------|-------------:|
783
- | Months committed | 0 |
784
- | Rows processed | 0 |
785
- | Data committed | 0 B |
786
 
787
- *Last update: 2026-03-21 09:35 UTC*
788
 
789
 
790
  # Dataset card for Arctic Shift Reddit Archive
@@ -968,4 +987,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
968
 
969
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
970
 
971
- *Last updated: 2026-03-21 09: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 **2026-02**.
55
 
56
+ Right now the archive has **1.3B items** (124.1M comments, 1.2B submissions) in **154.9 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
 
 
105
  2009 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.8M
106
  2010 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.9M
107
  2011 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.0M
108
+ 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.9M
109
  2017 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.4M
110
  2018 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.3M
111
  2019 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.2M
 
225
  | Type | Months | Rows | Parquet Size |
226
  |------|-------:|-----:|-------------:|
227
  | comments | 67 | 124.1M | 10.4 GB |
228
+ | submissions | 105 | 1.2B | 144.6 GB |
229
+ | **Total** | **67** | **1.3B** | **154.9 GB** |
230
 
231
  ### Coverage
232
 
233
+ Processing **172** of **486** (month, type) pairs from **2005-12** through **2026-02**.
234
 
235
  | Metric | Size |
236
  |--------|-----:|
237
  | Total .zst archive | 3.6 TB |
238
+ | Processed (.zst) | 463.1 GB |
239
  | Remaining (.zst) | 3.1 TB |
240
 
241
+ ### Remaining months (314 pairs)
242
 
243
  <details>
244
  <summary>Click to expand remaining months table</summary>
 
253
  | 2011-12 | comments | 1.2 GB |
254
  | 2012-01 | comments | 1.4 GB |
255
  | 2012-02 | comments | 1.4 GB |
 
256
  | 2012-03 | comments | 1.6 GB |
257
  | 2012-03 | submissions | 315.1 MB |
258
  | 2012-04 | comments | 1.7 GB |
 
565
  ### Monthly breakdown
566
 
567
  <details>
568
+ <summary>Click to expand full monthly table (67 comment months + 105 submission months)</summary>
569
 
570
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
571
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
709
  | 2011-10 | submissions | 226.9 MB | - | 54.4s | 1m17s | 4 | 1,590,673 | 179.1 MB |
710
  | 2011-11 | submissions | 235.5 MB | 2m18s | 57.4s | 1m06s | 4 | 1,634,431 | 181.8 MB |
711
  | 2011-12 | submissions | 252.0 MB | - | 2m56s | 1m21s | 4 | 1,772,219 | 194.2 MB |
712
+ | 2012-01 | submissions | 285.4 MB | 2m04s | 5m37s | 2m09s | 4 | 1,981,577 | 217.7 MB |
713
+ | 2012-02 | submissions | 288.4 MB | 1m14s | 9m08s | - | 4 | 1,961,817 | 221.3 MB |
714
  | 2017-11 | submissions | 2.2 GB | 8m23s | 79m11s | 2m55s | 21 | 10,377,379 | 1.3 GB |
715
  | 2018-01 | submissions | 2.4 GB | 8m56s | 94m49s | 3m14s | 23 | 11,306,843 | 1.4 GB |
716
  | 2019-11 | submissions | 5.5 GB | 9m48s | 26m01s | 5m27s | 43 | 21,243,315 | 2.2 GB |
 
770
 
771
  ## Pipeline Status
772
 
773
+ > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 103 GB free). Auto-updated every ~5 minutes.
774
 
775
+ **Started:** 2026-03-21 09:20 UTC / **Elapsed:** 23m / **Committed this session:** 6
776
+
777
+ ### Active Workers
778
+
779
+ | Stage | Month | Type | Progress |
780
+ |-------|-------|------|----------|
781
+ | Downloading | 2012-08 | submissions | 0 B / 425.4 MB (0%) |
782
+ | Processing | 2012-03 | submissions | shard 5 · 1.5M rows · 29.5K rows/s |
783
+ | Processing | 2012-04 | submissions | starting... |
784
+ | Uploading | 2012-02 | submissions | 4 shards · 2.0M rows · committing |
785
+
786
+
787
+ ### Throughput
788
+
789
+ | Metric | Value |
790
+ |--------|------:|
791
+ | Download | 16 Mbps avg |
792
+ | Processing | 18.0K rows/s avg |
793
+ | Upload | 76.3s per commit avg |
794
+ | ETA | 2026-03-22 09:43 UTC |
795
 
796
  ### Progress
797
 
798
+ `██████░░░░░░░░░░░░░░░░░░░░░░░░` 104 / 488 (21.3%)
799
 
800
  | Metric | This Session |
801
  |--------|-------------:|
802
+ | Months committed | 6 |
803
+ | Rows processed | 9.9M |
804
+ | Data committed | 1.1 GB |
805
 
806
+ *Last update: 2026-03-21 09:43 UTC*
807
 
808
 
809
  # Dataset card for Arctic Shift Reddit Archive
 
987
 
988
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
989
 
990
+ *Last updated: 2026-03-21 09:43 UTC*
data/submissions/2012/02/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36b3e179b315d615703943fb21781996d86da9e48b3da9799e5cb1469cf1b494
3
+ size 58451263
data/submissions/2012/02/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cd6dd475f397d3e00ee7717ea3da64eb4961206b6ac0b700533ea5780c2584b
3
+ size 58672472
data/submissions/2012/02/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d3806a9e809451efd5faafbd9a155baef16374cb61ac4074f217ebf6430e80b
3
+ size 59590080
data/submissions/2012/02/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6ca67f0434ef916770756d649ea28d31c4f21647813b688e128f838823b3eb7
3
+ size 55385521
states.json CHANGED
@@ -1,16 +1,21 @@
1
  {
2
- "session_id": "2026-03-21T09:35:03Z",
3
- "started_at": "2026-03-21T09:35:03.282383859Z",
4
- "updated_at": "2026-03-21T09:35:03.28239484Z",
5
- "phase": "idle",
 
 
 
 
 
6
  "hardware": {
7
  "hostname": "vmi3112167",
8
  "os": "linux",
9
  "cpu_cores": 6,
10
  "ram_total_gb": 11.680179595947266,
11
- "ram_avail_gb": 2.4321441650390625,
12
  "disk_total_gb": 192.69090270996094,
13
- "disk_free_gb": 107.99274444580078
14
  },
15
  "budget": {
16
  "max_downloads": 1,
@@ -23,23 +28,53 @@
23
  "sequential": false
24
  },
25
  "pipeline": {
26
- "downloading": null,
27
- "processing": null,
28
- "uploading": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  "queued_for_process": 0,
30
  "queued_for_upload": 0
31
  },
32
  "throughput": {
33
- "avg_download_mbps": 0,
34
- "avg_process_rows_per_sec": 0,
35
- "avg_upload_sec_per_commit": 0
 
36
  },
37
  "stats": {
38
- "committed": 0,
39
- "skipped": 0,
40
  "retries": 0,
41
- "total_rows": 0,
42
- "total_bytes": 0,
43
- "total_months": 2
44
  }
45
  }
 
1
  {
2
+ "session_id": "2026-03-21T09:20:55Z",
3
+ "started_at": "2026-03-21T09:20:55.358986587Z",
4
+ "updated_at": "2026-03-21T09:43:55.227457028Z",
5
+ "phase": "running",
6
+ "current": {
7
+ "ym": "2012-02",
8
+ "type": "submissions",
9
+ "phase": "committing"
10
+ },
11
  "hardware": {
12
  "hostname": "vmi3112167",
13
  "os": "linux",
14
  "cpu_cores": 6,
15
  "ram_total_gb": 11.680179595947266,
16
+ "ram_avail_gb": 5.264896392822266,
17
  "disk_total_gb": 192.69090270996094,
18
+ "disk_free_gb": 103.35526275634766
19
  },
20
  "budget": {
21
  "max_downloads": 1,
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
32
+ {
33
+ "ym": "2012-08",
34
+ "type": "submissions",
35
+ "bytes_total": 446070905,
36
+ "phase": "downloading"
37
+ }
38
+ ],
39
+ "processing": [
40
+ {
41
+ "ym": "2012-03",
42
+ "type": "submissions",
43
+ "shard": 5,
44
+ "rows": 1500000,
45
+ "rows_per_sec": 29472.812857920766,
46
+ "phase": "processing"
47
+ },
48
+ {
49
+ "ym": "2012-04",
50
+ "type": "submissions",
51
+ "phase": "processing"
52
+ }
53
+ ],
54
+ "uploading": [
55
+ {
56
+ "ym": "2012-02",
57
+ "type": "submissions",
58
+ "rows": 1961817,
59
+ "shards": 4,
60
+ "phase": "committing"
61
+ }
62
+ ],
63
  "queued_for_process": 0,
64
  "queued_for_upload": 0
65
  },
66
  "throughput": {
67
+ "avg_download_mbps": 16.15396556919923,
68
+ "avg_process_rows_per_sec": 17981.286817161395,
69
+ "avg_upload_sec_per_commit": 76.32025968633333,
70
+ "estimated_completion": "2026-03-22T10:43:28.794884375+01:00"
71
  },
72
  "stats": {
73
+ "committed": 6,
74
+ "skipped": 98,
75
  "retries": 0,
76
+ "total_rows": 9909822,
77
+ "total_bytes": 1142357476,
78
+ "total_months": 488
79
  }
80
  }
stats.csv CHANGED
@@ -139,7 +139,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
139
  2011,10,submissions,4,1590673,187749711,237965612,0.00,54.41,77.31,2026-03-21T09:24:02Z
140
  2011,11,submissions,4,1634431,190617313,246897028,138.40,57.38,66.03,2026-03-21T09:26:24Z
141
  2011,12,submissions,4,1772219,203638988,264265411,0.00,175.74,81.00,2026-03-21T09:28:22Z
142
- 2012,1,submissions,4,1981577,228256715,299292677,124.06,336.81,0.00,2026-03-21T09:33:07Z
 
143
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
144
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
145
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z
 
139
  2011,10,submissions,4,1590673,187749711,237965612,0.00,54.41,77.31,2026-03-21T09:24:02Z
140
  2011,11,submissions,4,1634431,190617313,246897028,138.40,57.38,66.03,2026-03-21T09:26:24Z
141
  2011,12,submissions,4,1772219,203638988,264265411,0.00,175.74,81.00,2026-03-21T09:28:22Z
142
+ 2012,1,submissions,4,1981577,228256715,299292677,124.06,336.81,128.51,2026-03-21T09:33:07Z
143
+ 2012,2,submissions,4,1961817,232099336,302444843,74.26,547.76,0.00,2026-03-21T09:43:25Z
144
  2017,11,submissions,21,10377379,1359465934,2313597673,502.64,4750.99,175.00,2026-03-21T01:34:51Z
145
  2018,1,submissions,23,11306843,1486493503,2605287865,536.02,5688.66,194.12,2026-03-20T23:42:25Z
146
  2019,11,submissions,43,21243315,2326097927,5937769829,587.53,1560.69,326.56,2026-03-20T16:58:15Z