tamnd commited on
Commit
bf351b3
·
verified ·
1 Parent(s): 30b04f6

Add comments/2009-11 (5 shards, 2.2M 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 **2010-12**.
55
 
56
- Right now the archive has **56.1M items** (45.6M comments, 10.5M submissions) in **4.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
 
@@ -89,7 +89,7 @@ states.json live pipeline state (updated every ~5 min)
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
  2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
  2008 ██████████░░░░░░░░░░░░░░░░░░░░ 7.2M
92
- 2009 ███████████████████░░░░░░░░░░░ 14.1M
93
  2010 ██████████████████████████████ 21.4M
94
  ```
95
 
@@ -213,14 +213,14 @@ huggingface-cli download open-index/arctic \
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
- | comments | 51 | 45.6M | 3.8 GB |
217
  | submissions | 52 | 10.5M | 704.0 MB |
218
- | **Total** | **51** | **56.1M** | **4.5 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (51 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -316,8 +316,9 @@ huggingface-cli download open-index/arctic \
316
  | 2009-08 | submissions | 1m01s | 21.4s | 17.1s | 1 | 435,860 | 30.3 MB |
317
  | 2009-09 | comments | 1m15s | 55.7s | 3m02s | 5 | 2,032,276 | 172.6 MB |
318
  | 2009-09 | submissions | 24.9s | 21.3s | 14.7s | 1 | 443,037 | 31.7 MB |
319
- | 2009-10 | comments | 1m18s | 29.3s | - | 5 | 2,242,017 | 199.1 MB |
320
  | 2009-10 | submissions | 1m17s | 24.4s | 39.7s | 1 | 461,702 | 33.7 MB |
 
321
  | 2009-11 | submissions | 33.3s | 20.9s | 31.1s | 1 | 452,320 | 32.8 MB |
322
  | 2009-12 | submissions | 26.7s | 12.1s | 25.4s | 1 | 492,225 | 36.3 MB |
323
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
@@ -357,38 +358,38 @@ ORDER BY year, month, type;
357
 
358
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
359
 
360
- **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 11m / **Committed this session:** 16
361
 
362
  ### Active Workers
363
 
364
  | Stage | Month | Type | Progress |
365
  |-------|-------|------|----------|
366
- | Downloading | 2010-01 | submissions | connecting... |
367
- | Processing | 2009-12 | comments | starting... |
368
- | Processing | 2010-01 | comments | shard 1 · 0 rows |
369
- | Uploading | 2009-10 | comments | 5 shards · 2.2M rows · committing |
370
 
371
 
372
  ### Throughput
373
 
374
  | Metric | Value |
375
  |--------|------:|
376
- | Download | 14 Mbps avg |
377
- | Processing | 47.5K rows/s avg |
378
- | Upload | 19.7s per commit avg |
379
- | ETA | 2026-03-16 10:00 UTC |
380
 
381
  ### Progress
382
 
383
- `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 44 / 430 (10.2%)
384
 
385
  | Metric | This Session |
386
  |--------|-------------:|
387
- | Months committed | 16 |
388
- | Rows processed | 15.2M |
389
- | Data committed | 1.3 GB |
390
 
391
- *Last update: 2026-03-16 05:39 UTC*
392
 
393
 
394
  # Dataset card for Arctic Shift Reddit Archive
@@ -572,4 +573,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
572
 
573
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
574
 
575
- *Last updated: 2026-03-16 05:39 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 **2010-12**.
55
 
56
+ Right now the archive has **58.3M items** (47.8M comments, 10.5M submissions) in **4.7 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
 
 
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
  2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
  2008 ██████████░░░░░░░░░░░░░░░░░░░░ 7.2M
92
+ 2009 ██████████████████████░░░░░░░░ 16.3M
93
  2010 ██████████████████████████████ 21.4M
94
  ```
95
 
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 52 | 47.8M | 4.0 GB |
217
  | submissions | 52 | 10.5M | 704.0 MB |
218
+ | **Total** | **52** | **58.3M** | **4.7 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (52 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
316
  | 2009-08 | submissions | 1m01s | 21.4s | 17.1s | 1 | 435,860 | 30.3 MB |
317
  | 2009-09 | comments | 1m15s | 55.7s | 3m02s | 5 | 2,032,276 | 172.6 MB |
318
  | 2009-09 | submissions | 24.9s | 21.3s | 14.7s | 1 | 443,037 | 31.7 MB |
319
+ | 2009-10 | comments | 1m18s | 29.3s | 1m49s | 5 | 2,242,017 | 199.1 MB |
320
  | 2009-10 | submissions | 1m17s | 24.4s | 39.7s | 1 | 461,702 | 33.7 MB |
321
+ | 2009-11 | comments | - | 1m03s | - | 5 | 2,207,444 | 193.5 MB |
322
  | 2009-11 | submissions | 33.3s | 20.9s | 31.1s | 1 | 452,320 | 32.8 MB |
323
  | 2009-12 | submissions | 26.7s | 12.1s | 25.4s | 1 | 492,225 | 36.3 MB |
324
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
 
358
 
359
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
360
 
361
+ **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 12m / **Committed this session:** 17
362
 
363
  ### Active Workers
364
 
365
  | Stage | Month | Type | Progress |
366
  |-------|-------|------|----------|
367
+ | Downloading | 2010-02 | comments | connecting... |
368
+ | Processing | 2009-12 | comments | shard 4 · 1.0M rows · 88.0K rows/s |
369
+ | Processing | 2010-01 | submissions | starting... |
370
+ | Uploading | 2009-11 | comments | 5 shards · 2.2M rows · committing |
371
 
372
 
373
  ### Throughput
374
 
375
  | Metric | Value |
376
  |--------|------:|
377
+ | Download | 13 Mbps avg |
378
+ | Processing | 48.1K rows/s avg |
379
+ | Upload | 25.0s per commit avg |
380
+ | ETA | 2026-03-16 10:08 UTC |
381
 
382
  ### Progress
383
 
384
+ `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 45 / 430 (10.5%)
385
 
386
  | Metric | This Session |
387
  |--------|-------------:|
388
+ | Months committed | 17 |
389
+ | Rows processed | 17.5M |
390
+ | Data committed | 1.5 GB |
391
 
392
+ *Last update: 2026-03-16 05:40 UTC*
393
 
394
 
395
  # Dataset card for Arctic Shift Reddit Archive
 
573
 
574
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
575
 
576
+ *Last updated: 2026-03-16 05:40 UTC*
data/comments/2009/11/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bf50d996b6eb3fac2f98fc7368b937f6966ce6cc2b08eb8b5681e6004f35e81
3
+ size 46611836
data/comments/2009/11/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dba1b48c34df139c4b157c66dd177a90a9ff23d5f496231e4c45fa958b0812c6
3
+ size 45371790
data/comments/2009/11/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc8f058f83f164856ff163ce8a6345966b6f9ec15d9aa0b1d97ad8d1d8db2aad
3
+ size 45929818
data/comments/2009/11/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e21d2807e356605d71d262b3c357ce68d22232f2dd99a7ce5f06a3964329f39
3
+ size 45644157
data/comments/2009/11/004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69e3396768bf48dadbcdfbd24f5ead88cdccfa4dd054695596ac009e45d96150
3
+ size 19322310
states.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "session_id": "2026-03-16T05:28:06Z",
3
  "started_at": "2026-03-16T05:28:06.99036137Z",
4
- "updated_at": "2026-03-16T05:39:00.749000491Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2009-10",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
@@ -30,8 +30,8 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2010-01",
34
- "type": "submissions",
35
  "phase": "downloading"
36
  }
37
  ],
@@ -39,20 +39,22 @@
39
  {
40
  "ym": "2009-12",
41
  "type": "comments",
 
 
 
42
  "phase": "processing"
43
  },
44
  {
45
  "ym": "2010-01",
46
- "type": "comments",
47
- "shard": 1,
48
  "phase": "processing"
49
  }
50
  ],
51
  "uploading": [
52
  {
53
- "ym": "2009-10",
54
  "type": "comments",
55
- "rows": 2242017,
56
  "shards": 5,
57
  "phase": "committing"
58
  }
@@ -61,17 +63,17 @@
61
  "queued_for_upload": 0
62
  },
63
  "throughput": {
64
- "avg_download_mbps": 13.72059538082776,
65
- "avg_process_rows_per_sec": 47546.313407210175,
66
- "avg_upload_sec_per_commit": 19.745847512312498,
67
- "estimated_completion": "2026-03-16T11:00:07.236682067+01:00"
68
  },
69
  "stats": {
70
- "committed": 16,
71
  "skipped": 28,
72
  "retries": 0,
73
- "total_rows": 15236655,
74
- "total_bytes": 1352908051,
75
  "total_months": 430
76
  }
77
  }
 
1
  {
2
  "session_id": "2026-03-16T05:28:06Z",
3
  "started_at": "2026-03-16T05:28:06.99036137Z",
4
+ "updated_at": "2026-03-16T05:40:05.09309837Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2009-11",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2010-02",
34
+ "type": "comments",
35
  "phase": "downloading"
36
  }
37
  ],
 
39
  {
40
  "ym": "2009-12",
41
  "type": "comments",
42
+ "shard": 4,
43
+ "rows": 1000000,
44
+ "rows_per_sec": 87995.97687884659,
45
  "phase": "processing"
46
  },
47
  {
48
  "ym": "2010-01",
49
+ "type": "submissions",
 
50
  "phase": "processing"
51
  }
52
  ],
53
  "uploading": [
54
  {
55
+ "ym": "2009-11",
56
  "type": "comments",
57
+ "rows": 2207444,
58
  "shards": 5,
59
  "phase": "committing"
60
  }
 
63
  "queued_for_upload": 0
64
  },
65
  "throughput": {
66
+ "avg_download_mbps": 13.073110549136766,
67
+ "avg_process_rows_per_sec": 48102.54027805634,
68
+ "avg_upload_sec_per_commit": 24.99738849323529,
69
+ "estimated_completion": "2026-03-16T11:08:31.809004614+01:00"
70
  },
71
  "stats": {
72
+ "committed": 17,
73
  "skipped": 28,
74
  "retries": 0,
75
+ "total_rows": 17478672,
76
+ "total_bytes": 1561685127,
77
  "total_months": 430
78
  }
79
  }
stats.csv CHANGED
@@ -91,8 +91,9 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
91
  2009,8,submissions,1,435860,31818901,60.67,21.45,17.05,2026-03-15T05:16:31Z
92
  2009,9,comments,5,2032276,181010998,74.79,55.68,182.34,2026-03-15T15:04:37Z
93
  2009,9,submissions,1,443037,33192219,24.89,21.26,14.65,2026-03-15T05:37:15Z
94
- 2009,10,comments,5,2242017,208777076,77.59,29.31,0.00,2026-03-16T05:37:47Z
95
  2009,10,submissions,1,461702,35288337,76.93,24.44,39.71,2026-03-15T05:44:44Z
 
96
  2009,11,submissions,1,452320,34412953,33.30,20.90,31.10,2026-03-15T06:33:19Z
97
  2009,12,submissions,1,492225,38014289,26.74,12.14,25.37,2026-03-15T06:42:00Z
98
  2010,6,submissions,1,478396,41941898,26.94,19.70,93.60,2026-03-15T07:43:49Z
 
91
  2009,8,submissions,1,435860,31818901,60.67,21.45,17.05,2026-03-15T05:16:31Z
92
  2009,9,comments,5,2032276,181010998,74.79,55.68,182.34,2026-03-15T15:04:37Z
93
  2009,9,submissions,1,443037,33192219,24.89,21.26,14.65,2026-03-15T05:37:15Z
94
+ 2009,10,comments,5,2242017,208777076,77.59,29.31,109.02,2026-03-16T05:37:47Z
95
  2009,10,submissions,1,461702,35288337,76.93,24.44,39.71,2026-03-15T05:44:44Z
96
+ 2009,11,comments,5,2207444,202879911,0.00,63.17,0.00,2026-03-16T05:39:36Z
97
  2009,11,submissions,1,452320,34412953,33.30,20.90,31.10,2026-03-15T06:33:19Z
98
  2009,12,submissions,1,492225,38014289,26.74,12.14,25.37,2026-03-15T06:42:00Z
99
  2010,6,submissions,1,478396,41941898,26.94,19.70,93.60,2026-03-15T07:43:49Z