Add submissions/2008-09 (1 shards, 256.3K rows)
Browse files- README.md +20 -19
- data/submissions/2008/09/000.parquet +2 -2
- states.json +20 -17
- stats.csv +2 -1
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 **2008-09**.
|
| 55 |
|
| 56 |
-
Right now the archive has **10.
|
| 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 |
|
|
@@ -96,9 +96,9 @@ states.json live pipeline state (updated every ~5 min)
|
|
| 96 |
|
| 97 |
```
|
| 98 |
2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
|
| 99 |
-
2006 █████
|
| 100 |
-
2007 ████████████████
|
| 101 |
-
2008 ██████████████████████████████ 1.
|
| 102 |
```
|
| 103 |
|
| 104 |
## How to download and use this dataset
|
|
@@ -211,13 +211,13 @@ huggingface-cli download open-index/arctic \
|
|
| 211 |
| Type | Months | Rows | Parquet Size |
|
| 212 |
|------|-------:|-----:|-------------:|
|
| 213 |
| comments | 34 | 7.7M | 651.9 MB |
|
| 214 |
-
| submissions |
|
| 215 |
-
| **Total** | **34** | **10.
|
| 216 |
|
| 217 |
### Monthly breakdown
|
| 218 |
|
| 219 |
<details>
|
| 220 |
-
<summary>Click to expand full monthly table (34 comment months +
|
| 221 |
|
| 222 |
| Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
|
| 223 |
|-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
|
|
@@ -287,7 +287,8 @@ huggingface-cli download open-index/arctic \
|
|
| 287 |
| 2008-07 | submissions | - | 38.8s | 3.5s | 9.0s | 1 | 218,092 | 12.2 MB |
|
| 288 |
| 2008-08 | comments | - | 19.6s | 5.5s | 10.6s | 2 | 595,959 | 49.1 MB |
|
| 289 |
| 2008-08 | submissions | - | 32.7s | 3.3s | 9.2s | 1 | 212,552 | 12.0 MB |
|
| 290 |
-
| 2008-09 | comments | - | 28.6s | 7.3s |
|
|
|
|
| 291 |
|
| 292 |
</details>
|
| 293 |
|
|
@@ -319,36 +320,36 @@ ORDER BY year, month, type;
|
|
| 319 |
|
| 320 |
> Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
|
| 321 |
|
| 322 |
-
**Started:** 2026-03-31 04:46 UTC / **Elapsed:** 2m / **Committed this session:**
|
| 323 |
|
| 324 |
### Active Workers
|
| 325 |
|
| 326 |
| Stage | Month | Type | Progress |
|
| 327 |
|-------|-------|------|----------|
|
| 328 |
-
| Downloading | 2008-10 | comments | connecting... |
|
| 329 |
| Downloading | 2008-10 | submissions | connecting... |
|
| 330 |
-
|
|
| 331 |
-
|
|
|
|
|
| 332 |
|
| 333 |
|
| 334 |
### Throughput
|
| 335 |
|
| 336 |
| Metric | Value |
|
| 337 |
|--------|------:|
|
| 338 |
-
| Download |
|
| 339 |
-
| Processing |
|
| 340 |
| Upload | 10.8s per commit avg |
|
| 341 |
-
| ETA | 2026-03-31 06:
|
| 342 |
|
| 343 |
### Progress
|
| 344 |
|
| 345 |
-
`████░░░░░░░░░░░░░░░░░░░░░░░░░░`
|
| 346 |
|
| 347 |
| Metric | This Session |
|
| 348 |
|--------|-------------:|
|
| 349 |
-
| Months committed |
|
| 350 |
-
| Rows processed |
|
| 351 |
-
| Data committed |
|
| 352 |
|
| 353 |
*Last update: 2026-03-31 04:48 UTC*
|
| 354 |
|
|
|
|
| 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 **2008-09**.
|
| 55 |
|
| 56 |
+
Right now the archive has **10.6M items** (7.7M comments, 2.9M submissions) in **816.2 MB** 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 |
|
|
|
|
| 96 |
|
| 97 |
```
|
| 98 |
2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
|
| 99 |
+
2006 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
|
| 100 |
+
2007 ████████████████░░░░░░░░░░░░░░ 908.2K
|
| 101 |
+
2008 ██████████████████████████████ 1.7M
|
| 102 |
```
|
| 103 |
|
| 104 |
## How to download and use this dataset
|
|
|
|
| 211 |
| Type | Months | Rows | Parquet Size |
|
| 212 |
|------|-------:|-----:|-------------:|
|
| 213 |
| comments | 34 | 7.7M | 651.9 MB |
|
| 214 |
+
| submissions | 34 | 2.9M | 164.3 MB |
|
| 215 |
+
| **Total** | **34** | **10.6M** | **816.2 MB** |
|
| 216 |
|
| 217 |
### Monthly breakdown
|
| 218 |
|
| 219 |
<details>
|
| 220 |
+
<summary>Click to expand full monthly table (34 comment months + 34 submission months)</summary>
|
| 221 |
|
| 222 |
| Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
|
| 223 |
|-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
|
|
|
|
| 287 |
| 2008-07 | submissions | - | 38.8s | 3.5s | 9.0s | 1 | 218,092 | 12.2 MB |
|
| 288 |
| 2008-08 | comments | - | 19.6s | 5.5s | 10.6s | 2 | 595,959 | 49.1 MB |
|
| 289 |
| 2008-08 | submissions | - | 32.7s | 3.3s | 9.2s | 1 | 212,552 | 12.0 MB |
|
| 290 |
+
| 2008-09 | comments | - | 28.6s | 7.3s | 11.2s | 2 | 680,892 | 56.1 MB |
|
| 291 |
+
| 2008-09 | submissions | - | 16.7s | 3.3s | - | 1 | 256,268 | 14.6 MB |
|
| 292 |
|
| 293 |
</details>
|
| 294 |
|
|
|
|
| 320 |
|
| 321 |
> Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
|
| 322 |
|
| 323 |
+
**Started:** 2026-03-31 04:46 UTC / **Elapsed:** 2m / **Committed this session:** 10
|
| 324 |
|
| 325 |
### Active Workers
|
| 326 |
|
| 327 |
| Stage | Month | Type | Progress |
|
| 328 |
|-------|-------|------|----------|
|
|
|
|
| 329 |
| Downloading | 2008-10 | submissions | connecting... |
|
| 330 |
+
| Downloading | 2008-11 | comments | connecting... |
|
| 331 |
+
| Processing | 2008-10 | comments | shard 1 · 500.0K rows · 243.5K rows/s |
|
| 332 |
+
| Uploading | 2008-09 | submissions | 1 shards · 256.3K rows · committing |
|
| 333 |
|
| 334 |
|
| 335 |
### Throughput
|
| 336 |
|
| 337 |
| Metric | Value |
|
| 338 |
|--------|------:|
|
| 339 |
+
| Download | 12 Mbps avg |
|
| 340 |
+
| Processing | 97.2K rows/s avg |
|
| 341 |
| Upload | 10.8s per commit avg |
|
| 342 |
+
| ETA | 2026-03-31 06:09 UTC |
|
| 343 |
|
| 344 |
### Progress
|
| 345 |
|
| 346 |
+
`████░░░░░░░░░░░░░░░░░░░░░░░░░░` 67 / 488 (13.7%)
|
| 347 |
|
| 348 |
| Metric | This Session |
|
| 349 |
|--------|-------------:|
|
| 350 |
+
| Months committed | 10 |
|
| 351 |
+
| Rows processed | 4.3M |
|
| 352 |
+
| Data committed | 328.8 MB |
|
| 353 |
|
| 354 |
*Last update: 2026-03-31 04:48 UTC*
|
| 355 |
|
data/submissions/2008/09/000.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0792964426ebfb09aed4fca35b323e1a74e669bbd83bb070fa563d85c2b078b5
|
| 3 |
+
size 15298123
|
states.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
{
|
| 2 |
"session_id": "2026-03-31T04:46:44Z",
|
| 3 |
"started_at": "2026-03-31T04:46:44.639338346Z",
|
| 4 |
-
"updated_at": "2026-03-31T04:48:
|
| 5 |
"phase": "running",
|
| 6 |
"current": {
|
| 7 |
"ym": "2008-09",
|
| 8 |
-
"type": "
|
| 9 |
"phase": "committing"
|
| 10 |
},
|
| 11 |
"hardware": {
|
|
@@ -31,28 +31,31 @@
|
|
| 31 |
"downloading": [
|
| 32 |
{
|
| 33 |
"ym": "2008-10",
|
| 34 |
-
"type": "
|
| 35 |
"phase": "downloading"
|
| 36 |
},
|
| 37 |
{
|
| 38 |
-
"ym": "2008-
|
| 39 |
-
"type": "
|
| 40 |
"phase": "downloading"
|
| 41 |
}
|
| 42 |
],
|
| 43 |
"processing": [
|
| 44 |
{
|
| 45 |
-
"ym": "2008-
|
| 46 |
-
"type": "
|
|
|
|
|
|
|
|
|
|
| 47 |
"phase": "processing"
|
| 48 |
}
|
| 49 |
],
|
| 50 |
"uploading": [
|
| 51 |
{
|
| 52 |
"ym": "2008-09",
|
| 53 |
-
"type": "
|
| 54 |
-
"rows":
|
| 55 |
-
"shards":
|
| 56 |
"phase": "committing"
|
| 57 |
}
|
| 58 |
],
|
|
@@ -60,17 +63,17 @@
|
|
| 60 |
"queued_for_upload": 0
|
| 61 |
},
|
| 62 |
"throughput": {
|
| 63 |
-
"avg_download_mbps":
|
| 64 |
-
"avg_process_rows_per_sec":
|
| 65 |
-
"avg_upload_sec_per_commit": 10.
|
| 66 |
-
"estimated_completion": "2026-03-31T14:
|
| 67 |
},
|
| 68 |
"stats": {
|
| 69 |
-
"committed":
|
| 70 |
"skipped": 57,
|
| 71 |
"retries": 0,
|
| 72 |
-
"total_rows":
|
| 73 |
-
"total_bytes":
|
| 74 |
"total_months": 488
|
| 75 |
}
|
| 76 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"session_id": "2026-03-31T04:46:44Z",
|
| 3 |
"started_at": "2026-03-31T04:46:44.639338346Z",
|
| 4 |
+
"updated_at": "2026-03-31T04:48:43.290794253Z",
|
| 5 |
"phase": "running",
|
| 6 |
"current": {
|
| 7 |
"ym": "2008-09",
|
| 8 |
+
"type": "submissions",
|
| 9 |
"phase": "committing"
|
| 10 |
},
|
| 11 |
"hardware": {
|
|
|
|
| 31 |
"downloading": [
|
| 32 |
{
|
| 33 |
"ym": "2008-10",
|
| 34 |
+
"type": "submissions",
|
| 35 |
"phase": "downloading"
|
| 36 |
},
|
| 37 |
{
|
| 38 |
+
"ym": "2008-11",
|
| 39 |
+
"type": "comments",
|
| 40 |
"phase": "downloading"
|
| 41 |
}
|
| 42 |
],
|
| 43 |
"processing": [
|
| 44 |
{
|
| 45 |
+
"ym": "2008-10",
|
| 46 |
+
"type": "comments",
|
| 47 |
+
"shard": 1,
|
| 48 |
+
"rows": 500000,
|
| 49 |
+
"rows_per_sec": 243505.64408290907,
|
| 50 |
"phase": "processing"
|
| 51 |
}
|
| 52 |
],
|
| 53 |
"uploading": [
|
| 54 |
{
|
| 55 |
"ym": "2008-09",
|
| 56 |
+
"type": "submissions",
|
| 57 |
+
"rows": 256268,
|
| 58 |
+
"shards": 1,
|
| 59 |
"phase": "committing"
|
| 60 |
}
|
| 61 |
],
|
|
|
|
| 63 |
"queued_for_upload": 0
|
| 64 |
},
|
| 65 |
"throughput": {
|
| 66 |
+
"avg_download_mbps": 12.483896695163258,
|
| 67 |
+
"avg_process_rows_per_sec": 97236.38870962645,
|
| 68 |
+
"avg_upload_sec_per_commit": 10.8364038085,
|
| 69 |
+
"estimated_completion": "2026-03-31T14:09:12.843959077+08:00"
|
| 70 |
},
|
| 71 |
"stats": {
|
| 72 |
+
"committed": 10,
|
| 73 |
"skipped": 57,
|
| 74 |
"retries": 0,
|
| 75 |
+
"total_rows": 4250190,
|
| 76 |
+
"total_bytes": 344771194,
|
| 77 |
"total_months": 488
|
| 78 |
}
|
| 79 |
}
|
stats.csv
CHANGED
|
@@ -65,4 +65,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
|
|
| 65 |
2008,7,submissions,1,218092,12794065,0,38.78,3.50,8.98,2026-03-31T04:47:46Z
|
| 66 |
2008,8,comments,2,595959,51501913,0,19.57,5.50,10.62,2026-03-31T04:48:06Z
|
| 67 |
2008,8,submissions,1,212552,12576335,0,32.69,3.34,9.23,2026-03-31T04:48:16Z
|
| 68 |
-
2008,9,comments,2,680892,58774871,0,28.60,7.29,
|
|
|
|
|
|
| 65 |
2008,7,submissions,1,218092,12794065,0,38.78,3.50,8.98,2026-03-31T04:47:46Z
|
| 66 |
2008,8,comments,2,595959,51501913,0,19.57,5.50,10.62,2026-03-31T04:48:06Z
|
| 67 |
2008,8,submissions,1,212552,12576335,0,32.69,3.34,9.23,2026-03-31T04:48:16Z
|
| 68 |
+
2008,9,comments,2,680892,58774871,0,28.60,7.29,11.17,2026-03-31T04:48:26Z
|
| 69 |
+
2008,9,submissions,1,256268,15298123,0,16.67,3.30,0.00,2026-03-31T04:48:37Z
|