tamnd commited on
Commit
e704482
·
verified ·
1 Parent(s): 104a82b

Add submissions/2025-07 (86 shards, 42.9M 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 **450.2M items** (124.1M comments, 326.0M submissions) in **51.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 ██████████████████████████████ 215.9M
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 | 75 | 326.0M | 40.6 GB |
223
- | **Total** | **67** | **450.2M** | **51.0 GB** |
224
 
225
  ### Coverage
226
 
227
- Processing **142** 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) | 132.9 GB |
233
  | Remaining (.zst) | 3.4 TB |
234
 
235
- ### Remaining months (344 pairs)
236
 
237
  <details>
238
  <summary>Click to expand remaining months table</summary>
@@ -575,7 +575,6 @@ Processing **142** of **486** (month, type) pairs from **2005-12** through **202
575
  | 2025-06 | comments | 35.4 GB |
576
  | 2025-06 | submissions | 17.2 GB |
577
  | 2025-07 | comments | 37.0 GB |
578
- | 2025-07 | submissions | 17.3 GB |
579
  | 2025-08 | comments | 36.5 GB |
580
  | 2025-09 | comments | 35.2 GB |
581
  | 2025-10 | comments | 35.2 GB |
@@ -589,7 +588,7 @@ Processing **142** of **486** (month, type) pairs from **2005-12** through **202
589
  ### Monthly breakdown
590
 
591
  <details>
592
- <summary>Click to expand full monthly table (67 comment months + 75 submission months)</summary>
593
 
594
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
595
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -728,6 +727,7 @@ Processing **142** of **486** (month, type) pairs from **2005-12** through **202
728
  | 2011-06 | comments | 854.3 MB | - | 22m19s | 11m36s | 20 | 9,766,511 | 816.4 MB |
729
  | 2011-06 | submissions | 155.2 MB | - | 22m30s | - | 3 | 1,153,048 | 121.0 MB |
730
  | 2011-07 | submissions | 172.1 MB | 1m31s | 20.4s | 2m49s | 3 | 1,264,991 | 134.2 MB |
 
731
  | 2025-08 | submissions | 17.5 GB | 32m24s | 91m24s | 29m09s | 89 | 44,170,194 | 5.8 GB |
732
  | 2025-09 | submissions | 16.7 GB | 35m21s | 87m53s | 37m53s | 85 | 42,368,178 | 5.4 GB |
733
  | 2025-10 | submissions | 17.0 GB | 27m11s | 79m60s | 12m49s | 88 | 43,919,437 | 5.5 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 09:59 UTC / **Elapsed:** 1h 49m / **Committed this session:** 0
770
 
771
  ### Active Workers
772
 
773
  | Stage | Month | Type | Progress |
774
  |-------|-------|------|----------|
775
- | Processing | 2025-07 | submissions | shard 64 · 32.0M rows · 37.4K rows/s |
776
 
777
 
778
  ### Throughput
@@ -780,6 +780,7 @@ ORDER BY year, month, type;
780
  | Metric | Value |
781
  |--------|------:|
782
  | Download | 51 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 11:48 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 11:49 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 **493.1M items** (124.1M comments, 368.9M submissions) in **56.8 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 ██████████████████████████████ 258.8M
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 | 76 | 368.9M | 46.4 GB |
223
+ | **Total** | **67** | **493.1M** | **56.8 GB** |
224
 
225
  ### Coverage
226
 
227
+ Processing **143** 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) | 150.2 GB |
233
  | Remaining (.zst) | 3.4 TB |
234
 
235
+ ### Remaining months (343 pairs)
236
 
237
  <details>
238
  <summary>Click to expand remaining months table</summary>
 
575
  | 2025-06 | comments | 35.4 GB |
576
  | 2025-06 | submissions | 17.2 GB |
577
  | 2025-07 | comments | 37.0 GB |
 
578
  | 2025-08 | comments | 36.5 GB |
579
  | 2025-09 | comments | 35.2 GB |
580
  | 2025-10 | comments | 35.2 GB |
 
588
  ### Monthly breakdown
589
 
590
  <details>
591
+ <summary>Click to expand full monthly table (67 comment months + 76 submission months)</summary>
592
 
593
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
594
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
727
  | 2011-06 | comments | 854.3 MB | - | 22m19s | 11m36s | 20 | 9,766,511 | 816.4 MB |
728
  | 2011-06 | submissions | 155.2 MB | - | 22m30s | - | 3 | 1,153,048 | 121.0 MB |
729
  | 2011-07 | submissions | 172.1 MB | 1m31s | 20.4s | 2m49s | 3 | 1,264,991 | 134.2 MB |
730
+ | 2025-07 | submissions | 17.3 GB | 46m29s | 82m56s | - | 86 | 42,900,690 | 5.8 GB |
731
  | 2025-08 | submissions | 17.5 GB | 32m24s | 91m24s | 29m09s | 89 | 44,170,194 | 5.8 GB |
732
  | 2025-09 | submissions | 16.7 GB | 35m21s | 87m53s | 37m53s | 85 | 42,368,178 | 5.4 GB |
733
  | 2025-10 | submissions | 17.0 GB | 27m11s | 79m60s | 12m49s | 88 | 43,919,437 | 5.5 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 09:59 UTC / **Elapsed:** 2h 9m / **Committed this session:** 0
770
 
771
  ### Active Workers
772
 
773
  | Stage | Month | Type | Progress |
774
  |-------|-------|------|----------|
775
+ | Uploading | 2025-07 | submissions | 86 shards · 42.9M rows · committing |
776
 
777
 
778
  ### Throughput
 
780
  | Metric | Value |
781
  |--------|------:|
782
  | Download | 51 Mbps avg |
783
+ | Processing | 8.6K rows/s avg |
784
 
785
  ### Progress
786
 
 
792
  | Rows processed | 0 |
793
  | Data committed | 0 B |
794
 
795
+ *Last update: 2026-03-17 12:08 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 12:09 UTC*
data/submissions/2025/07/080.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a24f8de4997f60fb391db38399b5e8f600c337c7c5996184ea265a831643d25f
3
+ size 73690672
data/submissions/2025/07/081.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c1e9b04bf6ac904c6ba49b3c700740eab17825610fdc511a906d2b2b64cfa02
3
+ size 75171417
data/submissions/2025/07/082.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76b1e95d0b118a238eea4195ad362ff98af66b2b3d06fd5230cd6b263076652f
3
+ size 75077306
data/submissions/2025/07/083.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc06b5b54415130aa45fac09200945b63d183297cff96abfd5aae9af8514af57
3
+ size 73276252
data/submissions/2025/07/084.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e07c7fb014b176eb74d2b614b2e9813e3f5622f8475821feb7fae4a57b6db521
3
+ size 74374297
data/submissions/2025/07/085.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fd2f142fa0f933776c4472e5d59b3e77fdbf2dfa57b1d9f84bb43cc04d86fa7
3
+ size 58929417
states.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
  "session_id": "2026-03-17T09:59:28Z",
3
  "started_at": "2026-03-17T09:59:28.620566835Z",
4
- "updated_at": "2026-03-17T11:48:53.999288344Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2025-07",
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-07",
35
  "type": "submissions",
36
- "shard": 64,
37
- "rows": 32000000,
38
- "rows_per_sec": 37382.13061050828,
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": 50.9108497277369,
48
- "avg_process_rows_per_sec": 0,
49
  "avg_upload_sec_per_commit": 0
50
  },
51
  "stats": {
 
1
  {
2
  "session_id": "2026-03-17T09:59:28Z",
3
  "started_at": "2026-03-17T09:59:28.620566835Z",
4
+ "updated_at": "2026-03-17T12:08:52.913382042Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2025-07",
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-07",
36
  "type": "submissions",
37
+ "rows": 42900690,
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": 50.9108497277369,
47
+ "avg_process_rows_per_sec": 8622.087640197857,
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,8,submissions,89,44170194,6275880987,18836150676,1944.28,5484.03,0.00,2026-03-17T09:30:09Z
 
138
  2025,9,submissions,85,42368178,5810283836,17911831815,2120.54,5272.74,2273.12,2026-03-17T06:48:18Z
139
  2025,10,submissions,88,43919437,5908093696,18273274696,1630.88,4799.86,768.60,2026-03-17T04:32:07Z
140
  2025,11,submissions,86,42567338,5735539010,17934656735,2179.34,5070.23,826.65,2026-03-17T02:31:00Z
 
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,7,submissions,86,42900690,6264301884,18608255996,2788.59,4975.67,0.00,2026-03-17T12:08:52Z
138
+ 2025,8,submissions,89,44170194,6275880987,18836150676,1944.28,5484.03,1748.73,2026-03-17T09:30:09Z
139
  2025,9,submissions,85,42368178,5810283836,17911831815,2120.54,5272.74,2273.12,2026-03-17T06:48:18Z
140
  2025,10,submissions,88,43919437,5908093696,18273274696,1630.88,4799.86,768.60,2026-03-17T04:32:07Z
141
  2025,11,submissions,86,42567338,5735539010,17934656735,2179.34,5070.23,826.65,2026-03-17T02:31:00Z