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

Add submissions/2010-08 (2 shards, 537.5K 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 **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
 
@@ -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 ██████████████████████████████ 5.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 | 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
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -336,7 +336,8 @@ huggingface-cli download open-index/arctic \
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,16 +374,16 @@ ORDER BY year, month, type;
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,19 +391,19 @@ ORDER BY year, month, type;
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
 
 
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.8M items** (77.5M comments, 14.3M 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
  ```
99
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
100
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
101
+ 2007 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
102
+ 2008 █████████████░░░░░░░░░░░░░░░░ 2.5M
103
+ 2009 █████████████████████████░░░░░ 4.8M
104
+ 2010 ██████████████████████████████ 5.7M
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 | 59 | 14.3M | 1008.8 MB |
218
+ | **Total** | **61** | **91.8M** | **7.5 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (61 comment months + 59 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
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 | 43.9s | 9 | 4,247,982 | 364.2 MB |
340
+ | 2010-08 | submissions | - | 3m48s | - | 2 | 537,480 | 46.9 MB |
341
  | 2010-09 | comments | - | 5m44s | 3m40s | 10 | 4,704,069 | 400.0 MB |
342
  | 2010-10 | comments | 5m59s | 5m52s | 12.3s | 11 | 5,032,368 | 433.8 MB |
343
  | 2010-11 | comments | - | 14m01s | 3m50s | 12 | 5,689,002 | 487.7 MB |
 
374
 
375
  > Pipelined ingestion running on **vmi3112167** (6 cores, 12 GB RAM, 123 GB free). Auto-updated every ~5 minutes.
376
 
377
+ **Started:** 2026-03-16 05:28 UTC / **Elapsed:** 29m / **Committed this session:** 33
378
 
379
  ### Active Workers
380
 
381
  | Stage | Month | Type | Progress |
382
  |-------|-------|------|----------|
383
+ | Downloading | 2011-01 | comments | 183.5 MB / 592.8 MB (30%) |
384
+ | Processing | 2010-09 | submissions | shard 2 · 100.2K rows · 17.7K rows/s |
385
+ | Processing | 2010-10 | submissions | starting... |
386
+ | Uploading | 2010-08 | submissions | 2 shards · 537.5K rows · committing |
387
 
388
 
389
  ### Throughput
 
391
  | Metric | Value |
392
  |--------|------:|
393
  | Download | 13 Mbps avg |
394
+ | Processing | 37.1K rows/s avg |
395
+ | Upload | 35.1s per commit avg |
396
+ | ETA | 2026-03-16 11:29 UTC |
397
 
398
  ### Progress
399
 
400
+ `████░░░░░░░░░░░░░░░░░░░░░░░░░░` 61 / 430 (14.2%)
401
 
402
  | Metric | This Session |
403
  |--------|-------------:|
404
+ | Months committed | 33 |
405
+ | Rows processed | 52.6M |
406
+ | Data committed | 4.4 GB |
407
 
408
  *Last update: 2026-03-16 05:56 UTC*
409
 
data/submissions/2010/08/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90e2c46baf8a6a476b2a0aa4eeab89345dee3db39546a191cf5fe74309607074
3
+ size 45715520
data/submissions/2010/08/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:499a705f2799adc5af56ed5e9508d7595c7fc1b24ffc87bc36b48c6160d3515e
3
+ size 3478531
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:56:08.54385276Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2010-08",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -32,19 +32,22 @@
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
  }
@@ -52,9 +55,9 @@
52
  "uploading": [
53
  {
54
  "ym": "2010-08",
55
- "type": "comments",
56
- "rows": 4247982,
57
- "shards": 9,
58
  "phase": "committing"
59
  }
60
  ],
@@ -63,16 +66,16 @@
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
  }
 
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:52.791571259Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2010-08",
8
+ "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
32
  {
33
  "ym": "2011-01",
34
  "type": "comments",
35
+ "bytes_done": 192406826,
36
  "bytes_total": 621585706,
37
  "phase": "downloading"
38
  }
39
  ],
40
  "processing": [
41
  {
42
+ "ym": "2010-09",
43
  "type": "submissions",
44
+ "shard": 2,
45
+ "rows": 100209,
46
+ "rows_per_sec": 17731.857679250897,
47
  "phase": "processing"
48
  },
49
  {
50
+ "ym": "2010-10",
51
  "type": "submissions",
52
  "phase": "processing"
53
  }
 
55
  "uploading": [
56
  {
57
  "ym": "2010-08",
58
+ "type": "submissions",
59
+ "rows": 537480,
60
+ "shards": 2,
61
  "phase": "committing"
62
  }
63
  ],
 
66
  },
67
  "throughput": {
68
  "avg_download_mbps": 12.753422958937309,
69
+ "avg_process_rows_per_sec": 37131.75241481996,
70
+ "avg_upload_sec_per_commit": 35.10327969675001,
71
+ "estimated_completion": "2026-03-16T12:29:22.694639167+01:00"
72
  },
73
  "stats": {
74
+ "committed": 33,
75
  "skipped": 28,
76
  "retries": 0,
77
+ "total_rows": 52633100,
78
+ "total_bytes": 4710689316,
79
  "total_months": 430
80
  }
81
  }
stats.csv CHANGED
@@ -111,7 +111,8 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
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
 
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,43.87,2026-03-16T05:56:08Z
115
+ 2010,8,submissions,2,537480,49194051,0.00,228.21,0.00,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,10,comments,11,5032368,454860941,358.90,351.92,12.27,2026-03-15T15:27:28Z
118
  2010,11,comments,12,5689002,511398813,0.00,840.97,230.35,2026-03-15T15:35:37Z