tamnd commited on
Commit
05217fa
·
verified ·
1 Parent(s): 91262c1

Add comments/2010-11 (12 shards, 5.7M 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 **2010-10**.
55
 
56
- Right now the archive has **79.9M items** (65.8M comments, 14.1M submissions) in **6.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
 
@@ -87,10 +87,10 @@ states.json live pipeline state (updated every ~5 min)
87
  ```
88
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
- 2007 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
  2008 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
92
- 2009 ███████████████░░░░░░░░░░░░░░░ 18.9M
93
- 2010 ██████████████████████████████ 36.8M
94
  ```
95
 
96
  **Submissions**
@@ -213,14 +213,14 @@ huggingface-cli download open-index/arctic \
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
- | comments | 59 | 65.8M | 5.5 GB |
217
  | submissions | 59 | 14.1M | 987.0 MB |
218
- | **Total** | **59** | **79.9M** | **6.5 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (59 comment months + 59 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -340,8 +340,9 @@ huggingface-cli download open-index/arctic \
340
  | 2010-08 | submissions | 2m07s | 13.7s | 4m04s | 1 | 537,480 | 46.9 MB |
341
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
342
  | 2010-09 | submissions | 36.9s | 35.3s | 1m51s | 1 | 600,209 | 53.7 MB |
343
- | 2010-10 | comments | 5m59s | 5m52s | - | 11 | 5,032,368 | 433.8 MB |
344
  | 2010-10 | submissions | 1m45s | 32.2s | 21.7s | 1 | 630,298 | 57.6 MB |
 
345
 
346
  </details>
347
 
@@ -372,15 +373,14 @@ ORDER BY year, month, type;
372
 
373
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 120 GB free). Auto-updated every ~5 minutes.
374
 
375
- **Started:** 2026-03-15 15:15 UTC / **Elapsed:** 12m / **Committed this session:** 1
376
 
377
  ### Active Workers
378
 
379
  | Stage | Month | Type | Progress |
380
  |-------|-------|------|----------|
381
- | Processing | 2010-11 | comments | shard 1 · 500.0K rows · 85.7K rows/s |
382
- | Processing | 2010-11 | submissions | starting... |
383
- | Uploading | 2010-10 | comments | 11 shards · 5.0M rows · committing |
384
 
385
 
386
  ### Throughput
@@ -388,21 +388,22 @@ ORDER BY year, month, type;
388
  | Metric | Value |
389
  |--------|------:|
390
  | Download | 10 Mbps avg |
391
- | Processing | 14.0K rows/s avg |
392
- | Upload | 219.6s per commit avg |
393
- | ETA | 2026-03-18 16:42 UTC |
394
 
395
  ### Progress
396
 
397
- `░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 3 / 374 (0.8%)
398
 
399
  | Metric | This Session |
400
  |--------|-------------:|
401
- | Months committed | 1 |
402
- | Rows processed | 4.7M |
403
- | Data committed | 400.0 MB |
 
404
 
405
- *Last update: 2026-03-15 15:27 UTC*
406
 
407
 
408
  # Dataset card for Arctic Shift Reddit Archive
@@ -586,4 +587,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
586
 
587
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
588
 
589
- *Last updated: 2026-03-15 15:27 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 **2010-11**.
55
 
56
+ Right now the archive has **85.6M items** (71.5M comments, 14.1M submissions) in **7.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
 
 
87
  ```
88
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
+ 2007 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
  2008 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
92
+ 2009 █████████████░░░░░░░░░░░░░░░░░ 18.9M
93
+ 2010 ██████████████████████████████ 42.5M
94
  ```
95
 
96
  **Submissions**
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 60 | 71.5M | 6.0 GB |
217
  | submissions | 59 | 14.1M | 987.0 MB |
218
+ | **Total** | **60** | **85.6M** | **7.0 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (60 comment months + 59 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
340
  | 2010-08 | submissions | 2m07s | 13.7s | 4m04s | 1 | 537,480 | 46.9 MB |
341
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
342
  | 2010-09 | submissions | 36.9s | 35.3s | 1m51s | 1 | 600,209 | 53.7 MB |
343
+ | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
344
  | 2010-10 | submissions | 1m45s | 32.2s | 21.7s | 1 | 630,298 | 57.6 MB |
345
+ | 2010-11 | comments | - | 14m01s | - | 12 | 5,689,002 | 487.7 MB |
346
 
347
  </details>
348
 
 
373
 
374
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 120 GB free). Auto-updated every ~5 minutes.
375
 
376
+ **Started:** 2026-03-15 15:15 UTC / **Elapsed:** 23m / **Committed this session:** 2
377
 
378
  ### Active Workers
379
 
380
  | Stage | Month | Type | Progress |
381
  |-------|-------|------|----------|
382
+ | Downloading | 2011-02 | comments | 14.6 MB / 574.2 MB (2%) |
383
+ | Uploading | 2010-11 | comments | 12 shards · 5.7M rows · committing |
 
384
 
385
 
386
  ### Throughput
 
388
  | Metric | Value |
389
  |--------|------:|
390
  | Download | 10 Mbps avg |
391
+ | Processing | 9.0K rows/s avg |
392
+ | Upload | 116.0s per commit avg |
393
+ | ETA | 2026-03-18 06:54 UTC |
394
 
395
  ### Progress
396
 
397
+ `░░░░░░░░░░░░░░░░░░��░░░░░░░░░░░` 4 / 374 (1.1%)
398
 
399
  | Metric | This Session |
400
  |--------|-------------:|
401
+ | Months committed | 2 |
402
+ | Rows processed | 9.7M |
403
+ | Data committed | 833.8 MB |
404
+ | Retries | 8 |
405
 
406
+ *Last update: 2026-03-15 15:38 UTC*
407
 
408
 
409
  # Dataset card for Arctic Shift Reddit Archive
 
587
 
588
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
589
 
590
+ *Last updated: 2026-03-15 15:38 UTC*
data/comments/2010/11/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e5bd1e7ca1ab93192a93358bb11cbfab3393b9a17e8af244dc4682e7affbb2d
3
+ size 44945418
data/comments/2010/11/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2c6d215fbef7d8853a6aa0231842b21643d39d10d8cbc005f759c0f0900c01d
3
+ size 45395602
data/comments/2010/11/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57ee24b70819ca32ac7ec7cb65ecbbf115ded52c127dfd07aba32ea085c842c3
3
+ size 45121803
data/comments/2010/11/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46ee2e5ecc3b388434af680e2eb270c44dc9a8a18ddd29c9513f7d6635361ae3
3
+ size 45791351
data/comments/2010/11/004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30ba75c6326a0f2caee6d8bb8a9a1680539d40375234ebbab196728a00e7d97d
3
+ size 44711723
data/comments/2010/11/005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a54960059f011b6fb17bc5f76bb4eaf2cc87eb24c50670327a96e03524ef41e1
3
+ size 45701512
data/comments/2010/11/006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cf5ffc77f75e567373d388b25784c5ac87eccb6d05f460916050550b689814f
3
+ size 45724077
data/comments/2010/11/007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e809023e1fe68ea1d2b447000a57621adc0ba1a1ff25e7d5d127d124e1c2b0e
3
+ size 44098398
data/comments/2010/11/008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b1295d6bc3500d6fe837905f84f39c3684514e338a150efc5afe8904225ab89
3
+ size 44176307
data/comments/2010/11/009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f52b7a5ed3458487d6e8da7b2540406b0f388152ec6469ae7c14ea25b2937761
3
+ size 43599688
data/comments/2010/11/010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9faf63ef453787b6b275f2ec80ea1ee8376bf159c4abfe442fec9ea51e4e0c70
3
+ size 44483002
data/comments/2010/11/011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5638b02050c3f0edcba1768ca14c08f3d97a69882969f65d63b9edce6d62f7ae
3
+ size 17649932
states.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "session_id": "2026-03-15T15:15:37Z",
3
  "started_at": "2026-03-15T15:15:37.698607886Z",
4
- "updated_at": "2026-03-15T15:27:36.353329744Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2010-10",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
@@ -27,28 +27,22 @@
27
  "sequential": false
28
  },
29
  "pipeline": {
30
- "downloading": null,
31
- "processing": [
32
  {
33
- "ym": "2010-11",
34
  "type": "comments",
35
- "shard": 1,
36
- "rows": 500000,
37
- "rows_per_sec": 85735.00336228592,
38
- "phase": "processing"
39
- },
40
- {
41
- "ym": "2010-11",
42
- "type": "submissions",
43
- "phase": "processing"
44
  }
45
  ],
 
46
  "uploading": [
47
  {
48
- "ym": "2010-10",
49
  "type": "comments",
50
- "rows": 5032368,
51
- "shards": 11,
52
  "phase": "committing"
53
  }
54
  ],
@@ -57,16 +51,16 @@
57
  },
58
  "throughput": {
59
  "avg_download_mbps": 9.981206175723955,
60
- "avg_process_rows_per_sec": 13980.069224144296,
61
- "avg_upload_sec_per_commit": 219.638197497,
62
- "estimated_completion": "2026-03-18T17:42:55.678978348+01:00"
63
  },
64
  "stats": {
65
- "committed": 1,
66
  "skipped": 2,
67
- "retries": 0,
68
- "total_rows": 4704069,
69
- "total_bytes": 419436137,
70
  "total_months": 374
71
  }
72
  }
 
1
  {
2
  "session_id": "2026-03-15T15:15:37Z",
3
  "started_at": "2026-03-15T15:15:37.698607886Z",
4
+ "updated_at": "2026-03-15T15:38:37.246020284Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2010-11",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
 
27
  "sequential": false
28
  },
29
  "pipeline": {
30
+ "downloading": [
 
31
  {
32
+ "ym": "2011-02",
33
  "type": "comments",
34
+ "bytes_done": 15313062,
35
+ "bytes_total": 602090002,
36
+ "phase": "downloading"
 
 
 
 
 
 
37
  }
38
  ],
39
+ "processing": null,
40
  "uploading": [
41
  {
42
+ "ym": "2010-11",
43
  "type": "comments",
44
+ "rows": 5689002,
45
+ "shards": 12,
46
  "phase": "committing"
47
  }
48
  ],
 
51
  },
52
  "throughput": {
53
  "avg_download_mbps": 9.981206175723955,
54
+ "avg_process_rows_per_sec": 9005.006540671518,
55
+ "avg_upload_sec_per_commit": 115.9565691035,
56
+ "estimated_completion": "2026-03-18T07:54:06.650165948+01:00"
57
  },
58
  "stats": {
59
+ "committed": 2,
60
  "skipped": 2,
61
+ "retries": 8,
62
+ "total_rows": 9736437,
63
+ "total_bytes": 874297078,
64
  "total_months": 374
65
  }
66
  }
stats.csv CHANGED
@@ -115,5 +115,6 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
115
  2010,8,submissions,1,537480,49192130,127.40,13.69,244.50,2026-03-15T10:36:03Z
116
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
117
  2010,9,submissions,1,600209,56280770,36.90,35.33,110.59,2026-03-15T11:08:02Z
118
- 2010,10,comments,11,5032368,454860941,358.90,351.92,0.00,2026-03-15T15:27:28Z
119
  2010,10,submissions,1,630298,60383949,105.07,32.22,21.67,2026-03-15T11:18:50Z
 
 
115
  2010,8,submissions,1,537480,49192130,127.40,13.69,244.50,2026-03-15T10:36:03Z
116
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
117
  2010,9,submissions,1,600209,56280770,36.90,35.33,110.59,2026-03-15T11:08:02Z
118
+ 2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z
119
  2010,10,submissions,1,630298,60383949,105.07,32.22,21.67,2026-03-15T11:18:50Z
120
+ 2010,11,comments,12,5689002,511398813,0.00,840.97,0.00,2026-03-15T15:35:37Z