tamnd commited on
Commit
cb0eed9
·
verified ·
1 Parent(s): 2ca6d92

Add comments/2010-08 (9 shards, 4.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 **87.0M items** (73.2M comments, 13.7M submissions) in **7.1 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
 
@@ -89,8 +89,8 @@ states.json live pipeline state (updated every ~5 min)
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
  2007 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
  2008 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
92
- 2009 ███████████░░░░░░░░░░░░░░░░░░ 18.9M
93
- 2010 ██████████████████████████████ 44.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 | 60 | 73.2M | 6.1 GB |
217
  | submissions | 58 | 13.7M | 961.9 MB |
218
- | **Total** | **60** | **87.0M** | **7.1 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (60 comment months + 58 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -335,7 +335,8 @@ huggingface-cli download open-index/arctic \
335
  | 2010-06 | comments | 2m06s | 41.9s | 1m09s | 8 | 3,532,867 | 298.9 MB |
336
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
337
  | 2010-07 | comments | - | 2m51s | 31.1s | 9 | 4,032,737 | 346.6 MB |
338
- | 2010-07 | submissions | 1m15s | 1m58s | - | 2 | 504,098 | 44.2 MB |
 
339
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
340
  | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
341
  | 2010-11 | comments | - | 14m01s | 3m50s | 12 | 5,689,002 | 487.7 MB |
@@ -372,14 +373,16 @@ ORDER BY year, month, type;
372
 
373
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
374
 
375
- **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 23m / **Committed this session:** 31
376
 
377
  ### Active Workers
378
 
379
  | Stage | Month | Type | Progress |
380
  |-------|-------|------|----------|
381
- | Downloading | 2010-08 | comments | 0 B / 374.3 MB (0%) |
382
- | Uploading | 2010-07 | submissions | 2 shards · 504.1K rows · committing |
 
 
383
 
384
 
385
  ### Throughput
@@ -387,21 +390,21 @@ ORDER BY year, month, type;
387
  | Metric | Value |
388
  |--------|------:|
389
  | Download | 13 Mbps avg |
390
- | Processing | 43.5K rows/s avg |
391
- | Upload | 34.5s per commit avg |
392
- | ETA | 2026-03-16 10:33 UTC |
393
 
394
  ### Progress
395
 
396
- `████░░░░░░░░░░░░░░░░░░░░░░░░░░` 59 / 430 (13.7%)
397
 
398
  | Metric | This Session |
399
  |--------|-------------:|
400
- | Months committed | 31 |
401
- | Rows processed | 47.9M |
402
  | Data committed | 4.0 GB |
403
 
404
- *Last update: 2026-03-16 05:50 UTC*
405
 
406
 
407
  # Dataset card for Arctic Shift Reddit Archive
@@ -585,4 +588,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
585
 
586
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
587
 
588
- *Last updated: 2026-03-16 05:50 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 **91.2M items** (77.5M comments, 13.7M submissions) in **7.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
 
 
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
  2007 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
  2008 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.2M
92
+ 2009 ███████████░░░░░░░░░░░░░░░░░░ 18.9M
93
+ 2010 ██████████████████████████████ 48.5M
94
  ```
95
 
96
  **Submissions**
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 61 | 77.5M | 6.5 GB |
217
  | submissions | 58 | 13.7M | 961.9 MB |
218
+ | **Total** | **61** | **91.2M** | **7.4 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (61 comment months + 58 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
335
  | 2010-06 | comments | 2m06s | 41.9s | 1m09s | 8 | 3,532,867 | 298.9 MB |
336
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
337
  | 2010-07 | comments | - | 2m51s | 31.1s | 9 | 4,032,737 | 346.6 MB |
338
+ | 2010-07 | submissions | 1m15s | 1m58s | 6.9s | 2 | 504,098 | 44.2 MB |
339
+ | 2010-08 | comments | 4m02s | 3m19s | - | 9 | 4,247,982 | 364.2 MB |
340
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
341
  | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
342
  | 2010-11 | comments | - | 14m01s | 3m50s | 12 | 5,689,002 | 487.7 MB |
 
373
 
374
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
375
 
376
+ **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 28m / **Committed this session:** 32
377
 
378
  ### Active Workers
379
 
380
  | Stage | Month | Type | Progress |
381
  |-------|-------|------|----------|
382
+ | Downloading | 2011-01 | comments | 351.6 KB / 592.8 MB (0%) |
383
+ | Processing | 2010-08 | submissions | starting... |
384
+ | Processing | 2010-09 | submissions | starting... |
385
+ | Uploading | 2010-08 | comments | 9 shards · 4.2M rows · committing |
386
 
387
 
388
  ### Throughput
 
390
  | Metric | Value |
391
  |--------|------:|
392
  | Download | 13 Mbps avg |
393
+ | Processing | 39.9K rows/s avg |
394
+ | Upload | 34.4s per commit avg |
395
+ | ETA | 2026-03-16 11:20 UTC |
396
 
397
  ### Progress
398
 
399
+ `████░░░░░░░░░░░░░░░░░░░░░░░░░░` 60 / 430 (14.0%)
400
 
401
  | Metric | This Session |
402
  |--------|-------------:|
403
+ | Months committed | 32 |
404
+ | Rows processed | 48.4M |
405
  | Data committed | 4.0 GB |
406
 
407
+ *Last update: 2026-03-16 05:56 UTC*
408
 
409
 
410
  # Dataset card for Arctic Shift Reddit Archive
 
588
 
589
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
590
 
591
+ *Last updated: 2026-03-16 05:56 UTC*
data/comments/2010/08/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ae449d7442063a05277d791446b378ab289cf10c3cc7144e16b2bc59bfdce99
3
+ size 45481206
data/comments/2010/08/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85fca3d128a03eb098509f87ffafeb90cc55b22fdfcc5cef00647be8f2997a2c
3
+ size 44890789
data/comments/2010/08/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:460fed4970e8440e7cfa45fb7b83cdff2496c880b3be111cbdc96e11fe4000e6
3
+ size 45582154
data/comments/2010/08/003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd80e120f91d6fe0a4a70363b8d1e5cce433df2cdfea5df1a6e340578d18c07b
3
+ size 44621455
data/comments/2010/08/004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:712c3263eeae91429897bc2b2ed7df2eda435faa1b7794b35b667611efabc7e3
3
+ size 44717943
data/comments/2010/08/005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7f45f0dd1e253ab69d3863720e411fc238165f2791e2b5b9cef8a0c3aad613d
3
+ size 44749786
data/comments/2010/08/006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e37d23393bd5938c0ec9210211ed15f9ed2a99aaf44eba6f76da57b5e44957bb
3
+ size 45730746
data/comments/2010/08/007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28f5b8c16a3305c148cf6c560d469e9ac876983bf5cd24ebde5a1b7452cf57b7
3
+ size 43850115
data/comments/2010/08/008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bb08e56612d8a10f71bf87f123834293b5289cade065e3ea616d3ffb4c25c22
3
+ size 22291621
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:50:54.753576871Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2010-07",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -30,19 +30,31 @@
30
  "pipeline": {
31
  "downloading": [
32
  {
33
- "ym": "2010-08",
34
  "type": "comments",
35
- "bytes_total": 392470721,
 
36
  "phase": "downloading"
37
  }
38
  ],
39
- "processing": null,
40
- "uploading": [
 
 
 
 
41
  {
42
- "ym": "2010-07",
43
  "type": "submissions",
44
- "rows": 504098,
45
- "shards": 2,
 
 
 
 
 
 
 
46
  "phase": "committing"
47
  }
48
  ],
@@ -50,17 +62,17 @@
50
  "queued_for_upload": 0
51
  },
52
  "throughput": {
53
- "avg_download_mbps": 13.258251907295138,
54
- "avg_process_rows_per_sec": 43467.64889196248,
55
- "avg_upload_sec_per_commit": 34.53041749085001,
56
- "estimated_completion": "2026-03-16T11:33:32.409576103+01:00"
57
  },
58
  "stats": {
59
- "committed": 31,
60
  "skipped": 28,
61
  "retries": 0,
62
- "total_rows": 47881020,
63
- "total_bytes": 4282439113,
64
  "total_months": 430
65
  }
66
  }
 
1
  {
2
  "session_id": "2026-03-16T05:28:06Z",
3
  "started_at": "2026-03-16T05:28:06.99036137Z",
4
+ "updated_at": "2026-03-16T05:56:08.54385276Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2010-08",
8
+ "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
30
  "pipeline": {
31
  "downloading": [
32
  {
33
+ "ym": "2011-01",
34
  "type": "comments",
35
+ "bytes_done": 360084,
36
+ "bytes_total": 621585706,
37
  "phase": "downloading"
38
  }
39
  ],
40
+ "processing": [
41
+ {
42
+ "ym": "2010-08",
43
+ "type": "submissions",
44
+ "phase": "processing"
45
+ },
46
  {
47
+ "ym": "2010-09",
48
  "type": "submissions",
49
+ "phase": "processing"
50
+ }
51
+ ],
52
+ "uploading": [
53
+ {
54
+ "ym": "2010-08",
55
+ "type": "comments",
56
+ "rows": 4247982,
57
+ "shards": 9,
58
  "phase": "committing"
59
  }
60
  ],
 
62
  "queued_for_upload": 0
63
  },
64
  "throughput": {
65
+ "avg_download_mbps": 12.753422958937309,
66
+ "avg_process_rows_per_sec": 39894.01364552971,
67
+ "avg_upload_sec_per_commit": 34.44024981345001,
68
+ "estimated_completion": "2026-03-16T12:20:11.500737897+01:00"
69
  },
70
  "stats": {
71
+ "committed": 32,
72
  "skipped": 28,
73
  "retries": 0,
74
+ "total_rows": 48385118,
75
+ "total_bytes": 4328773501,
76
  "total_months": 430
77
  }
78
  }
stats.csv CHANGED
@@ -110,7 +110,8 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
110
  2010,6,comments,8,3532867,313457820,126.29,41.89,69.21,2026-03-16T05:48:14Z
111
  2010,6,submissions,1,478396,41941898,26.94,19.70,93.60,2026-03-15T07:43:49Z
112
  2010,7,comments,9,4032737,363460273,0.00,170.58,31.14,2026-03-16T05:50:23Z
113
- 2010,7,submissions,2,504098,46334388,74.73,118.12,0.00,2026-03-16T05:50:54Z
 
114
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
115
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z
116
  2010,11,comments,12,5689002,511398813,0.00,840.97,230.35,2026-03-15T15:35:37Z
 
110
  2010,6,comments,8,3532867,313457820,126.29,41.89,69.21,2026-03-16T05:48:14Z
111
  2010,6,submissions,1,478396,41941898,26.94,19.70,93.60,2026-03-15T07:43:49Z
112
  2010,7,comments,9,4032737,363460273,0.00,170.58,31.14,2026-03-16T05:50:23Z
113
+ 2010,7,submissions,2,504098,46334388,74.73,118.12,6.93,2026-03-16T05:50:54Z
114
+ 2010,8,comments,9,4247982,381915815,241.91,199.06,0.00,2026-03-16T05:56:08Z
115
  2010,9,comments,10,4704069,419436137,0.00,344.35,219.64,2026-03-15T15:21:22Z
116
  2010,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z
117
  2010,11,comments,12,5689002,511398813,0.00,840.97,230.35,2026-03-15T15:35:37Z