tamnd commited on
Commit
94bf335
·
verified ·
1 Parent(s): 0c96535

Add submissions/2011-05 (3 shards, 1.1M 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 **2011-05**.
55
 
56
- Right now the archive has **133.5M items** (114.4M comments, 19.1M submissions) in **11.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
 
@@ -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 ███████████████░░░░░░░░░░░░░░░ 3.6M
108
  ```
109
 
110
  ## How to download and use this dataset
@@ -217,27 +217,26 @@ huggingface-cli download open-index/arctic \
217
  | Type | Months | Rows | Parquet Size |
218
  |------|-------:|-----:|-------------:|
219
  | comments | 66 | 114.4M | 9.6 GB |
220
- | submissions | 65 | 19.1M | 1.5 GB |
221
- | **Total** | **66** | **133.5M** | **11.0 GB** |
222
 
223
  ### Coverage
224
 
225
- Processing **131** of **486** (month, type) pairs from **2005-12** through **2026-02**.
226
 
227
  | Metric | Size |
228
  |--------|-----:|
229
  | Total .zst archive | 3.6 TB |
230
- | Processed (.zst) | 11.8 GB |
231
  | Remaining (.zst) | 3.6 TB |
232
 
233
- ### Remaining months (355 pairs)
234
 
235
  <details>
236
  <summary>Click to expand remaining months table</summary>
237
 
238
  | Month | Type | .zst Size |
239
  |-------|------|----------:|
240
- | 2011-05 | submissions | 144.9 MB |
241
  | 2011-06 | comments | 854.3 MB |
242
  | 2011-06 | submissions | 155.2 MB |
243
  | 2011-07 | comments | 912.7 MB |
@@ -598,7 +597,7 @@ Processing **131** of **486** (month, type) pairs from **2005-12** through **202
598
  ### Monthly breakdown
599
 
600
  <details>
601
- <summary>Click to expand full monthly table (66 comment months + 65 submission months)</summary>
602
 
603
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
604
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -732,7 +731,8 @@ Processing **131** of **486** (month, type) pairs from **2005-12** through **202
732
  | 2011-03 | submissions | 135.5 MB | 2m44s | 18m30s | 8m51s | 2 | 976,817 | 104.4 MB |
733
  | 2011-04 | comments | 665.1 MB | 2m35s | 13m05s | - | 16 | 7,571,398 | 633.9 MB |
734
  | 2011-04 | submissions | 132.9 MB | 1m29s | 21.3s | 2m41s | 2 | 971,371 | 101.6 MB |
735
- | 2011-05 | comments | 772.0 MB | - | 17m50s | - | 18 | 8,803,949 | 733.7 MB |
 
736
 
737
  </details>
738
 
@@ -764,16 +764,16 @@ ORDER BY year, month, type;
764
 
765
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 120 GB free). Auto-updated every ~5 minutes.
766
 
767
- **Started:** 2026-03-16 10:36 UTC / **Elapsed:** 22m / **Committed this session:** 0
768
 
769
  ### Active Workers
770
 
771
  | Stage | Month | Type | Progress |
772
  |-------|-------|------|----------|
773
- | Downloading | 2011-07 | comments | 10.3 MB / 912.7 MB (1%) |
774
- | Processing | 2011-06 | comments | shard 9 · 4.5M rows · 105.1K rows/s |
775
  | Processing | 2011-06 | submissions | starting... |
776
- | Uploading | 2011-05 | comments | 18 shards · 8.8M rows · committing |
777
 
778
 
779
  ### Throughput
@@ -781,18 +781,19 @@ ORDER BY year, month, type;
781
  | Metric | Value |
782
  |--------|------:|
783
  | Processing | 4.6K rows/s avg |
 
784
 
785
  ### Progress
786
 
787
- `███████░░░░░░░░░░░░░░░░░░░░░░` 130 / 488 (26.6%)
788
 
789
  | Metric | This Session |
790
  |--------|-------------:|
791
- | Months committed | 0 |
792
- | Rows processed | 0 |
793
- | Data committed | 0 B |
794
 
795
- *Last update: 2026-03-16 10:58 UTC*
796
 
797
 
798
  # Dataset card for Arctic Shift Reddit Archive
@@ -976,4 +977,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
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 10:58 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 **2011-05**.
55
 
56
+ Right now the archive has **134.6M items** (114.4M comments, 20.2M submissions) in **11.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
 
 
104
  2008 ██████████░░░░░░░░░░░░░░░░░░░░ 2.5M
105
  2009 ████████████████████░░░░░░░░░░ 4.8M
106
  2010 ██████████████████████████████ 6.9M
107
+ 2011 ████████████████████░░░░░░░░░░ 4.7M
108
  ```
109
 
110
  ## How to download and use this dataset
 
217
  | Type | Months | Rows | Parquet Size |
218
  |------|-------:|-----:|-------------:|
219
  | comments | 66 | 114.4M | 9.6 GB |
220
+ | submissions | 66 | 20.2M | 1.6 GB |
221
+ | **Total** | **66** | **134.6M** | **11.1 GB** |
222
 
223
  ### Coverage
224
 
225
+ Processing **132** of **486** (month, type) pairs from **2005-12** through **2026-02**.
226
 
227
  | Metric | Size |
228
  |--------|-----:|
229
  | Total .zst archive | 3.6 TB |
230
+ | Processed (.zst) | 11.9 GB |
231
  | Remaining (.zst) | 3.6 TB |
232
 
233
+ ### Remaining months (354 pairs)
234
 
235
  <details>
236
  <summary>Click to expand remaining months table</summary>
237
 
238
  | Month | Type | .zst Size |
239
  |-------|------|----------:|
 
240
  | 2011-06 | comments | 854.3 MB |
241
  | 2011-06 | submissions | 155.2 MB |
242
  | 2011-07 | comments | 912.7 MB |
 
597
  ### Monthly breakdown
598
 
599
  <details>
600
+ <summary>Click to expand full monthly table (66 comment months + 66 submission months)</summary>
601
 
602
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
603
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
731
  | 2011-03 | submissions | 135.5 MB | 2m44s | 18m30s | 8m51s | 2 | 976,817 | 104.4 MB |
732
  | 2011-04 | comments | 665.1 MB | 2m35s | 13m05s | - | 16 | 7,571,398 | 633.9 MB |
733
  | 2011-04 | submissions | 132.9 MB | 1m29s | 21.3s | 2m41s | 2 | 971,371 | 101.6 MB |
734
+ | 2011-05 | comments | 772.0 MB | - | 17m50s | 4m29s | 18 | 8,803,949 | 733.7 MB |
735
+ | 2011-05 | submissions | 144.9 MB | - | 18m18s | - | 3 | 1,081,578 | 111.9 MB |
736
 
737
  </details>
738
 
 
764
 
765
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 120 GB free). Auto-updated every ~5 minutes.
766
 
767
+ **Started:** 2026-03-16 10:36 UTC / **Elapsed:** 25m / **Committed this session:** 1
768
 
769
  ### Active Workers
770
 
771
  | Stage | Month | Type | Progress |
772
  |-------|-------|------|----------|
773
+ | Downloading | 2011-07 | comments | 7.4 MB / 912.7 MB (0%) |
774
+ | Processing | 2011-06 | comments | shard 11 · 5.5M rows · 116.1K rows/s |
775
  | Processing | 2011-06 | submissions | starting... |
776
+ | Uploading | 2011-05 | submissions | 3 shards · 1.1M rows · committing |
777
 
778
 
779
  ### Throughput
 
781
  | Metric | Value |
782
  |--------|------:|
783
  | Processing | 4.6K rows/s avg |
784
+ | Upload | 268.8s per commit avg |
785
 
786
  ### Progress
787
 
788
+ `███████░░░░░░░░░░░░░░░░░░░░░░` 131 / 488 (26.8%)
789
 
790
  | Metric | This Session |
791
  |--------|-------------:|
792
+ | Months committed | 1 |
793
+ | Rows processed | 8.8M |
794
+ | Data committed | 733.7 MB |
795
 
796
+ *Last update: 2026-03-16 11:01 UTC*
797
 
798
 
799
  # Dataset card for Arctic Shift Reddit Archive
 
977
 
978
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
979
 
980
+ *Last updated: 2026-03-16 11:01 UTC*
data/submissions/2011/05/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3af429c6e133427e3710360356e972348e0bd4b64c892fab2fda689831242a5d
3
+ size 53967665
data/submissions/2011/05/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11dc864207f054b6b18c4e3adf0093b15a33e2259ae4b7ad60e9909aace5f452
3
+ size 54241060
data/submissions/2011/05/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acbba40b3e52a4d10456e501ad6611c6e0bf17322265771702ce0298df7c17a1
3
+ size 9116056
states.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "session_id": "2026-03-16T10:36:53Z",
3
  "started_at": "2026-03-16T10:36:53.853217247Z",
4
- "updated_at": "2026-03-16T10:58:40.011749057Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2011-05",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -32,7 +32,7 @@
32
  {
33
  "ym": "2011-07",
34
  "type": "comments",
35
- "bytes_done": 10844279,
36
  "bytes_total": 957030154,
37
  "phase": "downloading"
38
  }
@@ -41,9 +41,9 @@
41
  {
42
  "ym": "2011-06",
43
  "type": "comments",
44
- "shard": 9,
45
- "rows": 4500000,
46
- "rows_per_sec": 105089.82278528313,
47
  "phase": "processing"
48
  },
49
  {
@@ -55,9 +55,9 @@
55
  "uploading": [
56
  {
57
  "ym": "2011-05",
58
- "type": "comments",
59
- "rows": 8803949,
60
- "shards": 18,
61
  "phase": "committing"
62
  }
63
  ],
@@ -67,14 +67,14 @@
67
  "throughput": {
68
  "avg_download_mbps": 0,
69
  "avg_process_rows_per_sec": 4605.97019694834,
70
- "avg_upload_sec_per_commit": 0
71
  },
72
  "stats": {
73
- "committed": 0,
74
  "skipped": 130,
75
  "retries": 0,
76
- "total_rows": 0,
77
- "total_bytes": 0,
78
  "total_months": 488
79
  }
80
  }
 
1
  {
2
  "session_id": "2026-03-16T10:36:53Z",
3
  "started_at": "2026-03-16T10:36:53.853217247Z",
4
+ "updated_at": "2026-03-16T11:01:53.765976581Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2011-05",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
32
  {
33
  "ym": "2011-07",
34
  "type": "comments",
35
+ "bytes_done": 7733248,
36
  "bytes_total": 957030154,
37
  "phase": "downloading"
38
  }
 
41
  {
42
  "ym": "2011-06",
43
  "type": "comments",
44
+ "shard": 11,
45
+ "rows": 5500000,
46
+ "rows_per_sec": 116131.97770667194,
47
  "phase": "processing"
48
  },
49
  {
 
55
  "uploading": [
56
  {
57
  "ym": "2011-05",
58
+ "type": "submissions",
59
+ "rows": 1081578,
60
+ "shards": 3,
61
  "phase": "committing"
62
  }
63
  ],
 
67
  "throughput": {
68
  "avg_download_mbps": 0,
69
  "avg_process_rows_per_sec": 4605.97019694834,
70
+ "avg_upload_sec_per_commit": 268.791168864
71
  },
72
  "stats": {
73
+ "committed": 1,
74
  "skipped": 130,
75
  "retries": 0,
76
+ "total_rows": 8803949,
77
+ "total_bytes": 769387567,
78
  "total_months": 488
79
  }
80
  }
stats.csv CHANGED
@@ -129,4 +129,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
129
  2011,3,submissions,2,976817,109456700,142124078,163.50,1110.04,531.15,2026-03-16T07:02:16Z
130
  2011,4,comments,16,7571398,664702854,697379103,154.85,784.88,0.00,2026-03-16T09:32:19Z
131
  2011,4,submissions,2,971371,106570649,139367916,88.83,21.29,161.32,2026-03-16T09:41:29Z
132
- 2011,5,comments,18,8803949,769387567,809487962,0.00,1070.10,0.00,2026-03-16T10:54:43Z
 
 
129
  2011,3,submissions,2,976817,109456700,142124078,163.50,1110.04,531.15,2026-03-16T07:02:16Z
130
  2011,4,comments,16,7571398,664702854,697379103,154.85,784.88,0.00,2026-03-16T09:32:19Z
131
  2011,4,submissions,2,971371,106570649,139367916,88.83,21.29,161.32,2026-03-16T09:41:29Z
132
+ 2011,5,comments,18,8803949,769387567,809487962,0.00,1070.10,268.79,2026-03-16T10:54:43Z
133
+ 2011,5,submissions,3,1081578,117324781,151966023,0.00,1098.33,0.00,2026-03-16T10:59:12Z