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

Add submissions/2006-10 (1 shards, 38.3K rows)

Browse files
Files changed (4) hide show
  1. README.md +19 -17
  2. data/submissions/2006/10/000.parquet +2 -2
  3. states.json +17 -11
  4. stats.csv +2 -1
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 **2006-10**.
55
 
56
- Right now the archive has **493.7K items** (295.2K comments, 198.4K submissions) in **41.4 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 ██████████████████████████████ 193.1K
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 | 10 | 198.4K | 10.7 MB |
211
- | **Total** | **11** | **493.7K** | **41.4 MB** |
212
 
213
  ### Monthly breakdown
214
 
215
  <details>
216
- <summary>Click to expand full monthly table (11 comment months + 10 submission months)</summary>
217
 
218
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
219
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -237,7 +237,8 @@ huggingface-cli download open-index/arctic \
237
  | 2006-08 | submissions | - | - | 3.5s | 6.5s | 1 | 40,750 | 2.2 MB |
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 | - | 1 | 54,148 | 5.3 MB |
 
241
 
242
  </details>
243
 
@@ -269,7 +270,7 @@ ORDER BY year, month, type;
269
 
270
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
271
 
272
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 5m / **Committed this session:** 20
273
 
274
  ### Active Workers
275
 
@@ -277,7 +278,8 @@ ORDER BY year, month, type;
277
  |-------|-------|------|----------|
278
  | Downloading | 2006-12 | comments | connecting... |
279
  | Downloading | 2007-01 | comments | connecting... |
280
- | Uploading | 2006-10 | comments | 1 shards · 54.1K rows · committing |
 
281
 
282
 
283
  ### Throughput
@@ -285,21 +287,21 @@ ORDER BY year, month, type;
285
  | Metric | Value |
286
  |--------|------:|
287
  | Download | 1 Mbps avg |
288
- | Processing | 43.9K rows/s avg |
289
- | Upload | 6.7s per commit avg |
290
- | ETA | 2026-03-31 06:48 UTC |
291
 
292
  ### Progress
293
 
294
- `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 20 / 488 (4.1%)
295
 
296
  | Metric | This Session |
297
  |--------|-------------:|
298
- | Months committed | 20 |
299
- | Rows processed | 439.5K |
300
- | Data committed | 36.1 MB |
301
 
302
- *Last update: 2026-03-31 04:33 UTC*
303
 
304
 
305
  # Dataset card for Arctic Shift Reddit Archive
@@ -483,4 +485,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
483
 
484
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
485
 
486
- *Last updated: 2026-03-31 04:33 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 **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
 
95
  ```
96
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
97
+ 2006 ██████████████████████████████ 231.4K
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 | 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
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
237
  | 2006-08 | submissions | - | - | 3.5s | 6.5s | 1 | 40,750 | 2.2 MB |
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
 
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
  |-------|-------|------|----------|
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
  | 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
 
306
 
307
  # Dataset card for Arctic Shift Reddit Archive
 
485
 
486
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
487
 
488
+ *Last updated: 2026-03-31 04:34 UTC*
data/submissions/2006/10/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8cf4454de7f74538fb8b45a8f73169fadb584f57b62256080dc9151c7c5a4b9f
3
- size 2262141
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d693d1af11174eda0d133fce0644adc756592353b7e6524b68aaa1ba2a42d5c1
3
+ size 2262185
states.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
- "updated_at": "2026-03-31T04:33:56.233380997Z",
5
  "phase": "running",
6
  "current": {
7
  "ym": "2006-10",
8
- "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -40,12 +40,18 @@
40
  "phase": "downloading"
41
  }
42
  ],
43
- "processing": null,
 
 
 
 
 
 
44
  "uploading": [
45
  {
46
  "ym": "2006-10",
47
- "type": "comments",
48
- "rows": 54148,
49
  "shards": 1,
50
  "phase": "committing"
51
  }
@@ -55,16 +61,16 @@
55
  },
56
  "throughput": {
57
  "avg_download_mbps": 1.4517834400230494,
58
- "avg_process_rows_per_sec": 43921.5817942468,
59
- "avg_upload_sec_per_commit": 6.6557486399,
60
- "estimated_completion": "2026-03-31T14:48:16.134022363+08:00"
61
  },
62
  "stats": {
63
- "committed": 20,
64
  "skipped": 0,
65
  "retries": 0,
66
- "total_rows": 439520,
67
- "total_bytes": 37855298,
68
  "total_months": 488
69
  }
70
  }
 
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
  },
11
  "hardware": {
 
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
  },
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
  }
stats.csv CHANGED
@@ -19,4 +19,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
19
  2006,8,submissions,1,40750,2254623,0,0.00,3.54,6.52,2026-03-31T04:33:16Z
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,0.00,2026-03-31T04:33:56Z
 
 
19
  2006,8,submissions,1,40750,2254623,0,0.00,3.54,6.52,2026-03-31T04:33:16Z
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