tamnd commited on
Commit
dd90a76
·
verified ·
1 Parent(s): dd65e80

Add comments/2010-09 (10 shards, 4.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 **2010-10**.
55
 
56
- Right now the archive has **75.2M items** (61.1M comments, 14.1M submissions) in **6.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
 
@@ -88,9 +88,9 @@ states.json live pipeline state (updated every ~5 min)
88
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
  2007 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
- 2008 █████░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
92
- 2009 █████████████████░░░░░░░░░░░░░ 18.9M
93
- 2010 ██████████████████████████████ 32.1M
94
  ```
95
 
96
  **Submissions**
@@ -213,14 +213,14 @@ huggingface-cli download open-index/arctic \
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
- | comments | 58 | 61.1M | 5.1 GB |
217
  | submissions | 59 | 14.1M | 987.0 MB |
218
- | **Total** | **58** | **75.2M** | **6.1 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (58 comment months + 59 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -338,6 +338,7 @@ huggingface-cli download open-index/arctic \
338
  | 2010-07 | submissions | 40.0s | 18.0s | 16.1s | 1 | 504,098 | 44.2 MB |
339
  | 2010-08 | comments | 3m11s | 3m14s | 10m05s | 3 | 4,247,982 | 364.2 MB |
340
  | 2010-08 | submissions | 2m07s | 13.7s | 4m04s | 1 | 537,480 | 46.9 MB |
 
341
  | 2010-09 | submissions | 36.9s | 35.3s | 1m51s | 1 | 600,209 | 53.7 MB |
342
  | 2010-10 | comments | - | 5m45s | - | 11 | 5,032,368 | 433.8 MB |
343
  | 2010-10 | submissions | 1m45s | 32.2s | 21.7s | 1 | 630,298 | 57.6 MB |
@@ -369,39 +370,37 @@ ORDER BY year, month, type;
369
 
370
  ## Pipeline Status
371
 
372
- > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 122 GB free). Auto-updated every ~5 minutes.
373
 
374
- **Started:** 2026-03-15 15:02 UTC / **Elapsed:** 12m / **Committed this session:** 1
375
 
376
  ### Active Workers
377
 
378
  | Stage | Month | Type | Progress |
379
  |-------|-------|------|----------|
380
- | Processing | 2010-09 | comments | shard 7 · 3.5M rows · 81.5K rows/s |
381
  | Processing | 2010-11 | comments | starting... |
382
- | Uploading | 2010-10 | comments | 11 shards · 5.0M rows · committing |
383
 
384
 
385
  ### Throughput
386
 
387
  | Metric | Value |
388
  |--------|------:|
389
- | Download | 17 Mbps avg |
390
- | Processing | 25.5K rows/s avg |
391
- | Upload | 182.3s per commit avg |
392
- | ETA | 2026-03-18 09:44 UTC |
393
 
394
  ### Progress
395
 
396
- `░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 26 / 398 (6.5%)
397
 
398
  | Metric | This Session |
399
  |--------|-------------:|
400
- | Months committed | 1 |
401
- | Rows processed | 2.0M |
402
- | Data committed | 172.6 MB |
403
 
404
- *Last update: 2026-03-15 15:14 UTC*
405
 
406
 
407
  # Dataset card for Arctic Shift Reddit Archive
@@ -585,4 +584,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
585
 
586
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
587
 
588
- *Last updated: 2026-03-15 15:14 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-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
 
 
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
 
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
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
338
  | 2010-07 | submissions | 40.0s | 18.0s | 16.1s | 1 | 504,098 | 44.2 MB |
339
  | 2010-08 | comments | 3m11s | 3m14s | 10m05s | 3 | 4,247,982 | 364.2 MB |
340
  | 2010-08 | submissions | 2m07s | 13.7s | 4m04s | 1 | 537,480 | 46.9 MB |
341
+ | 2010-09 | comments | - | 5m44s | - | 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 | - | 5m45s | - | 11 | 5,032,368 | 433.8 MB |
344
  | 2010-10 | submissions | 1m45s | 32.2s | 21.7s | 1 | 630,298 | 57.6 MB |
 
370
 
371
  ## Pipeline Status
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:** 8m / **Committed this session:** 0
376
 
377
  ### Active Workers
378
 
379
  | Stage | Month | Type | Progress |
380
  |-------|-------|------|----------|
381
+ | Processing | 2010-10 | comments | shard 8 · 4.0M rows · 111.0K rows/s |
382
  | Processing | 2010-11 | comments | starting... |
383
+ | Uploading | 2010-09 | comments | 10 shards · 4.7M rows · committing |
384
 
385
 
386
  ### Throughput
387
 
388
  | Metric | Value |
389
  |--------|------:|
390
+ | Download | 10 Mbps avg |
391
+ | Processing | 13.7K rows/s avg |
 
 
392
 
393
  ### Progress
394
 
395
+ `░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 2 / 374 (0.5%)
396
 
397
  | Metric | This Session |
398
  |--------|-------------:|
399
+ | Months committed | 0 |
400
+ | Rows processed | 0 |
401
+ | Data committed | 0 B |
402
 
403
+ *Last update: 2026-03-15 15:23 UTC*
404
 
405
 
406
  # Dataset card for Arctic Shift Reddit Archive
 
584
 
585
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
586
 
587
+ *Last updated: 2026-03-15 15:24 UTC*
data/comments/2010/09/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f19e4bffe163bec4f1c5b3fee09442487cf2bcb57e1ba69773bdb92780fa1d2
3
+ size 45089957
data/comments/2010/09/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:058a425a9160824413f9881b8755f58bff10079fc4de4b885b47b877ebe9c4e3
3
+ size 44011780
data/comments/2010/09/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43b43903bebd0ed53769b31a4fe3e627fc1df6e5722fdf00596f1839c6e9e3d0
3
+ size 44742203
data/comments/2010/09/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0fc235d6cbfad6fb9866d464aec7a80433447ef5e038d893a087eaf75f40d1d
3
+ size 43623600
data/comments/2010/09/004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d166cd130089c67e0a2fc9985af08ab31a2cb5c5b896ab915a8e7e8bca0523ad
3
+ size 44565334
data/comments/2010/09/005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81b985098c37fb2eb77c16c0c39019f9ed5bb24e6a3bdc9a479a88e92e6474a1
3
+ size 43511238
data/comments/2010/09/006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0574df2499268c7737cb4fc8f55639f5ec88f7b320199ef08282ca4ca5dc75ea
3
+ size 45078623
data/comments/2010/09/007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdd07c3cd140c962fad4ce767f38b5f69eac452fde5ab32a12012744e986a004
3
+ size 44864940
data/comments/2010/09/008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af59a0d47d4456a1cadf20708a18e2c4eea80dbd34e603f75f46e04c15662f6f
3
+ size 45827005
data/comments/2010/09/009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca19739ab17013901a7a19f5c76c5807f9b30b5d72ab1e3bc9f371bd98cb1a42
3
+ size 18121457
states.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
- "session_id": "2026-03-15T15:02:27Z",
3
- "started_at": "2026-03-15T15:02:27.071560123Z",
4
- "updated_at": "2026-03-15T15:14:18.912110007Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2010-10",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
@@ -13,9 +13,9 @@
13
  "os": "linux",
14
  "cpu_cores": 6,
15
  "ram_total_gb": 11.680179595947266,
16
- "ram_avail_gb": 4.8067169189453125,
17
  "disk_total_gb": 192.69090270996094,
18
- "disk_free_gb": 121.54626846313477
19
  },
20
  "budget": {
21
  "max_downloads": 1,
@@ -30,11 +30,11 @@
30
  "downloading": null,
31
  "processing": [
32
  {
33
- "ym": "2010-09",
34
  "type": "comments",
35
- "shard": 7,
36
- "rows": 3500000,
37
- "rows_per_sec": 81457.19398609662,
38
  "phase": "processing"
39
  },
40
  {
@@ -45,10 +45,10 @@
45
  ],
46
  "uploading": [
47
  {
48
- "ym": "2010-10",
49
  "type": "comments",
50
- "rows": 5032368,
51
- "shards": 11,
52
  "phase": "committing"
53
  }
54
  ],
@@ -56,17 +56,16 @@
56
  "queued_for_upload": 0
57
  },
58
  "throughput": {
59
- "avg_download_mbps": 17.023396949330742,
60
- "avg_process_rows_per_sec": 25533.61678827418,
61
- "avg_upload_sec_per_commit": 182.340524705,
62
- "estimated_completion": "2026-03-18T10:44:45.358528527+01:00"
63
  },
64
  "stats": {
65
- "committed": 1,
66
- "skipped": 25,
67
  "retries": 0,
68
- "total_rows": 2032276,
69
- "total_bytes": 181010998,
70
- "total_months": 398
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:23:42.488763898Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2010-09",
8
  "type": "comments",
9
  "phase": "committing"
10
  },
 
13
  "os": "linux",
14
  "cpu_cores": 6,
15
  "ram_total_gb": 11.680179595947266,
16
+ "ram_avail_gb": 5.967952728271484,
17
  "disk_total_gb": 192.69090270996094,
18
+ "disk_free_gb": 120.11651611328125
19
  },
20
  "budget": {
21
  "max_downloads": 1,
 
30
  "downloading": null,
31
  "processing": [
32
  {
33
+ "ym": "2010-10",
34
  "type": "comments",
35
+ "shard": 8,
36
+ "rows": 4000000,
37
+ "rows_per_sec": 110980.22998027758,
38
  "phase": "processing"
39
  },
40
  {
 
45
  ],
46
  "uploading": [
47
  {
48
+ "ym": "2010-09",
49
  "type": "comments",
50
+ "rows": 4704069,
51
+ "shards": 10,
52
  "phase": "committing"
53
  }
54
  ],
 
56
  "queued_for_upload": 0
57
  },
58
  "throughput": {
59
+ "avg_download_mbps": 9.981206175723955,
60
+ "avg_process_rows_per_sec": 13660.565282577127,
61
+ "avg_upload_sec_per_commit": 0
 
62
  },
63
  "stats": {
64
+ "committed": 0,
65
+ "skipped": 2,
66
  "retries": 0,
67
+ "total_rows": 0,
68
+ "total_bytes": 0,
69
+ "total_months": 374
70
  }
71
  }
stats.csv CHANGED
@@ -113,6 +113,7 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
113
  2010,7,submissions,1,504098,46294705,39.97,17.99,16.12,2026-03-15T08:04:12Z
114
  2010,8,comments,3,4247982,381937443,191.38,193.65,605.42,2026-03-15T10:23:36Z
115
  2010,8,submissions,1,537480,49192130,127.40,13.69,244.50,2026-03-15T10:36:03Z
 
116
  2010,9,submissions,1,600209,56280770,36.90,35.33,110.59,2026-03-15T11:08:02Z
117
  2010,10,comments,11,5032368,454860941,0.00,345.43,0.00,2026-03-15T15:13:10Z
118
  2010,10,submissions,1,630298,60383949,105.07,32.22,21.67,2026-03-15T11:18:50Z
 
113
  2010,7,submissions,1,504098,46294705,39.97,17.99,16.12,2026-03-15T08:04:12Z
114
  2010,8,comments,3,4247982,381937443,191.38,193.65,605.42,2026-03-15T10:23:36Z
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,0.00,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,0.00,345.43,0.00,2026-03-15T15:13:10Z
119
  2010,10,submissions,1,630298,60383949,105.07,32.22,21.67,2026-03-15T11:18:50Z