tamnd commited on
Commit
135825f
·
verified ·
1 Parent(s): 25132a7

Add comments/2009-01 (1 shards, 1.1M rows)

Browse files
Files changed (4) hide show
  1. README.md +13 -12
  2. data/comments/2009/01/000.parquet +3 -0
  3. states.json +7 -7
  4. stats.csv +2 -1
README.md CHANGED
@@ -50,9 +50,9 @@ task_categories:
50
 
51
  ## What is it?
52
 
53
- 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-12**.
54
 
55
- Right now the archive has **13.9M items** (10.1M comments, 3.7M submissions) in **1.0 GB** of compressed Parquet. Comments and submissions are stored as separate datasets, split into monthly shards you can load individually or stream together.
56
 
57
  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.
58
 
@@ -88,6 +88,7 @@ states.json live pipeline state (updated every ~5 min)
88
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
89
  2007 ██████████░░░░░░░░░░░░░░░░░░░░ 2.5M
90
  2008 ██████████████████████████████ 7.2M
 
91
  ```
92
 
93
  **Submissions**
@@ -208,9 +209,9 @@ huggingface-cli download open-index/arctic \
208
 
209
  | Type | Months | Rows | Parquet Size |
210
  |------|-------:|-----:|-------------:|
211
- | comments | 37 | 10.1M | 848.8 MB |
212
  | submissions | 37 | 3.7M | 212.1 MB |
213
- | **Total** | **37** | **13.9M** | **1.0 GB** |
214
 
215
  Query per-month stats directly:
216
 
@@ -239,23 +240,23 @@ ORDER BY year, month, type;
239
 
240
  > The ingestion pipeline is running. This section updates every ~5 minutes.
241
 
242
- **Started:** 2026-03-15 04:18 UTC / **Elapsed:** 8m / **Committed this session:** 4
243
 
244
  | | |
245
  |:---|:---|
246
  | Phase | committing |
247
- | Month | **2008-12** - submissions |
248
  | Progress | committing to Hugging Face… |
249
 
250
- `████░░░░░░░░░░░░░░░░░░░░░░░░░░` 73 / 488 (15.0%)
251
 
252
  | Metric | This Session |
253
  |--------|-------------:|
254
- | Months committed | 4 |
255
- | Rows processed | 2.2M |
256
- | Data committed | 164.6 MB |
257
 
258
- *Last update: 2026-03-15 04:26 UTC*
259
 
260
 
261
  # Dataset card for Arctic Shift Reddit Archive
@@ -439,4 +440,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
439
 
440
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
441
 
442
- *Last updated: 2026-03-15 04:26 UTC*
 
50
 
51
  ## What is it?
52
 
53
+ 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-01**.
54
 
55
+ Right now the archive has **14.9M items** (11.2M comments, 3.7M submissions) in **1.1 GB** of compressed Parquet. Comments and submissions are stored as separate datasets, split into monthly shards you can load individually or stream together.
56
 
57
  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.
58
 
 
88
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
89
  2007 ██████████░░░░░░░░░░░░░░░░░░░░ 2.5M
90
  2008 ██████████████████████████████ 7.2M
91
+ 2009 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1M
92
  ```
93
 
94
  **Submissions**
 
209
 
210
  | Type | Months | Rows | Parquet Size |
211
  |------|-------:|-----:|-------------:|
212
+ | comments | 38 | 11.2M | 934.9 MB |
213
  | submissions | 37 | 3.7M | 212.1 MB |
214
+ | **Total** | **38** | **14.9M** | **1.1 GB** |
215
 
216
  Query per-month stats directly:
217
 
 
240
 
241
  > The ingestion pipeline is running. This section updates every ~5 minutes.
242
 
243
+ **Started:** 2026-03-15 04:18 UTC / **Elapsed:** 9m / **Committed this session:** 5
244
 
245
  | | |
246
  |:---|:---|
247
  | Phase | committing |
248
+ | Month | **2009-01** - comments |
249
  | Progress | committing to Hugging Face… |
250
 
251
+ `████░░░░░░░░░░░░░░░░░░░░░░░░░░` 74 / 488 (15.2%)
252
 
253
  | Metric | This Session |
254
  |--------|-------------:|
255
+ | Months committed | 5 |
256
+ | Rows processed | 2.5M |
257
+ | Data committed | 180.6 MB |
258
 
259
+ *Last update: 2026-03-15 04:27 UTC*
260
 
261
 
262
  # Dataset card for Arctic Shift Reddit Archive
 
440
 
441
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
442
 
443
+ *Last updated: 2026-03-15 04:28 UTC*
data/comments/2009/01/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89de733a16077ef65edf4d78e41589f1da49b5f34d008f12a7f5f22e473008bf
3
+ size 90272478
states.json CHANGED
@@ -1,20 +1,20 @@
1
  {
2
  "session_id": "2026-03-15T04:18:10Z",
3
  "started_at": "2026-03-15T04:18:10.931772901Z",
4
- "updated_at": "2026-03-15T04:26:01.432063894Z",
5
  "phase": "committing",
6
  "current": {
7
- "ym": "2008-12",
8
- "type": "submissions",
9
  "phase": "committing",
10
  "shard": 1,
11
- "rows": 283915
12
  },
13
  "stats": {
14
- "committed": 4,
15
  "skipped": 69,
16
- "total_rows": 2198148,
17
- "total_bytes": 172548450,
18
  "total_months": 488
19
  }
20
  }
 
1
  {
2
  "session_id": "2026-03-15T04:18:10Z",
3
  "started_at": "2026-03-15T04:18:10.931772901Z",
4
+ "updated_at": "2026-03-15T04:27:13.543169387Z",
5
  "phase": "committing",
6
  "current": {
7
+ "ym": "2009-01",
8
+ "type": "comments",
9
  "phase": "committing",
10
  "shard": 1,
11
+ "rows": 1051649
12
  },
13
  "stats": {
14
+ "committed": 5,
15
  "skipped": 69,
16
+ "total_rows": 2482063,
17
+ "total_bytes": 189376425,
18
  "total_months": 488
19
  }
20
  }
stats.csv CHANGED
@@ -72,4 +72,5 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
72
  2008,11,comments,1,792310,66039882,47.36,17.71,33.73,2026-03-15T04:20:07Z
73
  2008,11,submissions,1,272505,16247121,27.67,15.60,20.11,2026-03-15T04:21:24Z
74
  2008,12,comments,1,850359,73181127,35.44,26.42,120.80,2026-03-15T04:22:46Z
75
- 2008,12,submissions,1,283915,16827975,22.13,13.56,0.00,2026-03-15T04:26:01Z
 
 
72
  2008,11,comments,1,792310,66039882,47.36,17.71,33.73,2026-03-15T04:20:07Z
73
  2008,11,submissions,1,272505,16247121,27.67,15.60,20.11,2026-03-15T04:21:24Z
74
  2008,12,comments,1,850359,73181127,35.44,26.42,120.80,2026-03-15T04:22:46Z
75
+ 2008,12,submissions,1,283915,16827975,22.13,13.56,15.16,2026-03-15T04:26:01Z
76
+ 2009,1,comments,1,1051649,90272478,21.82,35.10,0.00,2026-03-15T04:27:13Z