tamnd commited on
Commit
fa4845c
·
verified ·
1 Parent(s): 0403b33

Add submissions/2025-11 (86 shards, 42.6M 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 **277.2M items** (124.1M comments, 153.0M submissions) in **28.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,7 +105,7 @@ states.json live pipeline state (updated every ~5 min)
105
  2009 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.8M
106
  2010 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.9M
107
  2011 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.1M
108
- 2025 ██████████████░░░░░░░░░░░░░░░░ 42.9M
109
  2026 ██████████████████████████████ 87.5M
110
  ```
111
 
@@ -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 | 71 | 153.0M | 18.5 GB |
223
- | **Total** | **67** | **277.2M** | **28.9 GB** |
224
 
225
  ### Coverage
226
 
227
- Processing **138** 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) | 64.9 GB |
233
  | Remaining (.zst) | 3.5 TB |
234
 
235
- ### Remaining months (348 pairs)
236
 
237
  <details>
238
  <summary>Click to expand remaining months table</summary>
@@ -583,7 +583,6 @@ Processing **138** of **486** (month, type) pairs from **2005-12** through **202
583
  | 2025-10 | comments | 35.2 GB |
584
  | 2025-10 | submissions | 17.0 GB |
585
  | 2025-11 | comments | 34.1 GB |
586
- | 2025-11 | submissions | 16.7 GB |
587
  | 2025-12 | comments | 35.6 GB |
588
  | 2026-01 | comments | 39.1 GB |
589
  | 2026-02 | comments | 39.6 GB |
@@ -593,7 +592,7 @@ Processing **138** of **486** (month, type) pairs from **2005-12** through **202
593
  ### Monthly breakdown
594
 
595
  <details>
596
- <summary>Click to expand full monthly table (67 comment months + 71 submission months)</summary>
597
 
598
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
599
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -732,6 +731,7 @@ Processing **138** of **486** (month, type) pairs from **2005-12** through **202
732
  | 2011-06 | comments | 854.3 MB | - | 22m19s | 11m36s | 20 | 9,766,511 | 816.4 MB |
733
  | 2011-06 | submissions | 155.2 MB | - | 22m30s | - | 3 | 1,153,048 | 121.0 MB |
734
  | 2011-07 | submissions | 172.1 MB | 1m31s | 20.4s | 2m49s | 3 | 1,264,991 | 134.2 MB |
 
735
  | 2025-12 | submissions | 17.0 GB | 33m58s | 90m19s | 25m17s | 86 | 42,861,083 | 5.5 GB |
736
  | 2026-01 | submissions | 18.3 GB | 48m04s | 98m58s | 49m17s | 93 | 46,094,846 | 5.9 GB |
737
  | 2026-02 | submissions | 16.6 GB | 35m02s | 84m21s | 17m25s | 83 | 41,434,105 | 5.3 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-17 00:30 UTC / **Elapsed:** 1h 50m / **Committed this session:** 0
770
 
771
  ### Active Workers
772
 
773
  | Stage | Month | Type | Progress |
774
  |-------|-------|------|----------|
775
- | Processing | 2025-11 | submissions | shard 74 · 37.0M rows · 31.7K rows/s |
776
 
777
 
778
  ### Throughput
@@ -780,6 +780,7 @@ ORDER BY year, month, type;
780
  | Metric | Value |
781
  |--------|------:|
782
  | Download | 63 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 02:20 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 02:20 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 **319.7M items** (124.1M comments, 195.6M submissions) in **34.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
 
 
105
  2009 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.8M
106
  2010 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.9M
107
  2011 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.1M
108
+ 2025 █████████████████████████████85.4M
109
  2026 ██████████████████████████████ 87.5M
110
  ```
111
 
 
219
  | Type | Months | Rows | Parquet Size |
220
  |------|-------:|-----:|-------------:|
221
  | comments | 67 | 124.1M | 10.4 GB |
222
+ | submissions | 72 | 195.6M | 23.8 GB |
223
+ | **Total** | **67** | **319.7M** | **34.2 GB** |
224
 
225
  ### Coverage
226
 
227
+ Processing **139** 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) | 81.6 GB |
233
  | Remaining (.zst) | 3.5 TB |
234
 
235
+ ### Remaining months (347 pairs)
236
 
237
  <details>
238
  <summary>Click to expand remaining months table</summary>
 
583
  | 2025-10 | comments | 35.2 GB |
584
  | 2025-10 | submissions | 17.0 GB |
585
  | 2025-11 | comments | 34.1 GB |
 
586
  | 2025-12 | comments | 35.6 GB |
587
  | 2026-01 | comments | 39.1 GB |
588
  | 2026-02 | comments | 39.6 GB |
 
592
  ### Monthly breakdown
593
 
594
  <details>
595
+ <summary>Click to expand full monthly table (67 comment months + 72 submission months)</summary>
596
 
597
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
598
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
731
  | 2011-06 | comments | 854.3 MB | - | 22m19s | 11m36s | 20 | 9,766,511 | 816.4 MB |
732
  | 2011-06 | submissions | 155.2 MB | - | 22m30s | - | 3 | 1,153,048 | 121.0 MB |
733
  | 2011-07 | submissions | 172.1 MB | 1m31s | 20.4s | 2m49s | 3 | 1,264,991 | 134.2 MB |
734
+ | 2025-11 | submissions | 16.7 GB | 36m19s | 84m30s | - | 86 | 42,567,338 | 5.3 GB |
735
  | 2025-12 | submissions | 17.0 GB | 33m58s | 90m19s | 25m17s | 86 | 42,861,083 | 5.5 GB |
736
  | 2026-01 | submissions | 18.3 GB | 48m04s | 98m58s | 49m17s | 93 | 46,094,846 | 5.9 GB |
737
  | 2026-02 | submissions | 16.6 GB | 35m02s | 84m21s | 17m25s | 83 | 41,434,105 | 5.3 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-17 00:30 UTC / **Elapsed:** 2h 1m / **Committed this session:** 0
770
 
771
  ### Active Workers
772
 
773
  | Stage | Month | Type | Progress |
774
  |-------|-------|------|----------|
775
+ | Uploading | 2025-11 | submissions | 86 shards · 42.6M rows · committing |
776
 
777
 
778
  ### Throughput
 
780
  | Metric | Value |
781
  |--------|------:|
782
  | Download | 63 Mbps avg |
783
+ | Processing | 8.4K rows/s avg |
784
 
785
  ### Progress
786
 
 
792
  | Rows processed | 0 |
793
  | Data committed | 0 B |
794
 
795
+ *Last update: 2026-03-17 02:31 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 02:44 UTC*
data/submissions/2025/11/080.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97050e25aff31db63eefc7a0c200798823e3cc1f9fedc609d932d23e6184015d
3
+ size 64897260
data/submissions/2025/11/081.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1a1348e0ef5a114307df16c94ca7fd643f5395fec552cf55d45562af9ab38ac
3
+ size 68509292
data/submissions/2025/11/082.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7604f7074ed7312a838d038441feea34fe62726d9e73d5efd8d8f31136035e88
3
+ size 66268102
data/submissions/2025/11/083.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e67ebb3d5f8135565816d5e19379a3b6a2acf4abb982343803eb526a55af49e
3
+ size 66384238
data/submissions/2025/11/084.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1549265ba8137ea2123dfbcd3adb2a59a65601e6e7e75de98fbde8c5ff34fc5f
3
+ size 69978954
data/submissions/2025/11/085.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:690fa681a27e8d6e5c61e66e1f8aac041acdfa4b0cddede0a251e76b1b6ee82b
3
+ size 9243464
states.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
  "session_id": "2026-03-17T00:30:11Z",
3
  "started_at": "2026-03-17T00:30:11.129658191Z",
4
- "updated_at": "2026-03-17T02:20:04.866682302Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2025-11",
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-11",
35
  "type": "submissions",
36
- "shard": 74,
37
- "rows": 37000000,
38
- "rows_per_sec": 31664.11166912551,
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": 62.78520301648669,
48
- "avg_process_rows_per_sec": 0,
49
  "avg_upload_sec_per_commit": 0
50
  },
51
  "stats": {
 
1
  {
2
  "session_id": "2026-03-17T00:30:11Z",
3
  "started_at": "2026-03-17T00:30:11.129658191Z",
4
+ "updated_at": "2026-03-17T02:31:00.739744374Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2025-11",
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-11",
36
  "type": "submissions",
37
+ "rows": 42567338,
38
+ "shards": 86,
39
+ "phase": "committing"
 
40
  }
41
  ],
 
42
  "queued_for_process": 0,
43
  "queued_for_upload": 0
44
  },
45
  "throughput": {
46
  "avg_download_mbps": 62.78520301648669,
47
+ "avg_process_rows_per_sec": 8395.538622073067,
48
  "avg_upload_sec_per_commit": 0
49
  },
50
  "stats": {
stats.csv CHANGED
@@ -134,6 +134,7 @@ 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,12,submissions,86,42861083,5875200143,18241500319,2038.48,5419.25,0.00,2026-03-17T00:04:44Z
 
138
  2026,1,submissions,93,46094846,6343938579,19601894565,2884.22,5937.77,2956.79,2026-03-16T21:10:58Z
139
  2026,2,submissions,83,41434105,5677304273,17833456376,2102.09,5060.99,1044.75,2026-03-16T15:45:06Z
 
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,11,submissions,86,42567338,5735539010,17934656735,2179.34,5070.23,0.00,2026-03-17T02:31:00Z
138
+ 2025,12,submissions,86,42861083,5875200143,18241500319,2038.48,5419.25,1516.86,2026-03-17T00:04:44Z
139
  2026,1,submissions,93,46094846,6343938579,19601894565,2884.22,5937.77,2956.79,2026-03-16T21:10:58Z
140
  2026,2,submissions,83,41434105,5677304273,17833456376,2102.09,5060.99,1044.75,2026-03-16T15:45:06Z