tamnd commited on
Commit
021c22d
·
verified ·
1 Parent(s): 63c0887

Add submissions/2011-07 (3 shards, 1.3M 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 **186.9M items** (124.1M comments, 62.8M submissions) in **17.3 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
 
@@ -104,7 +104,7 @@ states.json live pipeline state (updated every ~5 min)
104
  2008 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
105
  2009 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.8M
106
  2010 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.9M
107
- 2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 5.8M
108
  2026 ██████████████████████████████ 41.4M
109
  ```
110
 
@@ -218,20 +218,20 @@ huggingface-cli download open-index/arctic \
218
  | Type | Months | Rows | Parquet Size |
219
  |------|-------:|-----:|-------------:|
220
  | comments | 67 | 124.1M | 10.4 GB |
221
- | submissions | 68 | 62.8M | 7.0 GB |
222
- | **Total** | **67** | **186.9M** | **17.3 GB** |
223
 
224
  ### Coverage
225
 
226
- Processing **135** of **486** (month, type) pairs from **2005-12** through **2026-02**.
227
 
228
  | Metric | Size |
229
  |--------|-----:|
230
  | Total .zst archive | 3.6 TB |
231
- | Processed (.zst) | 29.5 GB |
232
  | Remaining (.zst) | 3.5 TB |
233
 
234
- ### Remaining months (351 pairs)
235
 
236
  <details>
237
  <summary>Click to expand remaining months table</summary>
@@ -239,7 +239,6 @@ Processing **135** of **486** (month, type) pairs from **2005-12** through **202
239
  | Month | Type | .zst Size |
240
  |-------|------|----------:|
241
  | 2011-07 | comments | 912.7 MB |
242
- | 2011-07 | submissions | 172.1 MB |
243
  | 2011-08 | comments | 1.0 GB |
244
  | 2011-08 | submissions | 199.9 MB |
245
  | 2011-09 | comments | 1.0 GB |
@@ -595,7 +594,7 @@ Processing **135** of **486** (month, type) pairs from **2005-12** through **202
595
  ### Monthly breakdown
596
 
597
  <details>
598
- <summary>Click to expand full monthly table (67 comment months + 68 submission months)</summary>
599
 
600
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
601
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -733,6 +732,7 @@ Processing **135** of **486** (month, type) pairs from **2005-12** through **202
733
  | 2011-05 | submissions | 144.9 MB | - | 18m18s | 2m55s | 3 | 1,081,578 | 111.9 MB |
734
  | 2011-06 | comments | 854.3 MB | - | 22m19s | 11m36s | 20 | 9,766,511 | 816.4 MB |
735
  | 2011-06 | submissions | 155.2 MB | - | 22m30s | - | 3 | 1,153,048 | 121.0 MB |
 
736
  | 2026-02 | submissions | 16.6 GB | 35m02s | 84m21s | 17m25s | 83 | 41,434,105 | 5.3 GB |
737
 
738
  </details>
@@ -765,18 +765,26 @@ ORDER BY year, month, type;
765
 
766
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 125 GB free). Auto-updated every ~5 minutes.
767
 
768
- **Started:** 2026-03-16 16:32 UTC / **Elapsed:** 10m / **Committed this session:** 0
769
 
770
  ### Active Workers
771
 
772
  | Stage | Month | Type | Progress |
773
  |-------|-------|------|----------|
774
- | Downloading | 2011-07 | comments | 10.4 MB / 912.7 MB (1%) |
 
775
 
776
 
 
 
 
 
 
 
 
777
  ### Progress
778
 
779
- `████████░░░░░░░░░░░░░░░░░░░░░` 135 / 488 (27.7%)
780
 
781
  | Metric | This Session |
782
  |--------|-------------:|
@@ -784,7 +792,7 @@ ORDER BY year, month, type;
784
  | Rows processed | 0 |
785
  | Data committed | 0 B |
786
 
787
- *Last update: 2026-03-16 16:42 UTC*
788
 
789
 
790
  # Dataset card for Arctic Shift Reddit Archive
@@ -968,4 +976,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-16 16:42 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 **188.2M items** (124.1M comments, 64.1M submissions) in **17.5 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
 
 
104
  2008 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
105
  2009 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.8M
106
  2010 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.9M
107
+ 2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 7.1M
108
  2026 ██████████████████████████████ 41.4M
109
  ```
110
 
 
218
  | Type | Months | Rows | Parquet Size |
219
  |------|-------:|-----:|-------------:|
220
  | comments | 67 | 124.1M | 10.4 GB |
221
+ | submissions | 69 | 64.1M | 7.1 GB |
222
+ | **Total** | **67** | **188.2M** | **17.5 GB** |
223
 
224
  ### Coverage
225
 
226
+ Processing **136** of **486** (month, type) pairs from **2005-12** through **2026-02**.
227
 
228
  | Metric | Size |
229
  |--------|-----:|
230
  | Total .zst archive | 3.6 TB |
231
+ | Processed (.zst) | 29.7 GB |
232
  | Remaining (.zst) | 3.5 TB |
233
 
234
+ ### Remaining months (350 pairs)
235
 
236
  <details>
237
  <summary>Click to expand remaining months table</summary>
 
239
  | Month | Type | .zst Size |
240
  |-------|------|----------:|
241
  | 2011-07 | comments | 912.7 MB |
 
242
  | 2011-08 | comments | 1.0 GB |
243
  | 2011-08 | submissions | 199.9 MB |
244
  | 2011-09 | comments | 1.0 GB |
 
594
  ### Monthly breakdown
595
 
596
  <details>
597
+ <summary>Click to expand full monthly table (67 comment months + 69 submission months)</summary>
598
 
599
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
600
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
732
  | 2011-05 | submissions | 144.9 MB | - | 18m18s | 2m55s | 3 | 1,081,578 | 111.9 MB |
733
  | 2011-06 | comments | 854.3 MB | - | 22m19s | 11m36s | 20 | 9,766,511 | 816.4 MB |
734
  | 2011-06 | submissions | 155.2 MB | - | 22m30s | - | 3 | 1,153,048 | 121.0 MB |
735
+ | 2011-07 | submissions | 172.1 MB | 1m31s | 20.4s | - | 3 | 1,264,991 | 134.2 MB |
736
  | 2026-02 | submissions | 16.6 GB | 35m02s | 84m21s | 17m25s | 83 | 41,434,105 | 5.3 GB |
737
 
738
  </details>
 
765
 
766
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 125 GB free). Auto-updated every ~5 minutes.
767
 
768
+ **Started:** 2026-03-16 16:32 UTC / **Elapsed:** 27m / **Committed this session:** 0
769
 
770
  ### Active Workers
771
 
772
  | Stage | Month | Type | Progress |
773
  |-------|-------|------|----------|
774
+ | Downloading | 2011-08 | comments | 3.3 MB / 1.0 GB (0%) |
775
+ | Uploading | 2011-07 | submissions | 3 shards · 1.3M rows · committing |
776
 
777
 
778
+ ### Throughput
779
+
780
+ | Metric | Value |
781
+ |--------|------:|
782
+ | Download | 15 Mbps avg |
783
+ | Processing | 62.0K rows/s avg |
784
+
785
  ### Progress
786
 
787
+ `████████░░░░░░░░░░░░░���░░░░░░░░` 136 / 488 (27.9%)
788
 
789
  | Metric | This Session |
790
  |--------|-------------:|
 
792
  | Rows processed | 0 |
793
  | Data committed | 0 B |
794
 
795
+ *Last update: 2026-03-16 16:59 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-16 16:59 UTC*
data/submissions/2011/07/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01b3206b99cbdeedf9b3837414619defd52ba4e3533103a9e5fffb99888bf69e
3
+ size 55427783
data/submissions/2011/07/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2aa5b4b0b5c38aded877c40bfe7e054542803165d3ea6836f42d74020e78fd50
3
+ size 55315548
data/submissions/2011/07/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8703009ded4ab6be611166ec01b856798abcc911e69f082a0f0c0a9eb41ca79c
3
+ size 29963566
states.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
  "session_id": "2026-03-16T16:32:52Z",
3
  "started_at": "2026-03-16T16:32:52.53526878Z",
4
- "updated_at": "2026-03-16T16:42:52.364013984Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2011-07",
8
- "type": "comments",
9
- "phase": "downloading"
10
  },
11
  "hardware": {
12
  "hostname": "vmi3112167",
@@ -30,26 +30,34 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2011-07",
34
  "type": "comments",
35
- "bytes_done": 10909815,
36
- "bytes_total": 957030154,
37
  "phase": "downloading"
38
  }
39
  ],
40
  "processing": null,
41
- "uploading": null,
 
 
 
 
 
 
 
 
42
  "queued_for_process": 0,
43
  "queued_for_upload": 0
44
  },
45
  "throughput": {
46
- "avg_download_mbps": 0,
47
- "avg_process_rows_per_sec": 0,
48
  "avg_upload_sec_per_commit": 0
49
  },
50
  "stats": {
51
  "committed": 0,
52
- "skipped": 135,
53
  "retries": 0,
54
  "total_rows": 0,
55
  "total_bytes": 0,
 
1
  {
2
  "session_id": "2026-03-16T16:32:52Z",
3
  "started_at": "2026-03-16T16:32:52.53526878Z",
4
+ "updated_at": "2026-03-16T16:59:52.046944063Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2011-07",
8
+ "type": "submissions",
9
+ "phase": "committing"
10
  },
11
  "hardware": {
12
  "hostname": "vmi3112167",
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2011-08",
34
  "type": "comments",
35
+ "bytes_done": 3502956,
36
+ "bytes_total": 1116732149,
37
  "phase": "downloading"
38
  }
39
  ],
40
  "processing": null,
41
+ "uploading": [
42
+ {
43
+ "ym": "2011-07",
44
+ "type": "submissions",
45
+ "rows": 1264991,
46
+ "shards": 3,
47
+ "phase": "committing"
48
+ }
49
+ ],
50
  "queued_for_process": 0,
51
  "queued_for_upload": 0
52
  },
53
  "throughput": {
54
+ "avg_download_mbps": 15.146169113768721,
55
+ "avg_process_rows_per_sec": 61995.89228370067,
56
  "avg_upload_sec_per_commit": 0
57
  },
58
  "stats": {
59
  "committed": 0,
60
+ "skipped": 136,
61
  "retries": 0,
62
  "total_rows": 0,
63
  "total_bytes": 0,
stats.csv CHANGED
@@ -133,4 +133,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
133
  2011,5,submissions,3,1081578,117324781,151966023,0.00,1098.33,175.10,2026-03-16T10:59:12Z
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
- 2026,2,submissions,83,41434105,5677304273,17833456376,2102.09,5060.99,0.00,2026-03-16T15:45:06Z
 
 
133
  2011,5,submissions,3,1081578,117324781,151966023,0.00,1098.33,175.10,2026-03-16T10:59:12Z
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,0.00,2026-03-16T16:57:36Z
137
+ 2026,2,submissions,83,41434105,5677304273,17833456376,2102.09,5060.99,1044.75,2026-03-16T15:45:06Z