tamnd commited on
Commit
ab58e82
·
verified ·
1 Parent(s): bc8d8ff

Add comments/2006-03 (1 shards, 13.9K rows)

Browse files
Files changed (4) hide show
  1. README.md +20 -20
  2. data/comments/2006/03/000.parquet +2 -2
  3. states.json +13 -19
  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-02**.
55
 
56
- Right now the archive has **28.7K items** (13.8K comments, 14.9K submissions) in **2.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
 
@@ -86,8 +86,8 @@ states.json live pipeline state (updated every ~5 min)
86
  **Comments**
87
 
88
  ```
89
- 2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
- 2006 ██████████████████████████████ 12.8K
91
  ```
92
 
93
  **Submissions**
@@ -206,14 +206,14 @@ huggingface-cli download open-index/arctic \
206
 
207
  | Type | Months | Rows | Parquet Size |
208
  |------|-------:|-----:|-------------:|
209
- | comments | 3 | 13.8K | 1.5 MB |
210
  | submissions | 2 | 14.9K | 864.7 KB |
211
- | **Total** | **3** | **28.7K** | **2.4 MB** |
212
 
213
  ### Monthly breakdown
214
 
215
  <details>
216
- <summary>Click to expand full monthly table (3 comment months + 2 submission months)</summary>
217
 
218
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
219
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -221,7 +221,8 @@ huggingface-cli download open-index/arctic \
221
  | 2005-12 | submissions | - | 3m18s | 0.4s | 5.8s | 1 | 5,356 | 304.4 KB |
222
  | 2006-01 | comments | - | - | 0.2s | 6.0s | 1 | 3,666 | 388.6 KB |
223
  | 2006-02 | comments | - | - | 0.4s | 6.3s | 1 | 9,095 | 1021.6 KB |
224
- | 2006-02 | submissions | - | - | 0.4s | - | 1 | 9,501 | 560.3 KB |
 
225
 
226
  </details>
227
 
@@ -253,14 +254,13 @@ ORDER BY year, month, type;
253
 
254
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
255
 
256
- **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 4m / **Committed this session:** 4
257
 
258
  ### Active Workers
259
 
260
  | Stage | Month | Type | Progress |
261
  |-------|-------|------|----------|
262
- | Processing | 2006-04 | comments | starting... |
263
- | Uploading | 2006-02 | submissions | 1 shards · 9.5K rows · committing |
264
 
265
 
266
  ### Throughput
@@ -268,21 +268,21 @@ ORDER BY year, month, type;
268
  | Metric | Value |
269
  |--------|------:|
270
  | Download | 0 Mbps avg |
271
- | Processing | 19.8K rows/s avg |
272
- | Upload | 7.6s per commit avg |
273
- | ETA | 2026-03-31 13:58 UTC |
274
 
275
  ### Progress
276
 
277
- `░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 4 / 488 (0.8%)
278
 
279
  | Metric | This Session |
280
  |--------|-------------:|
281
- | Months committed | 4 |
282
- | Rows processed | 19.2K |
283
- | Data committed | 1.8 MB |
284
 
285
- *Last update: 2026-03-31 04:31 UTC*
286
 
287
 
288
  # Dataset card for Arctic Shift Reddit Archive
@@ -466,4 +466,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
466
 
467
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
468
 
469
- *Last updated: 2026-03-31 04:31 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 **2006-03**.
55
 
56
+ Right now the archive has **42.6K items** (27.7K comments, 14.9K submissions) in **3.7 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
 
 
86
  **Comments**
87
 
88
  ```
89
+ 2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
90
+ 2006 ██████████████████████████████ 26.6K
91
  ```
92
 
93
  **Submissions**
 
206
 
207
  | Type | Months | Rows | Parquet Size |
208
  |------|-------:|-----:|-------------:|
209
+ | comments | 4 | 27.7K | 2.9 MB |
210
  | submissions | 2 | 14.9K | 864.7 KB |
211
+ | **Total** | **4** | **42.6K** | **3.7 MB** |
212
 
213
  ### Monthly breakdown
214
 
215
  <details>
216
+ <summary>Click to expand full monthly table (4 comment months + 2 submission months)</summary>
217
 
218
  | Month | Type | .zst Size | Download | Process | Upload | Shards | Rows | Parquet |
219
  |-------|------|----------:|-------:|-------:|-------:|-------:|-------:|-------:|
 
221
  | 2005-12 | submissions | - | 3m18s | 0.4s | 5.8s | 1 | 5,356 | 304.4 KB |
222
  | 2006-01 | comments | - | - | 0.2s | 6.0s | 1 | 3,666 | 388.6 KB |
223
  | 2006-02 | comments | - | - | 0.4s | 6.3s | 1 | 9,095 | 1021.6 KB |
224
+ | 2006-02 | submissions | - | - | 0.5s | 6.3s | 1 | 9,501 | 560.3 KB |
225
+ | 2006-03 | comments | - | - | 0.4s | - | 1 | 13,859 | 1.4 MB |
226
 
227
  </details>
228
 
 
254
 
255
  > Pipelined ingestion running on **doge-01** (4 cores, 6 GB RAM, 230 GB free). Auto-updated every ~5 minutes.
256
 
257
+ **Started:** 2026-03-31 04:28 UTC / **Elapsed:** 4m / **Committed this session:** 5
258
 
259
  ### Active Workers
260
 
261
  | Stage | Month | Type | Progress |
262
  |-------|-------|------|----------|
263
+ | Uploading | 2006-03 | comments | 1 shards · 13.9K rows · committing |
 
264
 
265
 
266
  ### Throughput
 
268
  | Metric | Value |
269
  |--------|------:|
270
  | Download | 0 Mbps avg |
271
+ | Processing | 23.1K rows/s avg |
272
+ | Upload | 7.3s per commit avg |
273
+ | ETA | 2026-03-31 11:48 UTC |
274
 
275
  ### Progress
276
 
277
+ `░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 5 / 488 (1.0%)
278
 
279
  | Metric | This Session |
280
  |--------|-------------:|
281
+ | Months committed | 5 |
282
+ | Rows processed | 28.7K |
283
+ | Data committed | 2.4 MB |
284
 
285
+ *Last update: 2026-03-31 04:32 UTC*
286
 
287
 
288
  # Dataset card for Arctic Shift Reddit Archive
 
466
 
467
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
468
 
469
+ *Last updated: 2026-03-31 04:32 UTC*
data/comments/2006/03/000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:251bae37e1ff31acd0bb7f41a8a882a1ac37b27dc4844525a3a786036ae5de94
3
- size 1418637
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fec9fbf59b0b67432cdf24a276d673a5861a4ac01d9c284dc38d7e5bafb64fe3
3
+ size 1418675
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:31:59.858877594Z",
5
  "phase": "running",
6
  "current": {
7
- "ym": "2006-02",
8
- "type": "submissions",
9
  "phase": "committing"
10
  },
11
  "hardware": {
@@ -29,18 +29,12 @@
29
  },
30
  "pipeline": {
31
  "downloading": null,
32
- "processing": [
33
- {
34
- "ym": "2006-04",
35
- "type": "comments",
36
- "phase": "processing"
37
- }
38
- ],
39
  "uploading": [
40
  {
41
- "ym": "2006-02",
42
- "type": "submissions",
43
- "rows": 9501,
44
  "shards": 1,
45
  "phase": "committing"
46
  }
@@ -50,16 +44,16 @@
50
  },
51
  "throughput": {
52
  "avg_download_mbps": 0.028451019199467992,
53
- "avg_process_rows_per_sec": 19772.720857101005,
54
- "avg_upload_sec_per_commit": 7.571806012249999,
55
- "estimated_completion": "2026-03-31T21:58:13.453329948+08:00"
56
  },
57
  "stats": {
58
- "committed": 4,
59
  "skipped": 0,
60
  "retries": 0,
61
- "total_rows": 19192,
62
- "total_bytes": 1897514,
63
  "total_months": 488
64
  }
65
  }
 
1
  {
2
  "session_id": "2026-03-31T04:28:29Z",
3
  "started_at": "2026-03-31T04:28:29.712811668Z",
4
+ "updated_at": "2026-03-31T04:32:06.212764606Z",
5
  "phase": "running",
6
  "current": {
7
+ "ym": "2006-03",
8
+ "type": "comments",
9
  "phase": "committing"
10
  },
11
  "hardware": {
 
29
  },
30
  "pipeline": {
31
  "downloading": null,
32
+ "processing": null,
 
 
 
 
 
 
33
  "uploading": [
34
  {
35
+ "ym": "2006-03",
36
+ "type": "comments",
37
+ "rows": 13859,
38
  "shards": 1,
39
  "phase": "committing"
40
  }
 
44
  },
45
  "throughput": {
46
  "avg_download_mbps": 0.028451019199467992,
47
+ "avg_process_rows_per_sec": 23116.501699139564,
48
+ "avg_upload_sec_per_commit": 7.327987088199999,
49
+ "estimated_completion": "2026-03-31T19:48:42.700138555+08:00"
50
  },
51
  "stats": {
52
+ "committed": 5,
53
  "skipped": 0,
54
  "retries": 0,
55
+ "total_rows": 28693,
56
+ "total_bytes": 2471279,
57
  "total_months": 488
58
  }
59
  }
stats.csv CHANGED
@@ -3,4 +3,5 @@ year,month,type,shards,count,size_bytes,zst_bytes,dur_download_s,dur_process_s,d
3
  2005,12,submissions,1,5356,311663,0,197.67,0.38,5.81,2026-03-31T04:31:47Z
4
  2006,1,comments,1,3666,397972,0,0.00,0.23,5.98,2026-03-31T04:29:10Z
5
  2006,2,comments,1,9095,1046124,0,0.00,0.37,6.28,2026-03-31T04:31:53Z
6
- 2006,2,submissions,1,9501,573765,0,0.00,0.45,0.00,2026-03-31T04:31:59Z
 
 
3
  2005,12,submissions,1,5356,311663,0,197.67,0.38,5.81,2026-03-31T04:31:47Z
4
  2006,1,comments,1,3666,397972,0,0.00,0.23,5.98,2026-03-31T04:29:10Z
5
  2006,2,comments,1,9095,1046124,0,0.00,0.37,6.28,2026-03-31T04:31:53Z
6
+ 2006,2,submissions,1,9501,573765,0,0.00,0.45,6.35,2026-03-31T04:31:59Z
7
+ 2006,3,comments,1,13859,1418675,0,0.00,0.40,0.00,2026-03-31T04:32:06Z