tamnd commited on
Commit
bac6b5e
·
verified ·
1 Parent(s): 4ad6658

Add comments/2009-10 (2 shards, 2.2M 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 **2009-09**.
55
 
56
- Right now the archive has **29.1M items** (22.0M comments, 7.2M submissions) in **2.2 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
 
@@ -87,9 +87,9 @@ states.json live pipeline state (updated every ~5 min)
87
  ```
88
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
- 2007 █████░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
- 2008 ██████████████████░░░░░░░░░░░░ 7.2M
92
- 2009 ██████████████████████████████ 11.9M
93
  ```
94
 
95
  **Submissions**
@@ -211,14 +211,14 @@ huggingface-cli download open-index/arctic \
211
 
212
  | Type | Months | Rows | Parquet Size |
213
  |------|-------:|-----:|-------------:|
214
- | comments | 46 | 22.0M | 1.8 GB |
215
  | submissions | 46 | 7.2M | 428.4 MB |
216
- | **Total** | **46** | **29.1M** | **2.2 GB** |
217
 
218
  ### Monthly breakdown
219
 
220
  <details>
221
- <summary>Click to expand full monthly table (46 comment months + 46 submission months)</summary>
222
 
223
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
224
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -313,7 +313,8 @@ huggingface-cli download open-index/arctic \
313
  | 2009-08 | comments | 50.4s | 45.5s | 1m21s | 1 | 1,750,688 | 153.2 MB |
314
  | 2009-08 | submissions | 1m01s | 21.4s | 17.1s | 1 | 435,860 | 30.3 MB |
315
  | 2009-09 | comments | 59.5s | 59.9s | - | 2 | 2,032,276 | 172.6 MB |
316
- | 2009-09 | submissions | 24.9s | 21.3s | - | 1 | 443,037 | 31.7 MB |
 
317
 
318
  </details>
319
 
@@ -344,23 +345,23 @@ ORDER BY year, month, type;
344
 
345
  > The ingestion pipeline is running. This section updates every ~5 minutes.
346
 
347
- **Started:** 2026-03-15 05:36 UTC / **Elapsed:** 1m / **Committed this session:** 0
348
 
349
  | | |
350
  |:---|:---|
351
  | Phase | committing |
352
- | Month | **2009-09** - submissions |
353
  | Progress | committing to Hugging Face… |
354
 
355
- `█████░░░░░░░░░░░░░░░░░░░░░░░░░` 91 / 488 (18.6%)
356
 
357
  | Metric | This Session |
358
  |--------|-------------:|
359
- | Months committed | 0 |
360
- | Rows processed | 0 |
361
- | Data committed | 0 B |
362
 
363
- *Last update: 2026-03-15 05:37 UTC*
364
 
365
 
366
  # Dataset card for Arctic Shift Reddit Archive
@@ -544,4 +545,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
544
 
545
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
546
 
547
- *Last updated: 2026-03-15 05:37 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 **2009-10**.
55
 
56
+ Right now the archive has **31.4M items** (24.2M comments, 7.2M submissions) in **2.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
 
 
87
  ```
88
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
+ 2007 █████░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
+ 2008 ███████████████░░░░░░░░░░░░░░░ 7.2M
92
+ 2009 ██████████████████████████████ 14.1M
93
  ```
94
 
95
  **Submissions**
 
211
 
212
  | Type | Months | Rows | Parquet Size |
213
  |------|-------:|-----:|-------------:|
214
+ | comments | 47 | 24.2M | 2.0 GB |
215
  | submissions | 46 | 7.2M | 428.4 MB |
216
+ | **Total** | **47** | **31.4M** | **2.4 GB** |
217
 
218
  ### Monthly breakdown
219
 
220
  <details>
221
+ <summary>Click to expand full monthly table (47 comment months + 46 submission months)</summary>
222
 
223
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
224
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
313
  | 2009-08 | comments | 50.4s | 45.5s | 1m21s | 1 | 1,750,688 | 153.2 MB |
314
  | 2009-08 | submissions | 1m01s | 21.4s | 17.1s | 1 | 435,860 | 30.3 MB |
315
  | 2009-09 | comments | 59.5s | 59.9s | - | 2 | 2,032,276 | 172.6 MB |
316
+ | 2009-09 | submissions | 24.9s | 21.3s | 14.7s | 1 | 443,037 | 31.7 MB |
317
+ | 2009-10 | comments | 46.5s | 1m08s | - | 2 | 2,242,017 | 199.0 MB |
318
 
319
  </details>
320
 
 
345
 
346
  > The ingestion pipeline is running. This section updates every ~5 minutes.
347
 
348
+ **Started:** 2026-03-15 05:36 UTC / **Elapsed:** 3m / **Committed this session:** 1
349
 
350
  | | |
351
  |:---|:---|
352
  | Phase | committing |
353
+ | Month | **2009-10** - comments |
354
  | Progress | committing to Hugging Face… |
355
 
356
+ `█████░░░░░░░░░░░░░░░░░░░░░░░░░` 92 / 488 (18.9%)
357
 
358
  | Metric | This Session |
359
  |--------|-------------:|
360
+ | Months committed | 1 |
361
+ | Rows processed | 443.0K |
362
+ | Data committed | 31.7 MB |
363
 
364
+ *Last update: 2026-03-15 05:39 UTC*
365
 
366
 
367
  # Dataset card for Arctic Shift Reddit Archive
 
545
 
546
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
547
 
548
+ *Last updated: 2026-03-15 05:41 UTC*
data/comments/2009/10/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fff7f774cb3b23bce841bd4b362c15d490ca0e983ccc507f35da1e90671a864
3
+ size 185635902
data/comments/2009/10/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6015a11c27c586562f4314b83fe648544df5f985d6186751100ecec0700d0570
3
+ size 23005550
states.json CHANGED
@@ -1,21 +1,21 @@
1
  {
2
  "session_id": "2026-03-15T05:36:24Z",
3
  "started_at": "2026-03-15T05:36:24.655773704Z",
4
- "updated_at": "2026-03-15T05:37:15.900330408Z",
5
  "phase": "committing",
6
  "current": {
7
- "ym": "2009-09",
8
- "type": "submissions",
9
  "phase": "committing",
10
- "shard": 1,
11
- "rows": 443037
12
  },
13
  "stats": {
14
- "committed": 0,
15
  "skipped": 91,
16
  "retries": 0,
17
- "total_rows": 0,
18
- "total_bytes": 0,
19
  "total_months": 488
20
  }
21
  }
 
1
  {
2
  "session_id": "2026-03-15T05:36:24Z",
3
  "started_at": "2026-03-15T05:36:24.655773704Z",
4
+ "updated_at": "2026-03-15T05:39:35.805361972Z",
5
  "phase": "committing",
6
  "current": {
7
+ "ym": "2009-10",
8
+ "type": "comments",
9
  "phase": "committing",
10
+ "shard": 2,
11
+ "rows": 242017
12
  },
13
  "stats": {
14
+ "committed": 1,
15
  "skipped": 91,
16
  "retries": 0,
17
+ "total_rows": 443037,
18
+ "total_bytes": 33192219,
19
  "total_months": 488
20
  }
21
  }
stats.csv CHANGED
@@ -90,4 +90,5 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
90
  2009,8,comments,1,1750688,160632313,50.37,45.45,81.00,2026-03-15T05:13:44Z
91
  2009,8,submissions,1,435860,31818901,60.67,21.45,17.05,2026-03-15T05:16:31Z
92
  2009,9,comments,2,2032276,180935418,59.52,59.90,0.00,2026-03-15T05:34:41Z
93
- 2009,9,submissions,1,443037,33192219,24.89,21.26,0.00,2026-03-15T05:37:15Z
 
 
90
  2009,8,comments,1,1750688,160632313,50.37,45.45,81.00,2026-03-15T05:13:44Z
91
  2009,8,submissions,1,435860,31818901,60.67,21.45,17.05,2026-03-15T05:16:31Z
92
  2009,9,comments,2,2032276,180935418,59.52,59.90,0.00,2026-03-15T05:34:41Z
93
+ 2009,9,submissions,1,443037,33192219,24.89,21.26,14.65,2026-03-15T05:37:15Z
94
+ 2009,10,comments,2,2242017,208641452,46.49,68.36,0.00,2026-03-15T05:39:35Z