tamnd commited on
Commit
73446e6
·
verified ·
1 Parent(s): 8e0c5c9

Add submissions/2025-09 (85 shards, 42.4M 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 **363.6M items** (124.1M comments, 239.5M submissions) in **39.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,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 ██████████████████████████████ 129.3M
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 | 73 | 239.5M | 29.3 GB |
223
- | **Total** | **67** | **363.6M** | **39.7 GB** |
224
 
225
  ### Coverage
226
 
227
- Processing **140** 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) | 98.6 GB |
233
  | Remaining (.zst) | 3.5 TB |
234
 
235
- ### Remaining months (346 pairs)
236
 
237
  <details>
238
  <summary>Click to expand remaining months table</summary>
@@ -579,7 +579,6 @@ Processing **140** of **486** (month, type) pairs from **2005-12** through **202
579
  | 2025-08 | comments | 36.5 GB |
580
  | 2025-08 | submissions | 17.5 GB |
581
  | 2025-09 | comments | 35.2 GB |
582
- | 2025-09 | submissions | 16.7 GB |
583
  | 2025-10 | comments | 35.2 GB |
584
  | 2025-11 | comments | 34.1 GB |
585
  | 2025-12 | comments | 35.6 GB |
@@ -591,7 +590,7 @@ Processing **140** of **486** (month, type) pairs from **2005-12** through **202
591
  ### Monthly breakdown
592
 
593
  <details>
594
- <summary>Click to expand full monthly table (67 comment months + 73 submission months)</summary>
595
 
596
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
597
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -730,6 +729,7 @@ Processing **140** of **486** (month, type) pairs from **2005-12** through **202
730
  | 2011-06 | comments | 854.3 MB | - | 22m19s | 11m36s | 20 | 9,766,511 | 816.4 MB |
731
  | 2011-06 | submissions | 155.2 MB | - | 22m30s | - | 3 | 1,153,048 | 121.0 MB |
732
  | 2011-07 | submissions | 172.1 MB | 1m31s | 20.4s | 2m49s | 3 | 1,264,991 | 134.2 MB |
 
733
  | 2025-10 | submissions | 17.0 GB | 27m11s | 79m60s | 12m49s | 88 | 43,919,437 | 5.5 GB |
734
  | 2025-11 | submissions | 16.7 GB | 36m19s | 84m30s | 13m47s | 86 | 42,567,338 | 5.3 GB |
735
  | 2025-12 | submissions | 17.0 GB | 33m58s | 90m19s | 25m17s | 86 | 42,861,083 | 5.5 GB |
@@ -766,13 +766,13 @@ ORDER BY year, month, type;
766
 
767
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 126 GB free). Auto-updated every ~5 minutes.
768
 
769
- **Started:** 2026-03-17 04:45 UTC / **Elapsed:** 1h 50m / **Committed this session:** 0
770
 
771
  ### Active Workers
772
 
773
  | Stage | Month | Type | Progress |
774
  |-------|-------|------|----------|
775
- | Processing | 2025-09 | submissions | shard 72 · 36.0M rows · 33.9K rows/s |
776
 
777
 
778
  ### Throughput
@@ -780,6 +780,7 @@ ORDER BY year, month, type;
780
  | Metric | Value |
781
  |--------|------:|
782
  | Download | 64 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-17 06:34 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-17 06: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 **406.0M items** (124.1M comments, 281.9M submissions) in **45.1 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 ██████████████████████████████ 171.7M
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 | 74 | 281.9M | 34.8 GB |
223
+ | **Total** | **67** | **406.0M** | **45.1 GB** |
224
 
225
  ### Coverage
226
 
227
+ Processing **141** 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) | 115.3 GB |
233
  | Remaining (.zst) | 3.5 TB |
234
 
235
+ ### Remaining months (345 pairs)
236
 
237
  <details>
238
  <summary>Click to expand remaining months table</summary>
 
579
  | 2025-08 | comments | 36.5 GB |
580
  | 2025-08 | submissions | 17.5 GB |
581
  | 2025-09 | comments | 35.2 GB |
 
582
  | 2025-10 | comments | 35.2 GB |
583
  | 2025-11 | comments | 34.1 GB |
584
  | 2025-12 | comments | 35.6 GB |
 
590
  ### Monthly breakdown
591
 
592
  <details>
593
+ <summary>Click to expand full monthly table (67 comment months + 74 submission months)</summary>
594
 
595
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
596
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
729
  | 2011-06 | comments | 854.3 MB | - | 22m19s | 11m36s | 20 | 9,766,511 | 816.4 MB |
730
  | 2011-06 | submissions | 155.2 MB | - | 22m30s | - | 3 | 1,153,048 | 121.0 MB |
731
  | 2011-07 | submissions | 172.1 MB | 1m31s | 20.4s | 2m49s | 3 | 1,264,991 | 134.2 MB |
732
+ | 2025-09 | submissions | 16.7 GB | 35m21s | 87m53s | - | 85 | 42,368,178 | 5.4 GB |
733
  | 2025-10 | submissions | 17.0 GB | 27m11s | 79m60s | 12m49s | 88 | 43,919,437 | 5.5 GB |
734
  | 2025-11 | submissions | 16.7 GB | 36m19s | 84m30s | 13m47s | 86 | 42,567,338 | 5.3 GB |
735
  | 2025-12 | submissions | 17.0 GB | 33m58s | 90m19s | 25m17s | 86 | 42,861,083 | 5.5 GB |
 
766
 
767
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 126 GB free). Auto-updated every ~5 minutes.
768
 
769
+ **Started:** 2026-03-17 04:45 UTC / **Elapsed:** 2h 3m / **Committed this session:** 0
770
 
771
  ### Active Workers
772
 
773
  | Stage | Month | Type | Progress |
774
  |-------|-------|------|----------|
775
+ | Uploading | 2025-09 | submissions | 85 shards · 42.4M rows · committing |
776
 
777
 
778
  ### Throughput
 
780
  | Metric | Value |
781
  |--------|------:|
782
  | Download | 64 Mbps avg |
783
+ | Processing | 8.0K rows/s avg |
784
 
785
  ### Progress
786
 
 
792
  | Rows processed | 0 |
793
  | Data committed | 0 B |
794
 
795
+ *Last update: 2026-03-17 06:48 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-17 07:26 UTC*
data/submissions/2025/09/080.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cd3795bcddf7bfbd8a89358d6e0f25b86f95705dec138f27409c18212006137
3
+ size 70075581
data/submissions/2025/09/081.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7df491d9f2b5de6ab1e358924b918cd3fbee17c381df90c36c09334ab7e75a66
3
+ size 69907959
data/submissions/2025/09/082.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a5fae53577b67f3b9d6467520034975dba90f40892ec5764dd2d0cad64e5988
3
+ size 65987587
data/submissions/2025/09/083.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c338f591ee8d3e499a5568ffd95cabf4b0a204b73a4e3b3bc65b84b790591067
3
+ size 70396657
data/submissions/2025/09/084.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2b1247830038f3f93bb551b13f8234acd4422e5e3f94e1932d16d1ec7084c1e
3
+ size 49648335
states.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
  "session_id": "2026-03-17T04:45:05Z",
3
  "started_at": "2026-03-17T04:45:05.523010403Z",
4
- "updated_at": "2026-03-17T06:34:55.520227668Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2025-09",
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-09",
35
  "type": "submissions",
36
- "shard": 72,
37
- "rows": 36000000,
38
- "rows_per_sec": 33940.144956060685,
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": 64.44417554344616,
48
- "avg_process_rows_per_sec": 0,
49
  "avg_upload_sec_per_commit": 0
50
  },
51
  "stats": {
 
1
  {
2
  "session_id": "2026-03-17T04:45:05Z",
3
  "started_at": "2026-03-17T04:45:05.523010403Z",
4
+ "updated_at": "2026-03-17T06:48:18.835444628Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2025-09",
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-09",
36
  "type": "submissions",
37
+ "rows": 42368178,
38
+ "shards": 85,
39
+ "phase": "committing"
 
40
  }
41
  ],
 
42
  "queued_for_process": 0,
43
  "queued_for_upload": 0
44
  },
45
  "throughput": {
46
  "avg_download_mbps": 64.44417554344616,
47
+ "avg_process_rows_per_sec": 8035.32394166536,
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,10,submissions,88,43919437,5908093696,18273274696,1630.88,4799.86,0.00,2026-03-17T04:32:07Z
 
138
  2025,11,submissions,86,42567338,5735539010,17934656735,2179.34,5070.23,826.65,2026-03-17T02:31:00Z
139
  2025,12,submissions,86,42861083,5875200143,18241500319,2038.48,5419.25,1516.86,2026-03-17T00:04:44Z
140
  2026,1,submissions,93,46094846,6343938579,19601894565,2884.22,5937.77,2956.79,2026-03-16T21:10:58Z
 
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,9,submissions,85,42368178,5810283836,17911831815,2120.54,5272.74,0.00,2026-03-17T06:48:18Z
138
+ 2025,10,submissions,88,43919437,5908093696,18273274696,1630.88,4799.86,768.60,2026-03-17T04:32:07Z
139
  2025,11,submissions,86,42567338,5735539010,17934656735,2179.34,5070.23,826.65,2026-03-17T02:31:00Z
140
  2025,12,submissions,86,42861083,5875200143,18241500319,2038.48,5419.25,1516.86,2026-03-17T00:04:44Z
141
  2026,1,submissions,93,46094846,6343938579,19601894565,2884.22,5937.77,2956.79,2026-03-16T21:10:58Z