tamnd commited on
Commit
03f8565
·
verified ·
1 Parent(s): e5a1ddd

Add comments/2009-02 (1 shards, 944.7K rows)

Browse files
Files changed (4) hide show
  1. README.md +13 -13
  2. data/comments/2009/02/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 **2009-01**.
54
 
55
- Right now the archive has **15.2M items** (11.2M comments, 4.1M 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,7 +88,7 @@ states.json live pipeline state (updated every ~5 min)
88
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
89
  2007 ██████████░░░░░░░░░░░░░░░░░░░░ 2.5M
90
  2008 ██████████████████████████████ 7.2M
91
- 2009 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1M
92
  ```
93
 
94
  **Submissions**
@@ -210,9 +210,9 @@ huggingface-cli download open-index/arctic \
210
 
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
- | comments | 38 | 11.2M | 934.9 MB |
214
  | submissions | 38 | 4.1M | 231.0 MB |
215
- | **Total** | **38** | **15.2M** | **1.1 GB** |
216
 
217
  Query per-month stats directly:
218
 
@@ -241,23 +241,23 @@ ORDER BY year, month, type;
241
 
242
  > The ingestion pipeline is running. This section updates every ~5 minutes.
243
 
244
- **Started:** 2026-03-15 04:18 UTC / **Elapsed:** 11m / **Committed this session:** 6
245
 
246
  | | |
247
  |:---|:---|
248
  | Phase | committing |
249
- | Month | **2009-01** - submissions |
250
  | Progress | committing to Hugging Face… |
251
 
252
- `████░░░░░░░░░░░░░░░░░░░░░░░░░░` 75 / 488 (15.4%)
253
 
254
  | Metric | This Session |
255
  |--------|-------------:|
256
- | Months committed | 6 |
257
- | Rows processed | 3.5M |
258
- | Data committed | 266.7 MB |
259
 
260
- *Last update: 2026-03-15 04:29 UTC*
261
 
262
 
263
  # Dataset card for Arctic Shift Reddit Archive
@@ -441,4 +441,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
441
 
442
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
443
 
444
- *Last updated: 2026-03-15 04:29 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-02**.
54
 
55
+ Right now the archive has **16.2M items** (12.1M comments, 4.1M submissions) in **1.2 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 ████████░░░░░░░░░░░░░░░░░░░░░░ 2.0M
92
  ```
93
 
94
  **Submissions**
 
210
 
211
  | Type | Months | Rows | Parquet Size |
212
  |------|-------:|-----:|-------------:|
213
+ | comments | 39 | 12.1M | 1013.6 MB |
214
  | submissions | 38 | 4.1M | 231.0 MB |
215
+ | **Total** | **39** | **16.2M** | **1.2 GB** |
216
 
217
  Query per-month stats directly:
218
 
 
241
 
242
  > The ingestion pipeline is running. This section updates every ~5 minutes.
243
 
244
+ **Started:** 2026-03-15 04:18 UTC / **Elapsed:** 14m / **Committed this session:** 7
245
 
246
  | | |
247
  |:---|:---|
248
  | Phase | committing |
249
+ | Month | **2009-02** - comments |
250
  | Progress | committing to Hugging Face… |
251
 
252
+ `████░░░░░░░░░░░░░░░░░░░░░░░░░░` 76 / 488 (15.6%)
253
 
254
  | Metric | This Session |
255
  |--------|-------------:|
256
+ | Months committed | 7 |
257
+ | Rows processed | 3.9M |
258
+ | Data committed | 285.6 MB |
259
 
260
+ *Last update: 2026-03-15 04:31 UTC*
261
 
262
 
263
  # Dataset card for Arctic Shift Reddit Archive
 
441
 
442
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
443
 
444
+ *Last updated: 2026-03-15 04:31 UTC*
data/comments/2009/02/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fd0b9b281918f4f7bcc459e62f7f8c68ad6fc91f736c863f4c48de2ab81366e
3
+ size 82456282
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:29:34.559385321Z",
5
  "phase": "committing",
6
  "current": {
7
- "ym": "2009-01",
8
- "type": "submissions",
9
  "phase": "committing",
10
  "shard": 1,
11
- "rows": 331060
12
  },
13
  "stats": {
14
- "committed": 6,
15
  "skipped": 69,
16
- "total_rows": 3533712,
17
- "total_bytes": 279648903,
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:31:56.996262719Z",
5
  "phase": "committing",
6
  "current": {
7
+ "ym": "2009-02",
8
+ "type": "comments",
9
  "phase": "committing",
10
  "shard": 1,
11
+ "rows": 944711
12
  },
13
  "stats": {
14
+ "committed": 7,
15
  "skipped": 69,
16
+ "total_rows": 3864772,
17
+ "total_bytes": 299429088,
18
  "total_months": 488
19
  }
20
  }
stats.csv CHANGED
@@ -74,4 +74,5 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
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,103.04,2026-03-15T04:27:13Z
77
- 2009,1,submissions,1,331060,19780185,26.30,11.59,0.00,2026-03-15T04:29:34Z
 
 
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,103.04,2026-03-15T04:27:13Z
77
+ 2009,1,submissions,1,331060,19780185,26.30,11.59,9.27,2026-03-15T04:29:34Z
78
+ 2009,2,comments,1,944711,82456282,28.22,22.08,0.00,2026-03-15T04:31:56Z