tamnd commited on
Commit
fea9024
·
verified ·
1 Parent(s): c29d6fc

Add submissions/2025-02 (73 shards, 36.2M 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 **652.5M items** (124.1M comments, 528.3M submissions) in **78.0 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,8 +105,8 @@ states.json live pipeline state (updated every ~5 min)
105
  2009 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.8M
106
  2010 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.9M
107
  2011 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.1M
108
- 2025 ██████████████████████████████ 418.2M
109
- 2026 █████░░░░░░░░░░░░░░░░░░░░░░░░ 87.5M
110
  ```
111
 
112
  ## How to download and use this dataset
@@ -219,20 +219,20 @@ huggingface-cli download open-index/arctic \
219
  | Type | Months | Rows | Parquet Size |
220
  |------|-------:|-----:|-------------:|
221
  | comments | 67 | 124.1M | 10.4 GB |
222
- | submissions | 80 | 528.3M | 67.6 GB |
223
- | **Total** | **67** | **652.5M** | **78.0 GB** |
224
 
225
  ### Coverage
226
 
227
- Processing **147** of **486** (month, type) pairs from **2005-12** through **2026-02**.
228
 
229
  | Metric | Size |
230
  |--------|-----:|
231
  | Total .zst archive | 3.6 TB |
232
- | Processed (.zst) | 217.0 GB |
233
- | Remaining (.zst) | 3.4 TB |
234
 
235
- ### Remaining months (339 pairs)
236
 
237
  <details>
238
  <summary>Click to expand remaining months table</summary>
@@ -565,7 +565,6 @@ Processing **147** of **486** (month, type) pairs from **2005-12** through **202
565
  | 2025-01 | comments | 36.3 GB |
566
  | 2025-01 | submissions | 16.2 GB |
567
  | 2025-02 | comments | 33.2 GB |
568
- | 2025-02 | submissions | 14.8 GB |
569
  | 2025-03 | comments | 35.7 GB |
570
  | 2025-04 | comments | 34.1 GB |
571
  | 2025-05 | comments | 35.8 GB |
@@ -584,7 +583,7 @@ Processing **147** of **486** (month, type) pairs from **2005-12** through **202
584
  ### Monthly breakdown
585
 
586
  <details>
587
- <summary>Click to expand full monthly table (67 comment months + 80 submission months)</summary>
588
 
589
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
590
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -723,6 +722,7 @@ Processing **147** of **486** (month, type) pairs from **2005-12** through **202
723
  | 2011-06 | comments | 854.3 MB | - | 22m19s | 11m36s | 20 | 9,766,511 | 816.4 MB |
724
  | 2011-06 | submissions | 155.2 MB | - | 22m30s | - | 3 | 1,153,048 | 121.0 MB |
725
  | 2011-07 | submissions | 172.1 MB | 1m31s | 20.4s | 2m49s | 3 | 1,264,991 | 134.2 MB |
 
726
  | 2025-03 | submissions | 16.3 GB | 56m39s | 77m30s | 15m47s | 80 | 39,637,989 | 5.2 GB |
727
  | 2025-04 | submissions | 16.1 GB | 58m07s | 79m49s | 31m40s | 78 | 38,776,405 | 5.2 GB |
728
  | 2025-05 | submissions | 17.2 GB | 86m13s | 91m27s | 47m45s | 82 | 40,563,699 | 5.4 GB |
@@ -766,13 +766,13 @@ ORDER BY year, month, type;
766
 
767
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 125 GB free). Auto-updated every ~5 minutes.
768
 
769
- **Started:** 2026-03-18 01:06 UTC / **Elapsed:** 1h 30m / **Committed this session:** 0
770
 
771
  ### Active Workers
772
 
773
  | Stage | Month | Type | Progress |
774
  |-------|-------|------|----------|
775
- | Processing | 2025-02 | submissions | shard 61 · 30.5M rows · 37.5K rows/s |
776
 
777
 
778
  ### Throughput
@@ -780,6 +780,7 @@ ORDER BY year, month, type;
780
  | Metric | Value |
781
  |--------|------:|
782
  | Download | 57 Mbps avg |
 
783
 
784
  ### Progress
785
 
@@ -791,7 +792,7 @@ ORDER BY year, month, type;
791
  | Rows processed | 0 |
792
  | Data committed | 0 B |
793
 
794
- *Last update: 2026-03-18 02:36 UTC*
795
 
796
 
797
  # Dataset card for Arctic Shift Reddit Archive
@@ -975,4 +976,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
975
 
976
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
977
 
978
- *Last updated: 2026-03-18 02:36 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 **688.7M items** (124.1M comments, 564.5M submissions) in **82.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
  2009 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.8M
106
  2010 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.9M
107
  2011 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.1M
108
+ 2025 ██████████████████████████████ 454.4M
109
+ 2026 █████░░░░░░░░░░░░░░░░░░░░░░░░ 87.5M
110
  ```
111
 
112
  ## How to download and use this dataset
 
219
  | Type | Months | Rows | Parquet Size |
220
  |------|-------:|-----:|-------------:|
221
  | comments | 67 | 124.1M | 10.4 GB |
222
+ | submissions | 81 | 564.5M | 72.3 GB |
223
+ | **Total** | **67** | **688.7M** | **82.7 GB** |
224
 
225
  ### Coverage
226
 
227
+ Processing **148** of **486** (month, type) pairs from **2005-12** through **2026-02**.
228
 
229
  | Metric | Size |
230
  |--------|-----:|
231
  | Total .zst archive | 3.6 TB |
232
+ | Processed (.zst) | 231.7 GB |
233
+ | Remaining (.zst) | 3.3 TB |
234
 
235
+ ### Remaining months (338 pairs)
236
 
237
  <details>
238
  <summary>Click to expand remaining months table</summary>
 
565
  | 2025-01 | comments | 36.3 GB |
566
  | 2025-01 | submissions | 16.2 GB |
567
  | 2025-02 | comments | 33.2 GB |
 
568
  | 2025-03 | comments | 35.7 GB |
569
  | 2025-04 | comments | 34.1 GB |
570
  | 2025-05 | comments | 35.8 GB |
 
583
  ### Monthly breakdown
584
 
585
  <details>
586
+ <summary>Click to expand full monthly table (67 comment months + 81 submission months)</summary>
587
 
588
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
589
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
722
  | 2011-06 | comments | 854.3 MB | - | 22m19s | 11m36s | 20 | 9,766,511 | 816.4 MB |
723
  | 2011-06 | submissions | 155.2 MB | - | 22m30s | - | 3 | 1,153,048 | 121.0 MB |
724
  | 2011-07 | submissions | 172.1 MB | 1m31s | 20.4s | 2m49s | 3 | 1,264,991 | 134.2 MB |
725
+ | 2025-02 | submissions | 14.8 GB | 35m36s | 64m07s | - | 73 | 36,173,238 | 4.7 GB |
726
  | 2025-03 | submissions | 16.3 GB | 56m39s | 77m30s | 15m47s | 80 | 39,637,989 | 5.2 GB |
727
  | 2025-04 | submissions | 16.1 GB | 58m07s | 79m49s | 31m40s | 78 | 38,776,405 | 5.2 GB |
728
  | 2025-05 | submissions | 17.2 GB | 86m13s | 91m27s | 47m45s | 82 | 40,563,699 | 5.4 GB |
 
766
 
767
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 125 GB free). Auto-updated every ~5 minutes.
768
 
769
+ **Started:** 2026-03-18 01:06 UTC / **Elapsed:** 1h 40m / **Committed this session:** 0
770
 
771
  ### Active Workers
772
 
773
  | Stage | Month | Type | Progress |
774
  |-------|-------|------|----------|
775
+ | Uploading | 2025-02 | submissions | 73 shards · 36.2M rows · committing |
776
 
777
 
778
  ### Throughput
 
780
  | Metric | Value |
781
  |--------|------:|
782
  | Download | 57 Mbps avg |
783
+ | Processing | 9.4K rows/s avg |
784
 
785
  ### Progress
786
 
 
792
  | Rows processed | 0 |
793
  | Data committed | 0 B |
794
 
795
+ *Last update: 2026-03-18 02:46 UTC*
796
 
797
 
798
  # Dataset card for Arctic Shift Reddit Archive
 
976
 
977
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
978
 
979
+ *Last updated: 2026-03-18 03:00 UTC*
data/submissions/2025/02/070.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:239f876c4e28caa25c8e2db733e2f6afe0cd68a0bbb5d8cb5e86d7fd7a85b658
3
+ size 69724850
data/submissions/2025/02/071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:909ff83275e79feac390785756b4ee543a56613edc4d188ae575bef4894834e3
3
+ size 70259232
data/submissions/2025/02/072.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bfd7990693f190a2f0ec18dc773411e9b1b4b317413efcbfc38471cff749ec0
3
+ size 23746974
states.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
  "session_id": "2026-03-18T01:06:33Z",
3
  "started_at": "2026-03-18T01:06:33.533326909Z",
4
- "updated_at": "2026-03-18T02:36:32.443207457Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2025-02",
8
  "type": "submissions",
9
- "phase": "processing"
10
  },
11
  "hardware": {
12
  "hostname": "vmi3112167",
@@ -29,23 +29,22 @@
29
  },
30
  "pipeline": {
31
  "downloading": null,
32
- "processing": [
 
33
  {
34
  "ym": "2025-02",
35
  "type": "submissions",
36
- "shard": 61,
37
- "rows": 30500000,
38
- "rows_per_sec": 37454.99216746148,
39
- "phase": "processing"
40
  }
41
  ],
42
- "uploading": null,
43
  "queued_for_process": 0,
44
  "queued_for_upload": 0
45
  },
46
  "throughput": {
47
  "avg_download_mbps": 56.641398781815354,
48
- "avg_process_rows_per_sec": 0,
49
  "avg_upload_sec_per_commit": 0
50
  },
51
  "stats": {
 
1
  {
2
  "session_id": "2026-03-18T01:06:33Z",
3
  "started_at": "2026-03-18T01:06:33.533326909Z",
4
+ "updated_at": "2026-03-18T02:46:16.614686508Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2025-02",
8
  "type": "submissions",
9
+ "phase": "committing"
10
  },
11
  "hardware": {
12
  "hostname": "vmi3112167",
 
29
  },
30
  "pipeline": {
31
  "downloading": null,
32
+ "processing": null,
33
+ "uploading": [
34
  {
35
  "ym": "2025-02",
36
  "type": "submissions",
37
+ "rows": 36173238,
38
+ "shards": 73,
39
+ "phase": "committing"
 
40
  }
41
  ],
 
42
  "queued_for_process": 0,
43
  "queued_for_upload": 0
44
  },
45
  "throughput": {
46
  "avg_download_mbps": 56.641398781815354,
47
+ "avg_process_rows_per_sec": 9403.929259012364,
48
  "avg_upload_sec_per_commit": 0
49
  },
50
  "stats": {
stats.csv CHANGED
@@ -134,7 +134,8 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
134
  2011,6,comments,20,9766511,856102592,895824578,0.00,1339.39,696.03,2026-03-16T11:17:03Z
135
  2011,6,submissions,3,1153048,126899620,162700665,0.00,1349.60,0.00,2026-03-16T11:28:39Z
136
  2011,7,submissions,3,1264991,140706897,180490212,90.92,20.40,169.35,2026-03-16T16:57:36Z
137
- 2025,3,submissions,80,39637989,5568571413,17547414813,3398.54,4649.85,0.00,2026-03-18T00:50:35Z
 
138
  2025,4,submissions,78,38776405,5561042006,17302016402,3486.78,4789.10,1899.60,2026-03-17T22:04:37Z
139
  2025,5,submissions,82,40563699,5808424577,18430510491,5173.13,5486.88,2865.31,2026-03-17T18:58:46Z
140
  2025,6,submissions,81,40417850,5836442086,18430761427,2746.65,4952.79,3014.18,2026-03-17T15:10:42Z
 
134
  2011,6,comments,20,9766511,856102592,895824578,0.00,1339.39,696.03,2026-03-16T11:17:03Z
135
  2011,6,submissions,3,1153048,126899620,162700665,0.00,1349.60,0.00,2026-03-16T11:28:39Z
136
  2011,7,submissions,3,1264991,140706897,180490212,90.92,20.40,169.35,2026-03-16T16:57:36Z
137
+ 2025,2,submissions,73,36173238,5010961835,15861258836,2136.46,3846.61,0.00,2026-03-18T02:46:16Z
138
+ 2025,3,submissions,80,39637989,5568571413,17547414813,3398.54,4649.85,947.48,2026-03-18T00:50:35Z
139
  2025,4,submissions,78,38776405,5561042006,17302016402,3486.78,4789.10,1899.60,2026-03-17T22:04:37Z
140
  2025,5,submissions,82,40563699,5808424577,18430510491,5173.13,5486.88,2865.31,2026-03-17T18:58:46Z
141
  2025,6,submissions,81,40417850,5836442086,18430761427,2746.65,4952.79,3014.18,2026-03-17T15:10:42Z