tamnd commited on
Commit
fced582
·
verified ·
1 Parent(s): 47aba72

Add comments/2012-08 (52 shards, 25.7M 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 **1.6B items** (336.4M comments, 1.2B submissions) in **179.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
 
@@ -90,10 +90,10 @@ states.json live pipeline state (updated every ~5 min)
90
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
  2007 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
92
  2008 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
93
- 2009 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.9M
94
- 2010 █████████░░░░░░░░░░░░░░░░░░░░ 48.5M
95
- 2011 ███████████████████████████░░░ 123.3M
96
- 2012 ██████████████████████████████ 135.7M
97
  ```
98
 
99
  **Submissions**
@@ -226,28 +226,27 @@ huggingface-cli download open-index/arctic \
226
 
227
  | Type | Months | Rows | Parquet Size |
228
  |------|-------:|-----:|-------------:|
229
- | comments | 80 | 336.4M | 27.9 GB |
230
  | submissions | 125 | 1.2B | 151.5 GB |
231
- | **Total** | **80** | **1.6B** | **179.3 GB** |
232
 
233
  ### Coverage
234
 
235
- Processing **205** of **486** (month, type) pairs from **2005-12** through **2026-02**.
236
 
237
  | Metric | Size |
238
  |--------|-----:|
239
  | Total .zst archive | 3.6 TB |
240
- | Processed (.zst) | 490.8 GB |
241
  | Remaining (.zst) | 3.1 TB |
242
 
243
- ### Remaining months (281 pairs)
244
 
245
  <details>
246
  <summary>Click to expand remaining months table</summary>
247
 
248
  | Month | Type | .zst Size |
249
  |-------|------|----------:|
250
- | 2012-08 | comments | 2.2 GB |
251
  | 2012-09 | comments | 2.0 GB |
252
  | 2012-10 | comments | 2.1 GB |
253
  | 2012-11 | comments | 2.1 GB |
@@ -534,7 +533,7 @@ Processing **205** of **486** (month, type) pairs from **2005-12** through **202
534
  ### Monthly breakdown
535
 
536
  <details>
537
- <summary>Click to expand full monthly table (80 comment months + 125 submission months)</summary>
538
 
539
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
540
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -698,6 +697,7 @@ Processing **205** of **486** (month, type) pairs from **2005-12** through **202
698
  | 2012-06 | submissions | 365.1 MB | - | 8m13s | 1m37s | 5 | 2,393,973 | 285.7 MB |
699
  | 2012-07 | comments | 2.1 GB | 31m15s | 190m27s | 7m58s | 49 | 24,087,517 | 2.0 GB |
700
  | 2012-07 | submissions | 402.5 MB | 1m34s | 25m03s | 1m48s | 6 | 2,663,529 | 313.2 MB |
 
701
  | 2012-08 | submissions | 425.4 MB | 1m09s | 13m10s | 1m26s | 6 | 2,782,752 | 332.2 MB |
702
  | 2012-09 | submissions | 419.9 MB | 2m48s | 11m14s | 1m38s | 6 | 2,568,109 | 305.8 MB |
703
  | 2012-10 | submissions | 446.3 MB | 3m10s | 24m04s | 1m05s | 6 | 2,776,156 | 321.5 MB |
@@ -774,14 +774,16 @@ ORDER BY year, month, type;
774
 
775
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 68 GB free). Auto-updated every ~5 minutes.
776
 
777
- **Started:** 2026-03-25 00:36 UTC / **Elapsed:** 12h 7m / **Committed this session:** 9
778
 
779
  ### Active Workers
780
 
781
  | Stage | Month | Type | Progress |
782
  |-------|-------|------|----------|
783
- | Processing | 2012-08 | comments | shard 46 · 23.0M rows · 61.5K rows/s |
784
- | Processing | 2012-09 | comments | starting... |
 
 
785
 
786
 
787
  ### Throughput
@@ -789,9 +791,9 @@ ORDER BY year, month, type;
789
  | Metric | Value |
790
  |--------|------:|
791
  | Download | 17 Mbps avg |
792
- | Processing | 4.7K rows/s avg |
793
  | Upload | 347.9s per commit avg |
794
- | ETA | 2026-04-08 03:14 UTC |
795
 
796
  ### Progress
797
 
@@ -803,7 +805,7 @@ ORDER BY year, month, type;
803
  | Rows processed | 163.8M |
804
  | Data committed | 13.6 GB |
805
 
806
- *Last update: 2026-03-25 12:44 UTC*
807
 
808
 
809
  # Dataset card for Arctic Shift Reddit Archive
@@ -987,4 +989,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
987
 
988
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
989
 
990
- *Last updated: 2026-03-25 12:46 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 **1.6B items** (362.1M comments, 1.2B submissions) in **181.4 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
 
 
90
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
91
  2007 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
92
  2008 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
93
+ 2009 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.9M
94
+ 2010 █████████░░░░░░░░░░░░░░░░░░░░ 48.5M
95
+ 2011 ██████████████████████░░░░░░░░ 123.3M
96
+ 2012 ██████████████████████████████ 161.4M
97
  ```
98
 
99
  **Submissions**
 
226
 
227
  | Type | Months | Rows | Parquet Size |
228
  |------|-------:|-----:|-------------:|
229
+ | comments | 81 | 362.1M | 30.0 GB |
230
  | submissions | 125 | 1.2B | 151.5 GB |
231
+ | **Total** | **81** | **1.6B** | **181.4 GB** |
232
 
233
  ### Coverage
234
 
235
+ Processing **206** of **486** (month, type) pairs from **2005-12** through **2026-02**.
236
 
237
  | Metric | Size |
238
  |--------|-----:|
239
  | Total .zst archive | 3.6 TB |
240
+ | Processed (.zst) | 493.0 GB |
241
  | Remaining (.zst) | 3.1 TB |
242
 
243
+ ### Remaining months (280 pairs)
244
 
245
  <details>
246
  <summary>Click to expand remaining months table</summary>
247
 
248
  | Month | Type | .zst Size |
249
  |-------|------|----------:|
 
250
  | 2012-09 | comments | 2.0 GB |
251
  | 2012-10 | comments | 2.1 GB |
252
  | 2012-11 | comments | 2.1 GB |
 
533
  ### Monthly breakdown
534
 
535
  <details>
536
+ <summary>Click to expand full monthly table (81 comment months + 125 submission months)</summary>
537
 
538
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
539
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
697
  | 2012-06 | submissions | 365.1 MB | - | 8m13s | 1m37s | 5 | 2,393,973 | 285.7 MB |
698
  | 2012-07 | comments | 2.1 GB | 31m15s | 190m27s | 7m58s | 49 | 24,087,517 | 2.0 GB |
699
  | 2012-07 | submissions | 402.5 MB | 1m34s | 25m03s | 1m48s | 6 | 2,663,529 | 313.2 MB |
700
+ | 2012-08 | comments | 2.2 GB | 23m39s | 115m40s | - | 52 | 25,703,326 | 2.1 GB |
701
  | 2012-08 | submissions | 425.4 MB | 1m09s | 13m10s | 1m26s | 6 | 2,782,752 | 332.2 MB |
702
  | 2012-09 | submissions | 419.9 MB | 2m48s | 11m14s | 1m38s | 6 | 2,568,109 | 305.8 MB |
703
  | 2012-10 | submissions | 446.3 MB | 3m10s | 24m04s | 1m05s | 6 | 2,776,156 | 321.5 MB |
 
774
 
775
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 68 GB free). Auto-updated every ~5 minutes.
776
 
777
+ **Started:** 2026-03-25 00:36 UTC / **Elapsed:** 12h 35m / **Committed this session:** 9
778
 
779
  ### Active Workers
780
 
781
  | Stage | Month | Type | Progress |
782
  |-------|-------|------|----------|
783
+ | Downloading | 2013-02 | comments | 1.0 GB / 2.4 GB (42%) |
784
+ | Processing | 2012-09 | comments | shard 10 · 5.0M rows · 39.3K rows/s |
785
+ | Processing | 2012-10 | comments | starting... |
786
+ | Uploading | 2012-08 | comments | 52 shards · 25.7M rows · committing |
787
 
788
 
789
  ### Throughput
 
791
  | Metric | Value |
792
  |--------|------:|
793
  | Download | 17 Mbps avg |
794
+ | Processing | 4.6K rows/s avg |
795
  | Upload | 347.9s per commit avg |
796
+ | ETA | 2026-04-10 17:48 UTC |
797
 
798
  ### Progress
799
 
 
805
  | Rows processed | 163.8M |
806
  | Data committed | 13.6 GB |
807
 
808
+ *Last update: 2026-03-25 13:12 UTC*
809
 
810
 
811
  # Dataset card for Arctic Shift Reddit Archive
 
989
 
990
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
991
 
992
+ *Last updated: 2026-03-25 13:12 UTC*
data/comments/2012/08/050.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:294eddb59e54e7df4c3d8b68411e57600f652101f1955752b3ad2115b7b96efb
3
+ size 44243698
data/comments/2012/08/051.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2418fcf19db53ccafb2ccd66fdab264d61919ac87817100ef73a78094e13407c
3
+ size 17500996
states.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
  "session_id": "2026-03-25T00:36:59Z",
3
  "started_at": "2026-03-25T00:36:59.092641651Z",
4
- "updated_at": "2026-03-25T12:44:23.725934115Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2012-08",
8
  "type": "comments",
9
- "phase": "processing"
10
  },
11
  "hardware": {
12
  "hostname": "vmi3112167",
@@ -28,31 +28,47 @@
28
  "sequential": false
29
  },
30
  "pipeline": {
31
- "downloading": null,
 
 
 
 
 
 
 
 
32
  "processing": [
33
  {
34
- "ym": "2012-08",
35
  "type": "comments",
36
- "shard": 46,
37
- "rows": 23000000,
38
- "rows_per_sec": 61470.280730648665,
39
  "phase": "processing"
40
  },
41
  {
42
- "ym": "2012-09",
43
  "type": "comments",
44
  "phase": "processing"
45
  }
46
  ],
47
- "uploading": null,
 
 
 
 
 
 
 
 
48
  "queued_for_process": 0,
49
  "queued_for_upload": 0
50
  },
51
  "throughput": {
52
  "avg_download_mbps": 16.581791258213407,
53
- "avg_process_rows_per_sec": 4694.7992955654845,
54
  "avg_upload_sec_per_commit": 347.94462229855554,
55
- "estimated_completion": "2026-04-08T05:14:49.641071429+02:00"
56
  },
57
  "stats": {
58
  "committed": 9,
 
1
  {
2
  "session_id": "2026-03-25T00:36:59Z",
3
  "started_at": "2026-03-25T00:36:59.092641651Z",
4
+ "updated_at": "2026-03-25T13:12:00.508450546Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2012-08",
8
  "type": "comments",
9
+ "phase": "committing"
10
  },
11
  "hardware": {
12
  "hostname": "vmi3112167",
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": [
32
+ {
33
+ "ym": "2013-02",
34
+ "type": "comments",
35
+ "bytes_done": 1090807807,
36
+ "bytes_total": 2546964232,
37
+ "phase": "downloading"
38
+ }
39
+ ],
40
  "processing": [
41
  {
42
+ "ym": "2012-09",
43
  "type": "comments",
44
+ "shard": 10,
45
+ "rows": 5000000,
46
+ "rows_per_sec": 39317.36964222592,
47
  "phase": "processing"
48
  },
49
  {
50
+ "ym": "2012-10",
51
  "type": "comments",
52
  "phase": "processing"
53
  }
54
  ],
55
+ "uploading": [
56
+ {
57
+ "ym": "2012-08",
58
+ "type": "comments",
59
+ "rows": 25703326,
60
+ "shards": 52,
61
+ "phase": "committing"
62
+ }
63
+ ],
64
  "queued_for_process": 0,
65
  "queued_for_upload": 0
66
  },
67
  "throughput": {
68
  "avg_download_mbps": 16.581791258213407,
69
+ "avg_process_rows_per_sec": 4595.667872314414,
70
  "avg_upload_sec_per_commit": 347.94462229855554,
71
+ "estimated_completion": "2026-04-10T19:48:32.730980759+02:00"
72
  },
73
  "stats": {
74
  "committed": 9,
stats.csv CHANGED
@@ -157,8 +157,9 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
157
  2012,5,submissions,5,2293901,286404302,365477187,100.95,571.77,82.49,2026-03-21T10:08:05Z
158
  2012,6,comments,44,21897913,1960728988,2060739969,1060.73,5796.31,528.76,2026-03-25T08:51:55Z
159
  2012,6,submissions,5,2393973,299604777,382861465,0.00,493.26,96.77,2026-03-21T11:01:47Z
160
- 2012,7,comments,49,24087517,2134569013,2252109025,1875.35,11427.37,0.00,2026-03-25T10:39:26Z
161
  2012,7,submissions,6,2663529,328460127,422101267,94.41,1503.10,107.58,2026-03-21T11:28:25Z
 
162
  2012,8,submissions,6,2782752,348348265,446070905,68.87,789.94,85.99,2026-03-21T11:16:16Z
163
  2012,9,submissions,6,2568109,320611013,440335515,168.07,674.05,97.83,2026-03-21T12:23:42Z
164
  2012,10,submissions,6,2776156,337114916,467945225,189.56,1443.81,65.21,2026-03-21T12:36:53Z
 
157
  2012,5,submissions,5,2293901,286404302,365477187,100.95,571.77,82.49,2026-03-21T10:08:05Z
158
  2012,6,comments,44,21897913,1960728988,2060739969,1060.73,5796.31,528.76,2026-03-25T08:51:55Z
159
  2012,6,submissions,5,2393973,299604777,382861465,0.00,493.26,96.77,2026-03-21T11:01:47Z
160
+ 2012,7,comments,49,24087517,2134569013,2252109025,1875.35,11427.37,478.43,2026-03-25T10:39:26Z
161
  2012,7,submissions,6,2663529,328460127,422101267,94.41,1503.10,107.58,2026-03-21T11:28:25Z
162
+ 2012,8,comments,52,25703326,2257895438,2388292806,1419.01,6940.31,0.00,2026-03-25T12:58:55Z
163
  2012,8,submissions,6,2782752,348348265,446070905,68.87,789.94,85.99,2026-03-21T11:16:16Z
164
  2012,9,submissions,6,2568109,320611013,440335515,168.07,674.05,97.83,2026-03-21T12:23:42Z
165
  2012,10,submissions,6,2776156,337114916,467945225,189.56,1443.81,65.21,2026-03-21T12:36:53Z