tamnd commited on
Commit
eb6dd43
·
verified ·
1 Parent(s): 3d3f323

Add submissions/2010-02 (2 shards, 506.9K 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 **67.0M items** (56.0M comments, 11.0M submissions) in **5.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 ███████████████░░░░░░░░░░░░░░░ 2.4M
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 | 55 | 56.0M | 4.7 GB |
217
- | submissions | 53 | 11.0M | 745.0 MB |
218
- | **Total** | **55** | **67.0M** | **5.4 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (55 comment months + 53 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -324,7 +324,8 @@ huggingface-cli download open-index/arctic \
324
  | 2009-12 | submissions | 26.7s | 12.1s | 25.4s | 1 | 492,225 | 36.3 MB |
325
  | 2010-01 | comments | - | 49.6s | 29.6s | 6 | 2,884,096 | 249.4 MB |
326
  | 2010-01 | submissions | 1m02s | 34.1s | 6.9s | 2 | 549,007 | 40.9 MB |
327
- | 2010-02 | comments | 1m35s | 46.4s | - | 6 | 2,687,779 | 237.5 MB |
 
328
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
329
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
330
  | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
@@ -362,38 +363,38 @@ ORDER BY year, month, type;
362
 
363
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
364
 
365
- **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 14m / **Committed this session:** 21
366
 
367
  ### Active Workers
368
 
369
  | Stage | Month | Type | Progress |
370
  |-------|-------|------|----------|
371
- | Downloading | 2010-03 | submissions | 128.0 KB / 57.4 MB (0%) |
372
- | Processing | 2010-02 | submissions | starting... |
373
- | Processing | 2010-03 | comments | starting... |
374
- | Uploading | 2010-02 | comments | 6 shards · 2.7M rows · committing |
375
 
376
 
377
  ### Throughput
378
 
379
  | Metric | Value |
380
  |--------|------:|
381
- | Download | 14 Mbps avg |
382
- | Processing | 47.3K rows/s avg |
383
- | Upload | 26.6s per commit avg |
384
- | ETA | 2026-03-16 10:00 UTC |
385
 
386
  ### Progress
387
 
388
- `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 49 / 430 (11.4%)
389
 
390
  | Metric | This Session |
391
  |--------|-------------:|
392
- | Months committed | 21 |
393
- | Rows processed | 25.7M |
394
- | Data committed | 2.1 GB |
395
 
396
- *Last update: 2026-03-16 05:42 UTC*
397
 
398
 
399
  # Dataset card for Arctic Shift Reddit Archive
@@ -577,4 +578,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
577
 
578
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
579
 
580
- *Last updated: 2026-03-16 05:42 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 **67.5M items** (56.0M comments, 11.5M submissions) in **5.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
 
 
101
  2007 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
102
  2008 ███████████████░░░░░░░░░░░░░░░ 2.5M
103
  2009 ██████████████████████████████ 4.8M
104
+ 2010 ██████████████████░░░░░░░░░░░░ 2.9M
105
  ```
106
 
107
  ## How to download and use this dataset
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
  | comments | 55 | 56.0M | 4.7 GB |
217
+ | submissions | 54 | 11.5M | 783.2 MB |
218
+ | **Total** | **55** | **67.5M** | **5.5 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (55 comment months + 54 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
324
  | 2009-12 | submissions | 26.7s | 12.1s | 25.4s | 1 | 492,225 | 36.3 MB |
325
  | 2010-01 | comments | - | 49.6s | 29.6s | 6 | 2,884,096 | 249.4 MB |
326
  | 2010-01 | submissions | 1m02s | 34.1s | 6.9s | 2 | 549,007 | 40.9 MB |
327
+ | 2010-02 | comments | 1m35s | 46.4s | 43.4s | 6 | 2,687,779 | 237.5 MB |
328
+ | 2010-02 | submissions | - | 58.9s | - | 2 | 506,868 | 38.2 MB |
329
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
330
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
331
  | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
 
363
 
364
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
365
 
366
+ **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 15m / **Committed this session:** 22
367
 
368
  ### Active Workers
369
 
370
  | Stage | Month | Type | Progress |
371
  |-------|-------|------|----------|
372
+ | Downloading | 2010-04 | comments | connecting... |
373
+ | Processing | 2010-03 | comments | shard 7 · 2.5M rows · 93.9K rows/s |
374
+ | Processing | 2010-03 | submissions | starting... |
375
+ | Uploading | 2010-02 | submissions | 2 shards · 506.9K rows · committing |
376
 
377
 
378
  ### Throughput
379
 
380
  | Metric | Value |
381
  |--------|------:|
382
+ | Download | 13 Mbps avg |
383
+ | Processing | 45.9K rows/s avg |
384
+ | Upload | 28.4s per commit avg |
385
+ | ETA | 2026-03-16 10:14 UTC |
386
 
387
  ### Progress
388
 
389
+ `███░░░░░░░░░░░░░░░░░░░░░░░░░░░` 50 / 430 (11.6%)
390
 
391
  | Metric | This Session |
392
  |--------|-------------:|
393
+ | Months committed | 22 |
394
+ | Rows processed | 28.4M |
395
+ | Data committed | 2.4 GB |
396
 
397
+ *Last update: 2026-03-16 05:43 UTC*
398
 
399
 
400
  # Dataset card for Arctic Shift Reddit Archive
 
578
 
579
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
580
 
581
+ *Last updated: 2026-03-16 05:43 UTC*
data/submissions/2010/02/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8992eab261f7f5b8333f806f5a9c83ff7618dc345ff655f758fa20083a971c6c
3
+ size 39443417
data/submissions/2010/02/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3674dfa05622101ef2194a1dbb5ae92d492d6348a9f1f0d92865a89b3c3c4a3a
3
+ size 593177
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:42:20.298346265Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2010-02",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -30,31 +30,32 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2010-03",
34
- "type": "submissions",
35
- "bytes_done": 131072,
36
- "bytes_total": 60148071,
37
  "phase": "downloading"
38
  }
39
  ],
40
  "processing": [
41
  {
42
- "ym": "2010-02",
43
- "type": "submissions",
 
 
 
44
  "phase": "processing"
45
  },
46
  {
47
  "ym": "2010-03",
48
- "type": "comments",
49
  "phase": "processing"
50
  }
51
  ],
52
  "uploading": [
53
  {
54
  "ym": "2010-02",
55
- "type": "comments",
56
- "rows": 2687779,
57
- "shards": 6,
58
  "phase": "committing"
59
  }
60
  ],
@@ -62,17 +63,17 @@
62
  "queued_for_upload": 0
63
  },
64
  "throughput": {
65
- "avg_download_mbps": 13.672181899997769,
66
- "avg_process_rows_per_sec": 47277.66679180582,
67
- "avg_upload_sec_per_commit": 26.630189037499996,
68
- "estimated_completion": "2026-03-16T11:00:21.713697719+01:00"
69
  },
70
  "stats": {
71
- "committed": 21,
72
  "skipped": 28,
73
  "retries": 0,
74
- "total_rows": 25679729,
75
- "total_bytes": 2300427829,
76
  "total_months": 430
77
  }
78
  }
 
1
  {
2
  "session_id": "2026-03-16T05:28:06Z",
3
  "started_at": "2026-03-16T05:28:06.99036137Z",
4
+ "updated_at": "2026-03-16T05:43:04.382319873Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2010-02",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2010-04",
34
+ "type": "comments",
 
 
35
  "phase": "downloading"
36
  }
37
  ],
38
  "processing": [
39
  {
40
+ "ym": "2010-03",
41
+ "type": "comments",
42
+ "shard": 7,
43
+ "rows": 2500000,
44
+ "rows_per_sec": 93908.59762901436,
45
  "phase": "processing"
46
  },
47
  {
48
  "ym": "2010-03",
49
+ "type": "submissions",
50
  "phase": "processing"
51
  }
52
  ],
53
  "uploading": [
54
  {
55
  "ym": "2010-02",
56
+ "type": "submissions",
57
+ "rows": 506868,
58
+ "shards": 2,
59
  "phase": "committing"
60
  }
61
  ],
 
63
  "queued_for_upload": 0
64
  },
65
  "throughput": {
66
+ "avg_download_mbps": 13.083374870761048,
67
+ "avg_process_rows_per_sec": 45937.93820955563,
68
+ "avg_upload_sec_per_commit": 28.41195723735,
69
+ "estimated_completion": "2026-03-16T11:14:12.743883077+01:00"
70
  },
71
  "stats": {
72
+ "committed": 22,
73
  "skipped": 28,
74
  "retries": 0,
75
+ "total_rows": 28367508,
76
+ "total_bytes": 2549487620,
77
  "total_months": 430
78
  }
79
  }
stats.csv CHANGED
@@ -99,7 +99,8 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
99
  2009,12,submissions,1,492225,38014289,26.74,12.14,25.37,2026-03-15T06:42:00Z
100
  2010,1,comments,6,2884096,261486541,0.00,49.63,29.65,2026-03-16T05:40:33Z
101
  2010,1,submissions,2,549007,42925335,61.93,34.07,6.87,2026-03-16T05:41:29Z
102
- 2010,2,comments,6,2687779,249059791,95.43,46.38,0.00,2026-03-16T05:42:20Z
 
103
  2010,6,submissions,1,478396,41941898,26.94,19.70,93.60,2026-03-15T07:43:49Z
104
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
105
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z
 
99
  2009,12,submissions,1,492225,38014289,26.74,12.14,25.37,2026-03-15T06:42:00Z
100
  2010,1,comments,6,2884096,261486541,0.00,49.63,29.65,2026-03-16T05:40:33Z
101
  2010,1,submissions,2,549007,42925335,61.93,34.07,6.87,2026-03-16T05:41:29Z
102
+ 2010,2,comments,6,2687779,249059791,95.43,46.38,43.41,2026-03-16T05:42:20Z
103
+ 2010,2,submissions,2,506868,40036594,0.00,58.93,0.00,2026-03-16T05:43:04Z
104
  2010,6,submissions,1,478396,41941898,26.94,19.70,93.60,2026-03-15T07:43:49Z
105
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
106
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z