tamnd commited on
Commit
71c2e86
·
verified ·
1 Parent(s): 4ff8fee

Add submissions/2010-05 (2 shards, 515.6K 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 **78.4M items** (65.7M comments, 12.7M submissions) in **6.4 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
 
@@ -101,7 +101,7 @@ states.json live pipeline state (updated every ~5 min)
101
  2007 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
102
  2008 ███████████████░░░░░░░░░░░░░░░ 2.5M
103
  2009 ██████████████████████████████ 4.8M
104
- 2010 █████████████████████████░░░░░ 4.2M
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 | 58 | 65.7M | 5.5 GB |
217
- | submissions | 56 | 12.7M | 876.1 MB |
218
- | **Total** | **58** | **78.4M** | **6.4 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (58 comment months + 56 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -330,7 +330,8 @@ huggingface-cli download open-index/arctic \
330
  | 2010-03 | submissions | 1m16s | 31.6s | 13.2s | 2 | 602,586 | 46.2 MB |
331
  | 2010-04 | comments | 1m40s | 50.7s | 1m02s | 7 | 3,209,898 | 274.8 MB |
332
  | 2010-04 | submissions | - | 1m11s | 14.2s | 2 | 617,302 | 46.8 MB |
333
- | 2010-05 | comments | - | 1m14s | - | 7 | 3,267,363 | 278.5 MB |
 
334
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
335
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
336
  | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
@@ -368,15 +369,14 @@ ORDER BY year, month, type;
368
 
369
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
370
 
371
- **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 19m / **Committed this session:** 27
372
 
373
  ### Active Workers
374
 
375
  | Stage | Month | Type | Progress |
376
  |-------|-------|------|----------|
377
- | Downloading | 2010-06 | comments | 7.2 MB / 308.7 MB (2%) |
378
- | Processing | 2010-05 | submissions | starting... |
379
- | Uploading | 2010-05 | comments | 7 shards · 3.3M rows · committing |
380
 
381
 
382
  ### Throughput
@@ -384,21 +384,21 @@ ORDER BY year, month, type;
384
  | Metric | Value |
385
  |--------|------:|
386
  | Download | 13 Mbps avg |
387
- | Processing | 46.5K rows/s avg |
388
- | Upload | 32.1s per commit avg |
389
- | ETA | 2026-03-16 10:14 UTC |
390
 
391
  ### Progress
392
 
393
- `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 55 / 430 (12.8%)
394
 
395
  | Metric | This Session |
396
  |--------|-------------:|
397
- | Months committed | 27 |
398
- | Rows processed | 36.5M |
399
- | Data committed | 3.0 GB |
400
 
401
- *Last update: 2026-03-16 05:46 UTC*
402
 
403
 
404
  # Dataset card for Arctic Shift Reddit Archive
@@ -582,4 +582,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
582
 
583
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
584
 
585
- *Last updated: 2026-03-16 05:46 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 **78.9M items** (65.7M comments, 13.2M submissions) in **6.4 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
 
 
101
  2007 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
102
  2008 ███████████████░░░░░░░░░░░░░░░ 2.5M
103
  2009 ██████████████████████████████ 4.8M
104
+ 2010 █████████████████████████████░ 4.7M
105
  ```
106
 
107
  ## How to download and use this dataset
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
  | comments | 58 | 65.7M | 5.5 GB |
217
+ | submissions | 57 | 13.2M | 917.7 MB |
218
+ | **Total** | **58** | **78.9M** | **6.4 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (58 comment months + 57 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
330
  | 2010-03 | submissions | 1m16s | 31.6s | 13.2s | 2 | 602,586 | 46.2 MB |
331
  | 2010-04 | comments | 1m40s | 50.7s | 1m02s | 7 | 3,209,898 | 274.8 MB |
332
  | 2010-04 | submissions | - | 1m11s | 14.2s | 2 | 617,302 | 46.8 MB |
333
+ | 2010-05 | comments | - | 1m14s | 29.6s | 7 | 3,267,363 | 278.5 MB |
334
+ | 2010-05 | submissions | 56.2s | 1m08s | - | 2 | 515,637 | 41.6 MB |
335
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
336
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
337
  | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
 
369
 
370
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
371
 
372
+ **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 19m / **Committed this session:** 28
373
 
374
  ### Active Workers
375
 
376
  | Stage | Month | Type | Progress |
377
  |-------|-------|------|----------|
378
+ | Downloading | 2010-06 | comments | 168.3 MB / 308.7 MB (54%) |
379
+ | Uploading | 2010-05 | submissions | 2 shards · 515.6K rows · committing |
 
380
 
381
 
382
  ### Throughput
 
384
  | Metric | Value |
385
  |--------|------:|
386
  | Download | 13 Mbps avg |
387
+ | Processing | 42.8K rows/s avg |
388
+ | Upload | 31.5s per commit avg |
389
+ | ETA | 2026-03-16 10:11 UTC |
390
 
391
  ### Progress
392
 
393
+ `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 56 / 430 (13.0%)
394
 
395
  | Metric | This Session |
396
  |--------|-------------:|
397
+ | Months committed | 28 |
398
+ | Rows processed | 39.8M |
399
+ | Data committed | 3.3 GB |
400
 
401
+ *Last update: 2026-03-16 05:47 UTC*
402
 
403
 
404
  # Dataset card for Arctic Shift Reddit Archive
 
582
 
583
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
584
 
585
+ *Last updated: 2026-03-16 05:47 UTC*
data/submissions/2010/05/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eface54a90e4e0433c362ef56fbda16fabf5c1e4db237d43c040e8fe87436a9f
3
+ size 42222867
data/submissions/2010/05/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b39bb6c4bc10ded4708fe9201c6f930276b76489d289dbf53f3ff706e4c4a027
3
+ size 1402411
states.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "session_id": "2026-03-16T05:28:06Z",
3
  "started_at": "2026-03-16T05:28:06.99036137Z",
4
- "updated_at": "2026-03-16T05:46:37.888611065Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2010-05",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -32,24 +32,18 @@
32
  {
33
  "ym": "2010-06",
34
  "type": "comments",
35
- "bytes_done": 7502845,
36
  "bytes_total": 323718780,
37
  "phase": "downloading"
38
  }
39
  ],
40
- "processing": [
41
- {
42
- "ym": "2010-05",
43
- "type": "submissions",
44
- "phase": "processing"
45
- }
46
- ],
47
  "uploading": [
48
  {
49
  "ym": "2010-05",
50
- "type": "comments",
51
- "rows": 3267363,
52
- "shards": 7,
53
  "phase": "committing"
54
  }
55
  ],
@@ -58,16 +52,16 @@
58
  },
59
  "throughput": {
60
  "avg_download_mbps": 13.339156985298315,
61
- "avg_process_rows_per_sec": 46517.304234097326,
62
- "avg_upload_sec_per_commit": 32.096912704350004,
63
- "estimated_completion": "2026-03-16T11:14:22.52722405+01:00"
64
  },
65
  "stats": {
66
- "committed": 27,
67
  "skipped": 28,
68
  "retries": 0,
69
- "total_rows": 36532416,
70
- "total_bytes": 3269891648,
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:47:07.617502375Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2010-05",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
32
  {
33
  "ym": "2010-06",
34
  "type": "comments",
35
+ "bytes_done": 176475772,
36
  "bytes_total": 323718780,
37
  "phase": "downloading"
38
  }
39
  ],
40
+ "processing": null,
 
 
 
 
 
 
41
  "uploading": [
42
  {
43
  "ym": "2010-05",
44
+ "type": "submissions",
45
+ "rows": 515637,
46
+ "shards": 2,
47
  "phase": "committing"
48
  }
49
  ],
 
52
  },
53
  "throughput": {
54
  "avg_download_mbps": 13.339156985298315,
55
+ "avg_process_rows_per_sec": 42842.10289060842,
56
+ "avg_upload_sec_per_commit": 31.501300406300004,
57
+ "estimated_completion": "2026-03-16T11:11:06.993792318+01:00"
58
  },
59
  "stats": {
60
+ "committed": 28,
61
  "skipped": 28,
62
  "retries": 0,
63
+ "total_rows": 39799779,
64
+ "total_bytes": 3561895742,
65
  "total_months": 430
66
  }
67
  }
stats.csv CHANGED
@@ -105,7 +105,8 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
105
  2010,3,submissions,2,602586,48429858,76.26,31.64,13.15,2026-03-16T05:44:50Z
106
  2010,4,comments,7,3209898,288171024,100.18,50.72,62.26,2026-03-16T05:45:21Z
107
  2010,4,submissions,2,617302,49055449,0.00,70.70,14.20,2026-03-16T05:46:23Z
108
- 2010,5,comments,7,3267363,292004094,0.00,73.93,0.00,2026-03-16T05:46:37Z
 
109
  2010,6,submissions,1,478396,41941898,26.94,19.70,93.60,2026-03-15T07:43:49Z
110
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
111
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z
 
105
  2010,3,submissions,2,602586,48429858,76.26,31.64,13.15,2026-03-16T05:44:50Z
106
  2010,4,comments,7,3209898,288171024,100.18,50.72,62.26,2026-03-16T05:45:21Z
107
  2010,4,submissions,2,617302,49055449,0.00,70.70,14.20,2026-03-16T05:46:23Z
108
+ 2010,5,comments,7,3267363,292004094,0.00,73.93,29.55,2026-03-16T05:46:37Z
109
+ 2010,5,submissions,2,515637,43625278,56.18,67.82,0.00,2026-03-16T05:47:07Z
110
  2010,6,submissions,1,478396,41941898,26.94,19.70,93.60,2026-03-15T07:43:49Z
111
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
112
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z