tamnd commited on
Commit
ecee4ce
·
verified ·
1 Parent(s): 80abc74

Add submissions/2010-10 (2 shards, 630.3K 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 **92.4M items** (77.5M comments, 14.9M submissions) in **7.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
 
@@ -98,10 +98,10 @@ states.json live pipeline state (updated every ~5 min)
98
  ```
99
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
100
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
101
- 2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
102
- 2008 ██████████░░░░░░░░░░░░░░░░░░░ 2.5M
103
- 2009 ██████████████████████░░░░░░░░ 4.8M
104
- 2010 ██████████████████████████████ 6.3M
105
  ```
106
 
107
  ## How to download and use this dataset
@@ -214,13 +214,13 @@ huggingface-cli download open-index/arctic \
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
  | comments | 61 | 77.5M | 6.5 GB |
217
- | submissions | 60 | 14.9M | 1.0 GB |
218
- | **Total** | **61** | **92.4M** | **7.5 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (61 comment months + 60 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -339,8 +339,9 @@ huggingface-cli download open-index/arctic \
339
  | 2010-08 | comments | 4m02s | 3m19s | 43.9s | 9 | 4,247,982 | 364.2 MB |
340
  | 2010-08 | submissions | - | 3m48s | 15.2s | 2 | 537,480 | 46.9 MB |
341
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
342
- | 2010-09 | submissions | 1m55s | 48.3s | - | 2 | 600,209 | 53.7 MB |
343
  | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
 
344
  | 2010-11 | comments | - | 14m01s | 3m50s | 12 | 5,689,002 | 487.7 MB |
345
  | 2010-11 | submissions | - | 8m41s | 32.5s | 2 | 674,615 | 63.6 MB |
346
  | 2010-12 | comments | 4m22s | 11m24s | 6m30s | 12 | 5,972,642 | 513.1 MB |
@@ -375,35 +376,35 @@ ORDER BY year, month, type;
375
 
376
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
377
 
378
- **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 29m / **Committed this session:** 34
379
 
380
  ### Active Workers
381
 
382
  | Stage | Month | Type | Progress |
383
  |-------|-------|------|----------|
384
- | Downloading | 2011-01 | comments | 395.6 MB / 592.8 MB (66%) |
385
- | Processing | 2010-10 | submissions | starting... |
386
- | Uploading | 2010-09 | submissions | 2 shards · 600.2K rows · committing |
387
 
388
 
389
  ### Throughput
390
 
391
  | Metric | Value |
392
  |--------|------:|
393
- | Download | 13 Mbps avg |
394
- | Processing | 34.0K rows/s avg |
395
- | Upload | 35.3s per commit avg |
396
- | ETA | 2026-03-16 11:21 UTC |
397
 
398
  ### Progress
399
 
400
- `████░░░░░░░░░░░░░���░░░░░░░░░░░░` 62 / 430 (14.4%)
401
 
402
  | Metric | This Session |
403
  |--------|-------------:|
404
- | Months committed | 34 |
405
- | Rows processed | 53.2M |
406
- | Data committed | 4.4 GB |
407
 
408
  *Last update: 2026-03-16 05:57 UTC*
409
 
 
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 **93.0M items** (77.5M comments, 15.5M submissions) in **7.6 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
 
 
98
  ```
99
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
100
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
101
+ 2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
102
+ 2008 ██████████░░░░░░░░░░░░░░░░░░░ 2.5M
103
+ 2009 ████████████████████░░░░░░░░░░ 4.8M
104
+ 2010 ██████████████████████████████ 6.9M
105
  ```
106
 
107
  ## How to download and use this dataset
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
  | comments | 61 | 77.5M | 6.5 GB |
217
+ | submissions | 61 | 15.5M | 1.1 GB |
218
+ | **Total** | **61** | **93.0M** | **7.6 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (61 comment months + 61 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
339
  | 2010-08 | comments | 4m02s | 3m19s | 43.9s | 9 | 4,247,982 | 364.2 MB |
340
  | 2010-08 | submissions | - | 3m48s | 15.2s | 2 | 537,480 | 46.9 MB |
341
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
342
+ | 2010-09 | submissions | 1m55s | 48.3s | 17.7s | 2 | 600,209 | 53.7 MB |
343
  | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
344
+ | 2010-10 | submissions | - | 52.3s | - | 2 | 630,298 | 57.6 MB |
345
  | 2010-11 | comments | - | 14m01s | 3m50s | 12 | 5,689,002 | 487.7 MB |
346
  | 2010-11 | submissions | - | 8m41s | 32.5s | 2 | 674,615 | 63.6 MB |
347
  | 2010-12 | comments | 4m22s | 11m24s | 6m30s | 12 | 5,972,642 | 513.1 MB |
 
376
 
377
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
378
 
379
+ **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 29m / **Committed this session:** 35
380
 
381
  ### Active Workers
382
 
383
  | Stage | Month | Type | Progress |
384
  |-------|-------|------|----------|
385
+ | Downloading | 2011-01 | submissions | connecting... |
386
+ | Processing | 2011-01 | comments | starting... |
387
+ | Uploading | 2010-10 | submissions | 2 shards · 630.3K rows · committing |
388
 
389
 
390
  ### Throughput
391
 
392
  | Metric | Value |
393
  |--------|------:|
394
+ | Download | 14 Mbps avg |
395
+ | Processing | 32.6K rows/s avg |
396
+ | Upload | 35.4s per commit avg |
397
+ | ETA | 2026-03-16 11:05 UTC |
398
 
399
  ### Progress
400
 
401
+ `████░░░░░░░░░░░░░░░░░░░░░░░░░` 63 / 430 (14.7%)
402
 
403
  | Metric | This Session |
404
  |--------|-------------:|
405
+ | Months committed | 35 |
406
+ | Rows processed | 53.8M |
407
+ | Data committed | 4.5 GB |
408
 
409
  *Last update: 2026-03-16 05:57 UTC*
410
 
data/submissions/2010/10/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b0d6bff3952b889d051a811b7ecad3b797720fa6a4acce344514fb8f09317b6
3
+ size 48152741
data/submissions/2010/10/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50bb9d4debd6343e488b436509a9a7f236a74a31cef7d690532a59c4457fc7e5
3
+ size 12230556
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:57:08.182461616Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2010-09",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
@@ -31,24 +31,22 @@
31
  "downloading": [
32
  {
33
  "ym": "2011-01",
34
- "type": "comments",
35
- "bytes_done": 414803242,
36
- "bytes_total": 621585706,
37
  "phase": "downloading"
38
  }
39
  ],
40
  "processing": [
41
  {
42
- "ym": "2010-10",
43
- "type": "submissions",
44
  "phase": "processing"
45
  }
46
  ],
47
  "uploading": [
48
  {
49
- "ym": "2010-09",
50
  "type": "submissions",
51
- "rows": 600209,
52
  "shards": 2,
53
  "phase": "committing"
54
  }
@@ -57,17 +55,17 @@
57
  "queued_for_upload": 0
58
  },
59
  "throughput": {
60
- "avg_download_mbps": 12.753422958937309,
61
- "avg_process_rows_per_sec": 34018.323662738716,
62
- "avg_upload_sec_per_commit": 35.27725068015001,
63
- "estimated_completion": "2026-03-16T12:21:35.531169209+01:00"
64
  },
65
  "stats": {
66
- "committed": 34,
67
  "skipped": 28,
68
  "retries": 0,
69
- "total_rows": 53170580,
70
- "total_bytes": 4759883367,
71
  "total_months": 430
72
  }
73
  }
 
1
  {
2
  "session_id": "2026-03-16T05:28:06Z",
3
  "started_at": "2026-03-16T05:28:06.99036137Z",
4
+ "updated_at": "2026-03-16T05:57:29.972177586Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2010-10",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
 
31
  "downloading": [
32
  {
33
  "ym": "2011-01",
34
+ "type": "submissions",
 
 
35
  "phase": "downloading"
36
  }
37
  ],
38
  "processing": [
39
  {
40
+ "ym": "2011-01",
41
+ "type": "comments",
42
  "phase": "processing"
43
  }
44
  ],
45
  "uploading": [
46
  {
47
+ "ym": "2010-10",
48
  "type": "submissions",
49
+ "rows": 630298,
50
  "shards": 2,
51
  "phase": "committing"
52
  }
 
55
  "queued_for_upload": 0
56
  },
57
  "throughput": {
58
+ "avg_download_mbps": 13.558708622163362,
59
+ "avg_process_rows_per_sec": 32579.265521983343,
60
+ "avg_upload_sec_per_commit": 35.39097934395001,
61
+ "estimated_completion": "2026-03-16T12:05:36.095058516+01:00"
62
  },
63
  "stats": {
64
+ "committed": 35,
65
  "skipped": 28,
66
  "retries": 0,
67
+ "total_rows": 53770789,
68
+ "total_bytes": 4816149441,
69
  "total_months": 430
70
  }
71
  }
stats.csv CHANGED
@@ -114,8 +114,9 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
114
  2010,8,comments,9,4247982,381915815,241.91,199.06,43.87,2026-03-16T05:56:08Z
115
  2010,8,submissions,2,537480,49194051,0.00,228.21,15.20,2026-03-16T05:56:52Z
116
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
117
- 2010,9,submissions,2,600209,56266074,115.20,48.27,0.00,2026-03-16T05:57:08Z
118
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z
 
119
  2010,11,comments,12,5689002,511398813,0.00,840.97,230.35,2026-03-15T15:35:37Z
120
  2010,11,submissions,2,674615,66659281,0.00,520.91,32.51,2026-03-15T15:39:28Z
121
  2010,12,comments,12,5972642,538022851,261.82,684.11,390.26,2026-03-15T16:11:43Z
 
114
  2010,8,comments,9,4247982,381915815,241.91,199.06,43.87,2026-03-16T05:56:08Z
115
  2010,8,submissions,2,537480,49194051,0.00,228.21,15.20,2026-03-16T05:56:52Z
116
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
117
+ 2010,9,submissions,2,600209,56266074,115.20,48.27,17.73,2026-03-16T05:57:08Z
118
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z
119
+ 2010,10,submissions,2,630298,60383297,0.00,52.27,0.00,2026-03-16T05:57:29Z
120
  2010,11,comments,12,5689002,511398813,0.00,840.97,230.35,2026-03-15T15:35:37Z
121
  2010,11,submissions,2,674615,66659281,0.00,520.91,32.51,2026-03-15T15:39:28Z
122
  2010,12,comments,12,5972642,538022851,261.82,684.11,390.26,2026-03-15T16:11:43Z