tamnd commited on
Commit
cc64463
·
verified ·
1 Parent(s): 4598698

Add comments/2010-04 (7 shards, 3.2M 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 **71.3M items** (59.2M comments, 12.1M submissions) in **5.8 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 ██████████████████████████████ 30.2M
94
  ```
95
 
96
  **Submissions**
@@ -213,14 +213,14 @@ huggingface-cli download open-index/arctic \
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
- | comments | 56 | 59.2M | 5.0 GB |
217
  | submissions | 55 | 12.1M | 829.3 MB |
218
- | **Total** | **56** | **71.3M** | **5.8 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (56 comment months + 55 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -327,7 +327,8 @@ huggingface-cli download open-index/arctic \
327
  | 2010-02 | comments | 1m35s | 46.4s | 43.4s | 6 | 2,687,779 | 237.5 MB |
328
  | 2010-02 | submissions | - | 58.9s | 9.7s | 2 | 506,868 | 38.2 MB |
329
  | 2010-03 | comments | - | 48.8s | 1m37s | 7 | 3,228,254 | 281.1 MB |
330
- | 2010-03 | submissions | 1m16s | 31.6s | - | 2 | 602,586 | 46.2 MB |
 
331
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
332
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
333
  | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
@@ -365,38 +366,38 @@ ORDER BY year, month, type;
365
 
366
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
367
 
368
- **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 17m / **Committed this session:** 24
369
 
370
  ### Active Workers
371
 
372
  | Stage | Month | Type | Progress |
373
  |-------|-------|------|----------|
374
- | Downloading | 2010-05 | submissions | connecting... |
375
- | Processing | 2010-04 | comments | shard 3 · 500.0K rows · 66.8K rows/s |
376
- | Processing | 2010-04 | submissions | starting... |
377
- | Uploading | 2010-03 | submissions | 2 shards · 602.6K rows · committing |
378
 
379
 
380
  ### Throughput
381
 
382
  | Metric | Value |
383
  |--------|------:|
384
- | Download | 14 Mbps avg |
385
- | Processing | 45.9K rows/s avg |
386
- | Upload | 32.8s per commit avg |
387
- | ETA | 2026-03-16 10:20 UTC |
388
 
389
  ### Progress
390
 
391
- `██░░░░░░░░░░░░░░░░░░░░░░░░░░░` 52 / 430 (12.1%)
392
 
393
  | Metric | This Session |
394
  |--------|-------------:|
395
- | Months committed | 24 |
396
- | Rows processed | 32.1M |
397
  | Data committed | 2.7 GB |
398
 
399
- *Last update: 2026-03-16 05:44 UTC*
400
 
401
 
402
  # Dataset card for Arctic Shift Reddit Archive
@@ -580,4 +581,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
580
 
581
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
582
 
583
- *Last updated: 2026-03-16 05:44 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 **74.5M items** (62.4M comments, 12.1M submissions) in **6.0 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 ██████████████████████████████ 33.4M
94
  ```
95
 
96
  **Submissions**
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 57 | 62.4M | 5.2 GB |
217
  | submissions | 55 | 12.1M | 829.3 MB |
218
+ | **Total** | **57** | **74.5M** | **6.0 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (57 comment months + 55 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
327
  | 2010-02 | comments | 1m35s | 46.4s | 43.4s | 6 | 2,687,779 | 237.5 MB |
328
  | 2010-02 | submissions | - | 58.9s | 9.7s | 2 | 506,868 | 38.2 MB |
329
  | 2010-03 | comments | - | 48.8s | 1m37s | 7 | 3,228,254 | 281.1 MB |
330
+ | 2010-03 | submissions | 1m16s | 31.6s | 13.2s | 2 | 602,586 | 46.2 MB |
331
+ | 2010-04 | comments | 1m40s | 50.7s | - | 7 | 3,209,898 | 274.8 MB |
332
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
333
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
334
  | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
 
366
 
367
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
368
 
369
+ **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 18m / **Committed this session:** 25
370
 
371
  ### Active Workers
372
 
373
  | Stage | Month | Type | Progress |
374
  |-------|-------|------|----------|
375
+ | Downloading | 2010-06 | comments | connecting... |
376
+ | Processing | 2010-05 | comments | shard 3 · 1.5M rows · 56.3K rows/s |
377
+ | Processing | 2010-05 | submissions | starting... |
378
+ | Uploading | 2010-04 | comments | 7 shards · 3.2M rows · committing |
379
 
380
 
381
  ### Throughput
382
 
383
  | Metric | Value |
384
  |--------|------:|
385
+ | Download | 13 Mbps avg |
386
+ | Processing | 45.6K rows/s avg |
387
+ | Upload | 32.6s per commit avg |
388
+ | ETA | 2026-03-16 10:10 UTC |
389
 
390
  ### Progress
391
 
392
+ `██��░░░░░░░░░░░░░░░░░░░░░░░░░░░` 53 / 430 (12.3%)
393
 
394
  | Metric | This Session |
395
  |--------|-------------:|
396
+ | Months committed | 25 |
397
+ | Rows processed | 32.7M |
398
  | Data committed | 2.7 GB |
399
 
400
+ *Last update: 2026-03-16 05:46 UTC*
401
 
402
 
403
  # Dataset card for Arctic Shift Reddit Archive
 
581
 
582
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
583
 
584
+ *Last updated: 2026-03-16 05:46 UTC*
data/comments/2010/04/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86c4ff9acff758b49d523619586a0758b7209768f9c77d2583c666dd9f230c5d
3
+ size 44302199
data/comments/2010/04/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edb655ea2fad261040e313acf9652c98e68a9f27d46313dbe75c06d0caf7be44
3
+ size 45333694
data/comments/2010/04/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51044360ab392cc9c9d190b82ee71f207e386fe99352a58de1f870168932ab76
3
+ size 44645669
data/comments/2010/04/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90b682f8a2e88406e7f95b62a13bd8090bd47227f0681ffa69b4894f009081e3
3
+ size 44305506
data/comments/2010/04/004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2b532339070c3badae7f1d1128eae0c408c4fc0121489c4c8fe4487d9493b88
3
+ size 44992447
data/comments/2010/04/005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:435f64bad26793a9358e37180370b022bde79434e48a3fa869bfa86cc5bd4e3c
3
+ size 45489963
data/comments/2010/04/006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80136d9db77a1961a346c400cd4ac6c1768fcd56eb376fe7efaa3cf4847c1d26
3
+ size 19101546
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:44:50.97060512Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2010-03",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -30,32 +30,32 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2010-05",
34
- "type": "submissions",
35
  "phase": "downloading"
36
  }
37
  ],
38
  "processing": [
39
  {
40
- "ym": "2010-04",
41
  "type": "comments",
42
  "shard": 3,
43
- "rows": 500000,
44
- "rows_per_sec": 66800.11447556994,
45
  "phase": "processing"
46
  },
47
  {
48
- "ym": "2010-04",
49
  "type": "submissions",
50
  "phase": "processing"
51
  }
52
  ],
53
  "uploading": [
54
  {
55
- "ym": "2010-03",
56
- "type": "submissions",
57
- "rows": 602586,
58
- "shards": 2,
59
  "phase": "committing"
60
  }
61
  ],
@@ -63,17 +63,17 @@
63
  "queued_for_upload": 0
64
  },
65
  "throughput": {
66
- "avg_download_mbps": 13.76862508858738,
67
- "avg_process_rows_per_sec": 45921.89764275048,
68
- "avg_upload_sec_per_commit": 32.80655575589999,
69
- "estimated_completion": "2026-03-16T11:20:29.328238299+01:00"
70
  },
71
  "stats": {
72
- "committed": 24,
73
  "skipped": 28,
74
  "retries": 0,
75
- "total_rows": 32102630,
76
- "total_bytes": 2884235317,
77
  "total_months": 430
78
  }
79
  }
 
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:04.494956508Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2010-04",
8
+ "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2010-06",
34
+ "type": "comments",
35
  "phase": "downloading"
36
  }
37
  ],
38
  "processing": [
39
  {
40
+ "ym": "2010-05",
41
  "type": "comments",
42
  "shard": 3,
43
+ "rows": 1500000,
44
+ "rows_per_sec": 56272.90746121668,
45
  "phase": "processing"
46
  },
47
  {
48
+ "ym": "2010-05",
49
  "type": "submissions",
50
  "phase": "processing"
51
  }
52
  ],
53
  "uploading": [
54
  {
55
+ "ym": "2010-04",
56
+ "type": "comments",
57
+ "rows": 3209898,
58
+ "shards": 7,
59
  "phase": "committing"
60
  }
61
  ],
 
63
  "queued_for_upload": 0
64
  },
65
  "throughput": {
66
+ "avg_download_mbps": 13.339156985298315,
67
+ "avg_process_rows_per_sec": 45592.226290319784,
68
+ "avg_upload_sec_per_commit": 32.63616980324999,
69
+ "estimated_completion": "2026-03-16T11:10:36.415291471+01:00"
70
  },
71
  "stats": {
72
+ "committed": 25,
73
  "skipped": 28,
74
  "retries": 0,
75
+ "total_rows": 32705216,
76
+ "total_bytes": 2932665175,
77
  "total_months": 430
78
  }
79
  }
stats.csv CHANGED
@@ -102,7 +102,8 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
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,9.73,2026-03-16T05:43:04Z
104
  2010,3,comments,7,3228254,294711103,0.00,48.77,96.51,2026-03-16T05:43:14Z
105
- 2010,3,submissions,2,602586,48429858,76.26,31.64,0.00,2026-03-16T05:44:50Z
 
106
  2010,6,submissions,1,478396,41941898,26.94,19.70,93.60,2026-03-15T07:43:49Z
107
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
108
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z
 
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,9.73,2026-03-16T05:43:04Z
104
  2010,3,comments,7,3228254,294711103,0.00,48.77,96.51,2026-03-16T05:43:14Z
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,0.00,2026-03-16T05:45:21Z
107
  2010,6,submissions,1,478396,41941898,26.94,19.70,93.60,2026-03-15T07:43:49Z
108
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
109
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z