tamnd commited on
Commit
d3f9a59
·
verified ·
1 Parent(s): 276d29c

Add comments/2009-12 (6 shards, 2.6M 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 **61.2M items** (50.7M comments, 10.5M submissions) in **4.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
 
@@ -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 ████████████████████░░░░░░░░░░ 16.3M
93
  2010 ██████████████████████████████ 24.3M
94
  ```
95
 
@@ -213,14 +213,14 @@ huggingface-cli download open-index/arctic \
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
- | comments | 53 | 50.7M | 4.2 GB |
217
  | submissions | 52 | 10.5M | 704.0 MB |
218
- | **Total** | **53** | **61.2M** | **4.9 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (53 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -320,8 +320,9 @@ huggingface-cli download open-index/arctic \
320
  | 2009-10 | submissions | 1m17s | 24.4s | 39.7s | 1 | 461,702 | 33.7 MB |
321
  | 2009-11 | comments | - | 1m03s | 57.1s | 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-01 | comments | - | 49.6s | - | 6 | 2,884,096 | 249.4 MB |
325
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
326
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
327
  | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
@@ -359,14 +360,14 @@ ORDER BY year, month, type;
359
 
360
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
361
 
362
- **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 12m / **Committed this session:** 18
363
 
364
  ### Active Workers
365
 
366
  | Stage | Month | Type | Progress |
367
  |-------|-------|------|----------|
368
- | Downloading | 2010-02 | comments | 32.0 KB / 241.7 MB (0%) |
369
- | Uploading | 2010-01 | comments | 6 shards · 2.9M rows · committing |
370
 
371
 
372
  ### Throughput
@@ -375,20 +376,20 @@ ORDER BY year, month, type;
375
  |--------|------:|
376
  | Download | 13 Mbps avg |
377
  | Processing | 46.0K rows/s avg |
378
- | Upload | 26.8s per commit avg |
379
- | ETA | 2026-03-16 10:22 UTC |
380
 
381
  ### Progress
382
 
383
- `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 46 / 430 (10.7%)
384
 
385
  | Metric | This Session |
386
  |--------|-------------:|
387
- | Months committed | 18 |
388
- | Rows processed | 19.7M |
389
- | Data committed | 1.6 GB |
390
 
391
- *Last update: 2026-03-16 05:40 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:40 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 **63.7M items** (53.3M comments, 10.5M submissions) in **5.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
 
 
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
  2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
  2008 ████████░░░░░░░░░░░░░░░░░░░░░░ 7.2M
92
+ 2009 ███████████████████████░░░░░░░ 18.9M
93
  2010 ██████████████████████████████ 24.3M
94
  ```
95
 
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 54 | 53.3M | 4.5 GB |
217
  | submissions | 52 | 10.5M | 704.0 MB |
218
+ | **Total** | **54** | **63.7M** | **5.1 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (54 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
320
  | 2009-10 | submissions | 1m17s | 24.4s | 39.7s | 1 | 461,702 | 33.7 MB |
321
  | 2009-11 | comments | - | 1m03s | 57.1s | 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 | comments | 1m38s | 1m26s | - | 6 | 2,560,510 | 220.7 MB |
324
  | 2009-12 | submissions | 26.7s | 12.1s | 25.4s | 1 | 492,225 | 36.3 MB |
325
+ | 2010-01 | comments | - | 49.6s | 29.6s | 6 | 2,884,096 | 249.4 MB |
326
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
327
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
328
  | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
 
360
 
361
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
362
 
363
+ **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 13m / **Committed this session:** 19
364
 
365
  ### Active Workers
366
 
367
  | Stage | Month | Type | Progress |
368
  |-------|-------|------|----------|
369
+ | Downloading | 2010-02 | comments | 8.2 MB / 241.7 MB (3%) |
370
+ | Uploading | 2009-12 | comments | 6 shards · 2.6M rows · committing |
371
 
372
 
373
  ### Throughput
 
376
  |--------|------:|
377
  | Download | 13 Mbps avg |
378
  | Processing | 46.0K rows/s avg |
379
+ | Upload | 26.9s per commit avg |
380
+ | ETA | 2026-03-16 10:17 UTC |
381
 
382
  ### Progress
383
 
384
+ `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 47 / 430 (10.9%)
385
 
386
  | Metric | This Session |
387
  |--------|-------------:|
388
+ | Months committed | 19 |
389
+ | Rows processed | 22.6M |
390
+ | Data committed | 1.9 GB |
391
 
392
+ *Last update: 2026-03-16 05:41 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:41 UTC*
data/comments/2009/12/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:404c062161cc71eb227cab1412f7131f20efa92ce78f328fc1a364712dcd5150
3
+ size 44992971
data/comments/2009/12/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e3779a82ca1062f15cb09982414f7c06aaf0febc9ee5ae2cd8280e4374990b1
3
+ size 45011705
data/comments/2009/12/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:989db0114b0f3d7107f5149a9785a81e8a5854dad2a39dc9f6f322a1355fe739
3
+ size 45726985
data/comments/2009/12/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58f834e5c178272af7ee168536de2a941256c2a61ffd720999d2df365b58f4b9
3
+ size 46447616
data/comments/2009/12/004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b63c11546006833f3b38379ae9a43b36d787136e543c3b0aad8de6fe78fa380a
3
+ size 43902412
data/comments/2009/12/005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae0a4e7cce0bb4b82ddd1470a71359766abefd6d121b540de3572611e81b9b24
3
+ size 5369226
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:40:33.931560462Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2010-01",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
@@ -32,7 +32,7 @@
32
  {
33
  "ym": "2010-02",
34
  "type": "comments",
35
- "bytes_done": 32768,
36
  "bytes_total": 253429845,
37
  "phase": "downloading"
38
  }
@@ -40,9 +40,9 @@
40
  "processing": null,
41
  "uploading": [
42
  {
43
- "ym": "2010-01",
44
  "type": "comments",
45
- "rows": 2884096,
46
  "shards": 6,
47
  "phase": "committing"
48
  }
@@ -53,15 +53,15 @@
53
  "throughput": {
54
  "avg_download_mbps": 13.073110549136766,
55
  "avg_process_rows_per_sec": 45997.28295406712,
56
- "avg_upload_sec_per_commit": 26.781826510055552,
57
- "estimated_completion": "2026-03-16T11:22:27.976127418+01:00"
58
  },
59
  "stats": {
60
- "committed": 18,
61
  "skipped": 28,
62
  "retries": 0,
63
- "total_rows": 19686116,
64
- "total_bytes": 1764565038,
65
  "total_months": 430
66
  }
67
  }
 
1
  {
2
  "session_id": "2026-03-16T05:28:06Z",
3
  "started_at": "2026-03-16T05:28:06.99036137Z",
4
+ "updated_at": "2026-03-16T05:41:06.651090398Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2009-12",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
 
32
  {
33
  "ym": "2010-02",
34
  "type": "comments",
35
+ "bytes_done": 8617295,
36
  "bytes_total": 253429845,
37
  "phase": "downloading"
38
  }
 
40
  "processing": null,
41
  "uploading": [
42
  {
43
+ "ym": "2009-12",
44
  "type": "comments",
45
+ "rows": 2560510,
46
  "shards": 6,
47
  "phase": "committing"
48
  }
 
53
  "throughput": {
54
  "avg_download_mbps": 13.073110549136766,
55
  "avg_process_rows_per_sec": 45997.28295406712,
56
+ "avg_upload_sec_per_commit": 26.93285099963158,
57
+ "estimated_completion": "2026-03-16T11:17:11.037705685+01:00"
58
  },
59
  "stats": {
60
+ "committed": 19,
61
  "skipped": 28,
62
  "retries": 0,
63
+ "total_rows": 22570212,
64
+ "total_bytes": 2026051579,
65
  "total_months": 430
66
  }
67
  }
stats.csv CHANGED
@@ -95,8 +95,9 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
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,57.12,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,1,comments,6,2884096,261486541,0.00,49.63,0.00,2026-03-16T05:40:33Z
100
  2010,6,submissions,1,478396,41941898,26.94,19.70,93.60,2026-03-15T07:43:49Z
101
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
102
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z
 
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,57.12,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,comments,6,2560510,231450915,98.42,85.70,0.00,2026-03-16T05:41:03Z
99
  2009,12,submissions,1,492225,38014289,26.74,12.14,25.37,2026-03-15T06:42:00Z
100
+ 2010,1,comments,6,2884096,261486541,0.00,49.63,29.65,2026-03-16T05:40:33Z
101
  2010,6,submissions,1,478396,41941898,26.94,19.70,93.60,2026-03-15T07:43:49Z
102
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
103
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z