tamnd commited on
Commit
29ee24e
·
verified ·
1 Parent(s): 201a723

Add submissions/2006-11 (1 shards, 36.8K rows)

Browse files
Files changed (4) hide show
  1. README.md +16 -16
  2. data/submissions/2006/11/000.parquet +2 -2
  3. states.json +11 -17
  4. stats.csv +2 -1
README.md CHANGED
@@ -51,9 +51,9 @@ task_categories:
51
 
52
  ## What is it?
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 **2006-10**.
55
 
56
- Right now the archive has **532.0K items** (295.2K comments, 236.8K submissions) in **43.5 MB** 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
 
@@ -94,7 +94,7 @@ states.json live pipeline state (updated every ~5 min)
94
 
95
  ```
96
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
97
- 2006 ██████████████████████████████ 231.4K
98
  ```
99
 
100
  ## How to download and use this dataset
@@ -207,13 +207,13 @@ huggingface-cli download open-index/arctic \
207
  | Type | Months | Rows | Parquet Size |
208
  |------|-------:|-----:|-------------:|
209
  | comments | 11 | 295.2K | 30.6 MB |
210
- | submissions | 11 | 236.8K | 12.9 MB |
211
- | **Total** | **11** | **532.0K** | **43.5 MB** |
212
 
213
  ### Monthly breakdown
214
 
215
  <details>
216
- <summary>Click to expand full monthly table (11 comment months + 11 submission months)</summary>
217
 
218
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
219
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -238,7 +238,8 @@ huggingface-cli download open-index/arctic \
238
  | 2006-09 | comments | - | 16.5s | 1.2s | 6.3s | 1 | 50,675 | 5.3 MB |
239
  | 2006-09 | submissions | - | 14.5s | 1.0s | 6.6s | 1 | 54,043 | 2.8 MB |
240
  | 2006-10 | comments | - | 15.2s | 0.9s | 6.6s | 1 | 54,148 | 5.3 MB |
241
- | 2006-10 | submissions | - | 15.4s | 0.7s | - | 1 | 38,333 | 2.2 MB |
 
242
 
243
  </details>
244
 
@@ -270,7 +271,7 @@ ORDER BY year, month, type;
270
 
271
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
272
 
273
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 6m / **Committed this session:** 21
274
 
275
  ### Active Workers
276
 
@@ -278,8 +279,7 @@ ORDER BY year, month, type;
278
  |-------|-------|------|----------|
279
  | Downloading | 2006-12 | comments | connecting... |
280
  | Downloading | 2007-01 | comments | connecting... |
281
- | Processing | 2006-12 | submissions | starting... |
282
- | Uploading | 2006-10 | submissions | 1 shards · 38.3K rows · committing |
283
 
284
 
285
  ### Throughput
@@ -287,19 +287,19 @@ ORDER BY year, month, type;
287
  | Metric | Value |
288
  |--------|------:|
289
  | Download | 1 Mbps avg |
290
- | Processing | 46.3K rows/s avg |
291
  | Upload | 6.4s per commit avg |
292
- | ETA | 2026-03-31 06:43 UTC |
293
 
294
  ### Progress
295
 
296
- `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 21 / 488 (4.3%)
297
 
298
  | Metric | This Session |
299
  |--------|-------------:|
300
- | Months committed | 21 |
301
- | Rows processed | 493.7K |
302
- | Data committed | 41.4 MB |
303
 
304
  *Last update: 2026-03-31 04:34 UTC*
305
 
 
51
 
52
  ## What is it?
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 **2006-11**.
55
 
56
+ Right now the archive has **568.8K items** (295.2K comments, 273.6K submissions) in **45.6 MB** 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
 
 
94
 
95
  ```
96
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
97
+ 2006 ██████████████████████████████ 268.2K
98
  ```
99
 
100
  ## How to download and use this dataset
 
207
  | Type | Months | Rows | Parquet Size |
208
  |------|-------:|-----:|-------------:|
209
  | comments | 11 | 295.2K | 30.6 MB |
210
+ | submissions | 12 | 273.6K | 15.0 MB |
211
+ | **Total** | **11** | **568.8K** | **45.6 MB** |
212
 
213
  ### Monthly breakdown
214
 
215
  <details>
216
+ <summary>Click to expand full monthly table (11 comment months + 12 submission months)</summary>
217
 
218
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
219
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
238
  | 2006-09 | comments | - | 16.5s | 1.2s | 6.3s | 1 | 50,675 | 5.3 MB |
239
  | 2006-09 | submissions | - | 14.5s | 1.0s | 6.6s | 1 | 54,043 | 2.8 MB |
240
  | 2006-10 | comments | - | 15.2s | 0.9s | 6.6s | 1 | 54,148 | 5.3 MB |
241
+ | 2006-10 | submissions | - | 15.4s | 0.7s | 6.8s | 1 | 38,333 | 2.2 MB |
242
+ | 2006-11 | submissions | - | - | 0.7s | - | 1 | 36,824 | 2.1 MB |
243
 
244
  </details>
245
 
 
271
 
272
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
273
 
274
+ **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 6m / **Committed this session:** 22
275
 
276
  ### Active Workers
277
 
 
279
  |-------|-------|------|----------|
280
  | Downloading | 2006-12 | comments | connecting... |
281
  | Downloading | 2007-01 | comments | connecting... |
282
+ | Uploading | 2006-11 | submissions | 1 shards · 36.8K rows · committing |
 
283
 
284
 
285
  ### Throughput
 
287
  | Metric | Value |
288
  |--------|------:|
289
  | Download | 1 Mbps avg |
290
+ | Processing | 47.1K rows/s avg |
291
  | Upload | 6.4s per commit avg |
292
+ | ETA | 2026-03-31 06:40 UTC |
293
 
294
  ### Progress
295
 
296
+ `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 22 / 488 (4.5%)
297
 
298
  | Metric | This Session |
299
  |--------|-------------:|
300
+ | Months committed | 22 |
301
+ | Rows processed | 532.0K |
302
+ | Data committed | 43.5 MB |
303
 
304
  *Last update: 2026-03-31 04:34 UTC*
305
 
data/submissions/2006/11/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7419ae950b1868c6402405456d475e679ad14c8920d4b4d49ca6cd5614516040
3
- size 2178940
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b0b03b5343db415c72c899074e8ecb5be267ea2583058bdeaa10b042b75221b
3
+ size 2178984
states.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
- "updated_at": "2026-03-31T04:34:02.844981373Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2006-10",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
@@ -40,18 +40,12 @@
40
  "phase": "downloading"
41
  }
42
  ],
43
- "processing": [
44
- {
45
- "ym": "2006-12",
46
- "type": "submissions",
47
- "phase": "processing"
48
- }
49
- ],
50
  "uploading": [
51
  {
52
- "ym": "2006-10",
53
  "type": "submissions",
54
- "rows": 38333,
55
  "shards": 1,
56
  "phase": "committing"
57
  }
@@ -61,16 +55,16 @@
61
  },
62
  "throughput": {
63
  "avg_download_mbps": 1.4517834400230494,
64
- "avg_process_rows_per_sec": 46290.839954676674,
65
- "avg_upload_sec_per_commit": 6.3754611894,
66
- "estimated_completion": "2026-03-31T14:43:58.130670478+08:00"
67
  },
68
  "stats": {
69
- "committed": 21,
70
  "skipped": 0,
71
  "retries": 0,
72
- "total_rows": 493668,
73
- "total_bytes": 43398827,
74
  "total_months": 488
75
  }
76
  }
 
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
+ "updated_at": "2026-03-31T04:34:09.640212436Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2006-11",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
 
40
  "phase": "downloading"
41
  }
42
  ],
43
+ "processing": null,
 
 
 
 
 
 
44
  "uploading": [
45
  {
46
+ "ym": "2006-11",
47
  "type": "submissions",
48
+ "rows": 36824,
49
  "shards": 1,
50
  "phase": "committing"
51
  }
 
55
  },
56
  "throughput": {
57
  "avg_download_mbps": 1.4517834400230494,
58
+ "avg_process_rows_per_sec": 47125.48053573702,
59
+ "avg_upload_sec_per_commit": 6.416369585049999,
60
+ "estimated_completion": "2026-03-31T14:40:08.976573827+08:00"
61
  },
62
  "stats": {
63
+ "committed": 22,
64
  "skipped": 0,
65
  "retries": 0,
66
+ "total_rows": 532001,
67
+ "total_bytes": 45661012,
68
  "total_months": 488
69
  }
70
  }
stats.csv CHANGED
@@ -20,4 +20,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
20
  2006,9,comments,1,50675,5566401,0,16.46,1.23,6.33,2026-03-31T04:33:23Z
21
  2006,9,submissions,1,54043,2925019,0,14.52,0.97,6.64,2026-03-31T04:33:49Z
22
  2006,10,comments,1,54148,5543529,0,15.19,0.92,6.61,2026-03-31T04:33:56Z
23
- 2006,10,submissions,1,38333,2262185,0,15.42,0.66,0.00,2026-03-31T04:34:02Z
 
 
20
  2006,9,comments,1,50675,5566401,0,16.46,1.23,6.33,2026-03-31T04:33:23Z
21
  2006,9,submissions,1,54043,2925019,0,14.52,0.97,6.64,2026-03-31T04:33:49Z
22
  2006,10,comments,1,54148,5543529,0,15.19,0.92,6.61,2026-03-31T04:33:56Z
23
+ 2006,10,submissions,1,38333,2262185,0,15.42,0.66,6.79,2026-03-31T04:34:02Z
24
+ 2006,11,submissions,1,36824,2178984,0,0.00,0.67,0.00,2026-03-31T04:34:09Z