tamnd commited on
Commit
db8435e
·
verified ·
1 Parent(s): ece3d7e

Add comments/2011-03 (16 shards, 7.6M rows)

Browse files
README.md CHANGED
@@ -51,9 +51,9 @@ task_categories:
51
 
52
  ## What is it?
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-02**.
55
 
56
- Right now the archive has **107.6M items** (90.4M comments, 17.2M submissions) in **8.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
 
@@ -92,7 +92,7 @@ states.json live pipeline state (updated every ~5 min)
92
  2008 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
93
  2009 ███████████░░░░░░░░░░░░░░░░░░░ 18.9M
94
  2010 ██████████████████████████████ 48.5M
95
- 2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 13.0M
96
  ```
97
 
98
  **Submissions**
@@ -216,9 +216,9 @@ huggingface-cli download open-index/arctic \
216
 
217
  | Type | Months | Rows | Parquet Size |
218
  |------|-------:|-----:|-------------:|
219
- | comments | 63 | 90.4M | 7.6 GB |
220
  | submissions | 63 | 17.2M | 1.3 GB |
221
- | **Total** | **63** | **107.6M** | **8.9 GB** |
222
 
223
  ### Coverage
224
 
@@ -603,7 +603,7 @@ Processing **126** of **486** (month, type) pairs from **2005-12** through **202
603
  ### Monthly breakdown
604
 
605
  <details>
606
- <summary>Click to expand full monthly table (63 comment months + 63 submission months)</summary>
607
 
608
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
609
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -733,6 +733,7 @@ Processing **126** of **486** (month, type) pairs from **2005-12** through **202
733
  | 2011-01 | submissions | 117.9 MB | - | 12m30s | 1m51s | 2 | 837,996 | 91.1 MB |
734
  | 2011-02 | comments | 574.2 MB | - | 13m35s | 1m57s | 13 | 6,363,114 | 551.3 MB |
735
  | 2011-02 | submissions | 114.1 MB | - | 13m58s | 33.6s | 2 | 822,302 | 88.3 MB |
 
736
 
737
  </details>
738
 
@@ -764,15 +765,13 @@ ORDER BY year, month, type;
764
 
765
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 119 GB free). Auto-updated every ~5 minutes.
766
 
767
- **Started:** 2026-03-16 06:27 UTC / **Elapsed:** 30m / **Committed this session:** 2
768
 
769
  ### Active Workers
770
 
771
  | Stage | Month | Type | Progress |
772
  |-------|-------|------|----------|
773
- | Downloading | 2011-04 | comments | 15.4 MB / 665.1 MB (2%) |
774
- | Processing | 2011-03 | comments | shard 14 · 7.0M rows · 37.6K rows/s |
775
- | Processing | 2011-03 | submissions | starting... |
776
 
777
 
778
  ### Throughput
@@ -780,9 +779,9 @@ ORDER BY year, month, type;
780
  | Metric | Value |
781
  |--------|------:|
782
  | Download | 10 Mbps avg |
783
- | Processing | 4.4K rows/s avg |
784
  | Upload | 75.1s per commit avg |
785
- | ETA | 2026-03-20 08:12 UTC |
786
 
787
  ### Progress
788
 
@@ -793,9 +792,9 @@ ORDER BY year, month, type;
793
  | Months committed | 2 |
794
  | Rows processed | 7.2M |
795
  | Data committed | 639.6 MB |
796
- | Retries | 3 |
797
 
798
- *Last update: 2026-03-16 06:57 UTC*
799
 
800
 
801
  # Dataset card for Arctic Shift Reddit Archive
@@ -979,4 +978,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
979
 
980
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
981
 
982
- *Last updated: 2026-03-16 06:57 UTC*
 
51
 
52
  ## What is it?
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-03**.
55
 
56
+ Right now the archive has **115.2M items** (98.0M comments, 17.2M submissions) in **9.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
 
 
92
  2008 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
93
  2009 ███████████░░░░░░░░░░░░░░░░░░░ 18.9M
94
  2010 ██████████████████████████████ 48.5M
95
+ 2011 ████████████░░░░░░░░░░░░░░░░░░ 20.5M
96
  ```
97
 
98
  **Submissions**
 
216
 
217
  | Type | Months | Rows | Parquet Size |
218
  |------|-------:|-----:|-------------:|
219
+ | comments | 64 | 98.0M | 8.2 GB |
220
  | submissions | 63 | 17.2M | 1.3 GB |
221
+ | **Total** | **64** | **115.2M** | **9.5 GB** |
222
 
223
  ### Coverage
224
 
 
603
  ### Monthly breakdown
604
 
605
  <details>
606
+ <summary>Click to expand full monthly table (64 comment months + 63 submission months)</summary>
607
 
608
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
609
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
733
  | 2011-01 | submissions | 117.9 MB | - | 12m30s | 1m51s | 2 | 837,996 | 91.1 MB |
734
  | 2011-02 | comments | 574.2 MB | - | 13m35s | 1m57s | 13 | 6,363,114 | 551.3 MB |
735
  | 2011-02 | submissions | 114.1 MB | - | 13m58s | 33.6s | 2 | 822,302 | 88.3 MB |
736
+ | 2011-03 | comments | 679.7 MB | 6m36s | 18m04s | - | 16 | 7,556,165 | 652.4 MB |
737
 
738
  </details>
739
 
 
765
 
766
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 119 GB free). Auto-updated every ~5 minutes.
767
 
768
+ **Started:** 2026-03-16 06:27 UTC / **Elapsed:** 32m / **Committed this session:** 2
769
 
770
  ### Active Workers
771
 
772
  | Stage | Month | Type | Progress |
773
  |-------|-------|------|----------|
774
+ | Uploading | 2011-03 | comments | 16 shards · 7.6M rows · committing |
 
 
775
 
776
 
777
  ### Throughput
 
779
  | Metric | Value |
780
  |--------|------:|
781
  | Download | 10 Mbps avg |
782
+ | Processing | 4.2K rows/s avg |
783
  | Upload | 75.1s per commit avg |
784
+ | ETA | 2026-03-20 08:57 UTC |
785
 
786
  ### Progress
787
 
 
792
  | Months committed | 2 |
793
  | Rows processed | 7.2M |
794
  | Data committed | 639.6 MB |
795
+ | Retries | 4 |
796
 
797
+ *Last update: 2026-03-16 07:00 UTC*
798
 
799
 
800
  # Dataset card for Arctic Shift Reddit Archive
 
978
 
979
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
980
 
981
+ *Last updated: 2026-03-16 07:01 UTC*
data/comments/2011/03/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4af33c734ae9d50eb946526bab7dfe21df042b94e39282e3e23ef25a597d5077
3
+ size 46373755
data/comments/2011/03/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61ed658a721edb443af7aa966efe3658eae84762661a0bf5c7ba275d9278970a
3
+ size 45610295
data/comments/2011/03/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a13fc14d5b6e8c39aa27a38eb1d70b04c744f9182a7370afd9e21784a1ab0d63
3
+ size 44961083
data/comments/2011/03/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2a8fd796b961bb5c31142153de0911a28a8d4bc08c4e6fd0dc4a6339fdce963
3
+ size 46070062
data/comments/2011/03/004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:504f10f37e8b31b12ef5d7b18cbb9b7926852fbfb5cf1737d97fa0ad66ee3a1b
3
+ size 46520577
data/comments/2011/03/005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a6dd24e12ed583796c70ebcb17232b7055bf56b46b2def5b12b54b3f6a2693f
3
+ size 44739916
data/comments/2011/03/006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b325de14d8738a750fed9d5f214e13ddbc8d7deefd7219ffed755f17c6745ab
3
+ size 45973713
data/comments/2011/03/007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32fc65cadd0a130fc36e8cb2fa7533ac216bd1933d994d9db82fda6338c9b5b4
3
+ size 46280734
data/comments/2011/03/008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76c78177660861d0cb8d7977cf22c84b56a7c5b0e1685859f8618be767c69840
3
+ size 43870420
data/comments/2011/03/009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57e823b0a328abd96e58fd4e51bd0be259fa0a02cd2b8d36b27e5f743716b003
3
+ size 44668826
data/comments/2011/03/010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce066ba53c578ec310e9bde692cf8a4e5c1fd81ed8277d733e40de72e7338e71
3
+ size 45456729
data/comments/2011/03/011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e32518c32c96699990a40ac31fd0b3f58764bfc8b4633a4e005945a7cadef22
3
+ size 45151886
data/comments/2011/03/012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94db77af051b4fa39b4dd10bf53459dd89365e7d5f4fd635fc843762975a23eb
3
+ size 44180172
data/comments/2011/03/013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7592e27c0228946b7023a2586efe91a7ae04af017ecca8063648a91c2f54f110
3
+ size 45437153
data/comments/2011/03/014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18cf9989503a8fad530bbc50cb13aa9986f03fa2329e2f0a5f2a2f3360ad7648
3
+ size 43691833
data/comments/2011/03/015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baab487d2e90e2702681c711395aadfa8b0d0b173a56b808989a8ac13792b760
3
+ size 5065521
states.json CHANGED
@@ -1,14 +1,12 @@
1
  {
2
  "session_id": "2026-03-16T06:27:36Z",
3
  "started_at": "2026-03-16T06:27:36.908118209Z",
4
- "updated_at": "2026-03-16T06:57:37.251099609Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2011-03",
8
  "type": "comments",
9
- "phase": "processing",
10
- "shard": 12,
11
- "rows": 6000000
12
  },
13
  "hardware": {
14
  "hostname": "vmi3112167",
@@ -30,44 +28,30 @@
30
  "sequential": false
31
  },
32
  "pipeline": {
33
- "downloading": [
34
- {
35
- "ym": "2011-04",
36
- "type": "comments",
37
- "bytes_done": 16111697,
38
- "bytes_total": 697379103,
39
- "phase": "downloading"
40
- }
41
- ],
42
- "processing": [
43
  {
44
  "ym": "2011-03",
45
  "type": "comments",
46
- "shard": 14,
47
- "rows": 7000000,
48
- "rows_per_sec": 37634.347953387136,
49
- "phase": "processing"
50
- },
51
- {
52
- "ym": "2011-03",
53
- "type": "submissions",
54
- "phase": "processing"
55
  }
56
  ],
57
- "uploading": null,
58
  "queued_for_process": 0,
59
  "queued_for_upload": 0
60
  },
61
  "throughput": {
62
  "avg_download_mbps": 10.186549502811081,
63
- "avg_process_rows_per_sec": 4391.963769236679,
64
  "avg_upload_sec_per_commit": 75.08040495,
65
- "estimated_completion": "2026-03-20T09:12:18.882930714+01:00"
66
  },
67
  "stats": {
68
  "committed": 2,
69
  "skipped": 124,
70
- "retries": 3,
71
  "total_rows": 7185416,
72
  "total_bytes": 670710734,
73
  "total_months": 488
 
1
  {
2
  "session_id": "2026-03-16T06:27:36Z",
3
  "started_at": "2026-03-16T06:27:36.908118209Z",
4
+ "updated_at": "2026-03-16T07:00:05.166858601Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2011-03",
8
  "type": "comments",
9
+ "phase": "committing"
 
 
10
  },
11
  "hardware": {
12
  "hostname": "vmi3112167",
 
28
  "sequential": false
29
  },
30
  "pipeline": {
31
+ "downloading": null,
32
+ "processing": null,
33
+ "uploading": [
 
 
 
 
 
 
 
34
  {
35
  "ym": "2011-03",
36
  "type": "comments",
37
+ "rows": 7556165,
38
+ "shards": 16,
39
+ "phase": "committing"
 
 
 
 
 
 
40
  }
41
  ],
 
42
  "queued_for_process": 0,
43
  "queued_for_upload": 0
44
  },
45
  "throughput": {
46
  "avg_download_mbps": 10.186549502811081,
47
+ "avg_process_rows_per_sec": 4157.973013433051,
48
  "avg_upload_sec_per_commit": 75.08040495,
49
+ "estimated_completion": "2026-03-20T09:57:19.987789067+01:00"
50
  },
51
  "stats": {
52
  "committed": 2,
53
  "skipped": 124,
54
+ "retries": 4,
55
  "total_rows": 7185416,
56
  "total_bytes": 670710734,
57
  "total_months": 488
stats.csv CHANGED
@@ -124,4 +124,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
124
  2011,1,comments,14,6603329,598091268,621585706,0.00,734.20,208.39,2026-03-16T06:21:49Z
125
  2011,1,submissions,2,837996,95559859,123638415,0.00,750.03,111.44,2026-03-16T06:25:17Z
126
  2011,2,comments,13,6363114,578102551,602090002,0.00,815.49,116.51,2026-03-16T06:41:12Z
127
- 2011,2,submissions,2,822302,92608183,119691628,0.00,838.17,0.00,2026-03-16T06:43:09Z
 
 
124
  2011,1,comments,14,6603329,598091268,621585706,0.00,734.20,208.39,2026-03-16T06:21:49Z
125
  2011,1,submissions,2,837996,95559859,123638415,0.00,750.03,111.44,2026-03-16T06:25:17Z
126
  2011,2,comments,13,6363114,578102551,602090002,0.00,815.49,116.51,2026-03-16T06:41:12Z
127
+ 2011,2,submissions,2,822302,92608183,119691628,0.00,838.17,33.65,2026-03-16T06:43:09Z
128
+ 2011,3,comments,16,7556165,684052675,712738444,395.73,1084.41,0.00,2026-03-16T06:59:16Z