tamnd commited on
Commit
646e01a
·
verified ·
1 Parent(s): 8a9d552

Add comments/2010-05 (2 shards, 3.3M rows)

Browse files
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 **2010-04**.
55
 
56
- Right now the archive has **51.8M items** (41.0M comments, 10.8M submissions) in **4.1 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
 
@@ -90,7 +90,7 @@ states.json live pipeline state (updated every ~5 min)
90
  2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
  2008 ███████████░░░░░░░░░░░░░░░░░░░ 7.2M
92
  2009 ██████████████████████████████ 18.9M
93
- 2010 ███████████████████░░░░░░░░░░░ 12.0M
94
  ```
95
 
96
  **Submissions**
@@ -213,14 +213,14 @@ huggingface-cli download open-index/arctic \
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
- | comments | 53 | 41.0M | 3.4 GB |
217
  | submissions | 53 | 10.8M | 703.2 MB |
218
- | **Total** | **53** | **51.8M** | **4.1 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (53 comment months + 53 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -329,7 +329,8 @@ huggingface-cli download open-index/arctic \
329
  | 2010-03 | comments | 2m12s | 1m03s | 4m41s | 2 | 3,228,254 | 280.9 MB |
330
  | 2010-03 | submissions | 43.6s | 21.3s | 17.7s | 1 | 602,586 | 46.2 MB |
331
  | 2010-04 | comments | 1m36s | 53.8s | 1m37s | 2 | 3,209,898 | 274.9 MB |
332
- | 2010-04 | submissions | 1m04s | 19.3s | - | 1 | 617,302 | 46.8 MB |
 
333
 
334
  </details>
335
 
@@ -360,23 +361,23 @@ ORDER BY year, month, type;
360
 
361
  > The ingestion pipeline is running. This section updates every ~5 minutes.
362
 
363
- **Started:** 2026-03-15 06:37 UTC / **Elapsed:** 41m / **Committed this session:** 9
364
 
365
  | | |
366
  |:---|:---|
367
  | Phase | committing |
368
- | Month | **2010-04** - submissions |
369
  | Progress | committing to Hugging Face… |
370
 
371
- `██████░░░░░░░░░░░░░░░░░░░░░░░░` 105 / 488 (21.5%)
372
 
373
  | Metric | This Session |
374
  |--------|-------------:|
375
- | Months committed | 9 |
376
- | Rows processed | 16.7M |
377
  | Data committed | 1.4 GB |
378
 
379
- *Last update: 2026-03-15 07:18 UTC*
380
 
381
 
382
  # Dataset card for Arctic Shift Reddit Archive
@@ -560,4 +561,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
560
 
561
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
562
 
563
- *Last updated: 2026-03-15 07:18 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 **2010-05**.
55
 
56
+ Right now the archive has **55.1M items** (44.3M comments, 10.8M submissions) in **4.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
 
 
90
  2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
  2008 ███████████░░░░░░░░░░░░░░░░░░░ 7.2M
92
  2009 ██████████████████████████████ 18.9M
93
+ 2010 ████████████████████████░░░░░░ 15.3M
94
  ```
95
 
96
  **Submissions**
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 54 | 44.3M | 3.7 GB |
217
  | submissions | 53 | 10.8M | 703.2 MB |
218
+ | **Total** | **54** | **55.1M** | **4.4 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (54 comment months + 53 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
329
  | 2010-03 | comments | 2m12s | 1m03s | 4m41s | 2 | 3,228,254 | 280.9 MB |
330
  | 2010-03 | submissions | 43.6s | 21.3s | 17.7s | 1 | 602,586 | 46.2 MB |
331
  | 2010-04 | comments | 1m36s | 53.8s | 1m37s | 2 | 3,209,898 | 274.9 MB |
332
+ | 2010-04 | submissions | 1m04s | 19.3s | 46.1s | 1 | 617,302 | 46.8 MB |
333
+ | 2010-05 | comments | 1m02s | 1m08s | - | 2 | 3,267,363 | 278.5 MB |
334
 
335
  </details>
336
 
 
361
 
362
  > The ingestion pipeline is running. This section updates every ~5 minutes.
363
 
364
+ **Started:** 2026-03-15 06:37 UTC / **Elapsed:** 46m / **Committed this session:** 10
365
 
366
  | | |
367
  |:---|:---|
368
  | Phase | committing |
369
+ | Month | **2010-05** - comments |
370
  | Progress | committing to Hugging Face… |
371
 
372
+ `██████░░░░░░░░░░░░░░░░░░░░░░░░` 106 / 488 (21.7%)
373
 
374
  | Metric | This Session |
375
  |--------|-------------:|
376
+ | Months committed | 10 |
377
+ | Rows processed | 17.3M |
378
  | Data committed | 1.4 GB |
379
 
380
+ *Last update: 2026-03-15 07:23 UTC*
381
 
382
 
383
  # Dataset card for Arctic Shift Reddit Archive
 
561
 
562
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
563
 
564
+ *Last updated: 2026-03-15 07:27 UTC*
data/comments/2010/05/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdc016a1a6af9e22968c13bf1885be5ce7728323aadcab260409ad48121a9900
3
+ size 178078640
data/comments/2010/05/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af9a7caba8b7777bef9417c6d62ab0489b51dee46bafc25fd1fc7787eb4bbb6c
3
+ size 113899123
states.json CHANGED
@@ -1,21 +1,21 @@
1
  {
2
  "session_id": "2026-03-15T06:37:34Z",
3
  "started_at": "2026-03-15T06:37:34.407683011Z",
4
- "updated_at": "2026-03-15T07:18:30.216459342Z",
5
  "phase": "committing",
6
  "current": {
7
- "ym": "2010-04",
8
- "type": "submissions",
9
  "phase": "committing",
10
- "shard": 1,
11
- "rows": 617302
12
  },
13
  "stats": {
14
- "committed": 9,
15
  "skipped": 96,
16
- "retries": 9,
17
- "total_rows": 16721223,
18
- "total_bytes": 1493773723,
19
  "total_months": 488
20
  }
21
  }
 
1
  {
2
  "session_id": "2026-03-15T06:37:34Z",
3
  "started_at": "2026-03-15T06:37:34.407683011Z",
4
+ "updated_at": "2026-03-15T07:23:19.2472273Z",
5
  "phase": "committing",
6
  "current": {
7
+ "ym": "2010-05",
8
+ "type": "comments",
9
  "phase": "committing",
10
+ "shard": 2,
11
+ "rows": 3267363
12
  },
13
  "stats": {
14
+ "committed": 10,
15
  "skipped": 96,
16
+ "retries": 10,
17
+ "total_rows": 17338525,
18
+ "total_bytes": 1542831434,
19
  "total_months": 488
20
  }
21
  }
stats.csv CHANGED
@@ -104,4 +104,5 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
104
  2010,3,comments,2,3228254,294561514,132.34,63.09,280.66,2026-03-15T07:03:30Z
105
  2010,3,submissions,1,602586,48428164,43.62,21.34,17.70,2026-03-15T07:10:11Z
106
  2010,4,comments,2,3209898,288230876,95.93,53.79,97.44,2026-03-15T07:14:35Z
107
- 2010,4,submissions,1,617302,49057711,63.52,19.28,0.00,2026-03-15T07:18:30Z
 
 
104
  2010,3,comments,2,3228254,294561514,132.34,63.09,280.66,2026-03-15T07:03:30Z
105
  2010,3,submissions,1,602586,48428164,43.62,21.34,17.70,2026-03-15T07:10:11Z
106
  2010,4,comments,2,3209898,288230876,95.93,53.79,97.44,2026-03-15T07:14:35Z
107
+ 2010,4,submissions,1,617302,49057711,63.52,19.28,46.09,2026-03-15T07:18:30Z
108
+ 2010,5,comments,2,3267363,291977763,61.97,67.77,0.00,2026-03-15T07:23:19Z