tamnd commited on
Commit
e74de4a
·
verified ·
1 Parent(s): 4cf9689

Add submissions/2008-11 (1 shards, 272.5K rows)

Browse files
Files changed (4) hide show
  1. README.md +22 -21
  2. data/submissions/2008/11/000.parquet +2 -2
  3. states.json +14 -14
  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 **2008-10**.
55
 
56
- Right now the archive has **11.7M items** (8.5M comments, 3.2M submissions) in **896.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
 
@@ -97,8 +97,8 @@ states.json live pipeline state (updated every ~5 min)
97
  ```
98
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
99
  2006 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
100
- 2007 ████████████░░░░░░░░░░░░░░░░░ 908.2K
101
- 2008 ██████████████████████████████ 2.0M
102
  ```
103
 
104
  ## How to download and use this dataset
@@ -211,13 +211,13 @@ huggingface-cli download open-index/arctic \
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
  | comments | 35 | 8.5M | 716.1 MB |
214
- | submissions | 35 | 3.2M | 180.6 MB |
215
- | **Total** | **35** | **11.7M** | **896.6 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
- <summary>Click to expand full monthly table (35 comment months + 35 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -290,7 +290,8 @@ huggingface-cli download open-index/arctic \
290
  | 2008-09 | comments | - | 28.6s | 7.3s | 11.2s | 2 | 680,892 | 56.1 MB |
291
  | 2008-09 | submissions | - | 16.7s | 3.3s | 10.1s | 1 | 256,268 | 14.6 MB |
292
  | 2008-10 | comments | - | 29.1s | 6.6s | 11.8s | 2 | 789,874 | 64.2 MB |
293
- | 2008-10 | submissions | - | 1m19s | 4.4s | - | 1 | 282,974 | 16.3 MB |
 
294
 
295
  </details>
296
 
@@ -322,15 +323,15 @@ ORDER BY year, month, type;
322
 
323
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
324
 
325
- **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 3m / **Committed this session:** 12
326
 
327
  ### Active Workers
328
 
329
  | Stage | Month | Type | Progress |
330
  |-------|-------|------|----------|
331
- | Downloading | 2008-11 | comments | 35.4 MB / 65.6 MB (53%) |
332
- | Downloading | 2008-11 | submissions | connecting... |
333
- | Uploading | 2008-10 | submissions | 1 shards · 283.0K rows · committing |
334
 
335
 
336
  ### Throughput
@@ -338,21 +339,21 @@ ORDER BY year, month, type;
338
  | Metric | Value |
339
  |--------|------:|
340
  | Download | 11 Mbps avg |
341
- | Processing | 96.4K rows/s avg |
342
- | Upload | 10.9s per commit avg |
343
- | ETA | 2026-03-31 06:35 UTC |
344
 
345
  ### Progress
346
 
347
- `████░░░░░░░░░░░░░░░░░░░░░░░░░░` 69 / 488 (14.1%)
348
 
349
  | Metric | This Session |
350
  |--------|-------------:|
351
- | Months committed | 12 |
352
- | Rows processed | 5.3M |
353
- | Data committed | 407.5 MB |
354
 
355
- *Last update: 2026-03-31 04:49 UTC*
356
 
357
 
358
  # Dataset card for Arctic Shift Reddit Archive
@@ -536,4 +537,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
536
 
537
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
538
 
539
- *Last updated: 2026-03-31 04:49 UTC*
 
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 **2008-11**.
55
 
56
+ Right now the archive has **11.9M items** (8.5M comments, 3.5M submissions) in **912.1 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
 
 
97
  ```
98
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.4K
99
  2006 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 304.7K
100
+ 2007 ████████████░░░░░░░░░░░░░░░░░ 908.2K
101
+ 2008 ██████████████████████████████ 2.2M
102
  ```
103
 
104
  ## How to download and use this dataset
 
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
  | comments | 35 | 8.5M | 716.1 MB |
214
+ | submissions | 36 | 3.5M | 196.0 MB |
215
+ | **Total** | **35** | **11.9M** | **912.1 MB** |
216
 
217
  ### Monthly breakdown
218
 
219
  <details>
220
+ <summary>Click to expand full monthly table (35 comment months + 36 submission months)</summary>
221
 
222
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
223
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
290
  | 2008-09 | comments | - | 28.6s | 7.3s | 11.2s | 2 | 680,892 | 56.1 MB |
291
  | 2008-09 | submissions | - | 16.7s | 3.3s | 10.1s | 1 | 256,268 | 14.6 MB |
292
  | 2008-10 | comments | - | 29.1s | 6.6s | 11.8s | 2 | 789,874 | 64.2 MB |
293
+ | 2008-10 | submissions | - | 1m19s | 4.4s | 8.9s | 1 | 282,974 | 16.3 MB |
294
+ | 2008-11 | submissions | - | 23.3s | 5.2s | - | 1 | 272,505 | 15.5 MB |
295
 
296
  </details>
297
 
 
323
 
324
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 229 GB free). Auto-updated every ~5 minutes.
325
 
326
+ **Started:** 2026-03-31 04:46 UTC / **Elapsed:** 3m / **Committed this session:** 13
327
 
328
  ### Active Workers
329
 
330
  | Stage | Month | Type | Progress |
331
  |-------|-------|------|----------|
332
+ | Downloading | 2008-11 | comments | 56.6 MB / 65.6 MB (86%) |
333
+ | Downloading | 2008-12 | comments | connecting... |
334
+ | Uploading | 2008-11 | submissions | 1 shards · 272.5K rows · committing |
335
 
336
 
337
  ### Throughput
 
339
  | Metric | Value |
340
  |--------|------:|
341
  | Download | 11 Mbps avg |
342
+ | Processing | 93.3K rows/s avg |
343
+ | Upload | 10.7s per commit avg |
344
+ | ETA | 2026-03-31 06:40 UTC |
345
 
346
  ### Progress
347
 
348
+ `████░░░░░░░░░░░░░░░░░░░░░░░░░░` 70 / 488 (14.3%)
349
 
350
  | Metric | This Session |
351
  |--------|-------------:|
352
+ | Months committed | 13 |
353
+ | Rows processed | 5.6M |
354
+ | Data committed | 423.8 MB |
355
 
356
+ *Last update: 2026-03-31 04:50 UTC*
357
 
358
 
359
  # Dataset card for Arctic Shift Reddit Archive
 
537
 
538
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
539
 
540
+ *Last updated: 2026-03-31 04:50 UTC*
data/submissions/2008/11/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:947624cf1cb456630610842abaea25f109c626eba731d704809cc79202a70399
3
- size 16247121
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9391fedfde6680f6c8934a3917fc33aea945bccfd15426d42f9326e25697aa8e
3
+ size 16235154
states.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
- "updated_at": "2026-03-31T04:49:46.637108059Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2008-10",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
@@ -32,22 +32,22 @@
32
  {
33
  "ym": "2008-11",
34
  "type": "comments",
35
- "bytes_done": 37158912,
36
  "bytes_total": 68830661,
37
  "phase": "downloading"
38
  },
39
  {
40
- "ym": "2008-11",
41
- "type": "submissions",
42
  "phase": "downloading"
43
  }
44
  ],
45
  "processing": null,
46
  "uploading": [
47
  {
48
- "ym": "2008-10",
49
  "type": "submissions",
50
- "rows": 282974,
51
  "shards": 1,
52
  "phase": "committing"
53
  }
@@ -56,17 +56,17 @@
56
  "queued_for_upload": 0
57
  },
58
  "throughput": {
59
- "avg_download_mbps": 11.209251074664634,
60
- "avg_process_rows_per_sec": 96421.60338296207,
61
- "avg_upload_sec_per_commit": 10.856769531750002,
62
- "estimated_completion": "2026-03-31T14:35:41.391257022+08:00"
63
  },
64
  "stats": {
65
- "committed": 12,
66
  "skipped": 57,
67
  "retries": 0,
68
- "total_rows": 5296332,
69
- "total_bytes": 427345541,
70
  "total_months": 488
71
  }
72
  }
 
1
  {
2
  "session_id": "2026-03-31T04:46:44Z",
3
  "started_at": "2026-03-31T04:46:44.639338346Z",
4
+ "updated_at": "2026-03-31T04:50:10.638867457Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2008-11",
8
  "type": "submissions",
9
  "phase": "committing"
10
  },
 
32
  {
33
  "ym": "2008-11",
34
  "type": "comments",
35
+ "bytes_done": 59382104,
36
  "bytes_total": 68830661,
37
  "phase": "downloading"
38
  },
39
  {
40
+ "ym": "2008-12",
41
+ "type": "comments",
42
  "phase": "downloading"
43
  }
44
  ],
45
  "processing": null,
46
  "uploading": [
47
  {
48
+ "ym": "2008-11",
49
  "type": "submissions",
50
+ "rows": 272505,
51
  "shards": 1,
52
  "phase": "committing"
53
  }
 
56
  "queued_for_upload": 0
57
  },
58
  "throughput": {
59
+ "avg_download_mbps": 10.78506859245486,
60
+ "avg_process_rows_per_sec": 93295.93142036315,
61
+ "avg_upload_sec_per_commit": 10.707972538153847,
62
+ "estimated_completion": "2026-03-31T14:40:34.314659292+08:00"
63
  },
64
  "stats": {
65
+ "committed": 13,
66
  "skipped": 57,
67
  "retries": 0,
68
+ "total_rows": 5579306,
69
+ "total_bytes": 444426382,
70
  "total_months": 488
71
  }
72
  }
stats.csv CHANGED
@@ -68,4 +68,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
68
  2008,9,comments,2,680892,58774871,0,28.60,7.29,11.17,2026-03-31T04:48:26Z
69
  2008,9,submissions,1,256268,15298123,0,16.67,3.30,10.12,2026-03-31T04:48:37Z
70
  2008,10,comments,2,789874,67276224,0,29.12,6.57,11.80,2026-03-31T04:49:29Z
71
- 2008,10,submissions,1,282974,17080841,0,78.94,4.44,0.00,2026-03-31T04:49:46Z
 
 
68
  2008,9,comments,2,680892,58774871,0,28.60,7.29,11.17,2026-03-31T04:48:26Z
69
  2008,9,submissions,1,256268,15298123,0,16.67,3.30,10.12,2026-03-31T04:48:37Z
70
  2008,10,comments,2,789874,67276224,0,29.12,6.57,11.80,2026-03-31T04:49:29Z
71
+ 2008,10,submissions,1,282974,17080841,0,78.94,4.44,8.92,2026-03-31T04:49:46Z
72
+ 2008,11,submissions,1,272505,16235154,0,23.27,5.17,0.00,2026-03-31T04:50:10Z