tamnd commited on
Commit
18efb32
·
verified ·
1 Parent(s): 04b6ff5

add comments/2007-02 2007/02 (1 shards, 95.6K rows)

Browse files
Files changed (4) hide show
  1. README.md +13 -13
  2. data/comments/2007/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 **2007-01**.
54
 
55
- Right now the archive has **853.4K items** (499.6K comments, 353.8K submissions) in **70.6 MB** 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
 
@@ -86,7 +86,7 @@ states.json live pipeline state (updated every ~5 min)
86
  ```
87
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
88
  2006 ██████████████████████████████ 417.2K
89
- 2007 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 81.3K
90
  ```
91
 
92
  **Submissions**
@@ -206,9 +206,9 @@ huggingface-cli download open-index/arctic \
206
 
207
  | Type | Months | Rows | Parquet Size |
208
  |------|-------:|-----:|-------------:|
209
- | comments | 14 | 499.6K | 51.1 MB |
210
  | submissions | 14 | 353.8K | 19.6 MB |
211
- | **Total** | **14** | **853.4K** | **70.6 MB** |
212
 
213
  Query per-month stats directly:
214
 
@@ -237,23 +237,23 @@ ORDER BY year, month, type;
237
 
238
  > The ingestion pipeline is running. This section updates every ~5 minutes.
239
 
240
- **Started:** 2026-03-15 01:38 UTC / **Elapsed:** 4m / **Committed this session:** 5
241
 
242
  | | |
243
  |:---|:---|
244
  | Phase | committing |
245
- | Month | **2007-01** - submissions |
246
  | Progress | committing to Hugging Face… |
247
 
248
- `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 27 / 488 (5.5%)
249
 
250
  | Metric | This Session |
251
  |--------|-------------:|
252
- | Months committed | 5 |
253
- | Rows processed | 277.6K |
254
- | Data committed | 24.6 MB |
255
 
256
- *Last update: 2026-03-15 01:43 UTC*
257
 
258
 
259
  # Dataset card for Arctic Shift Reddit Archive
@@ -437,4 +437,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
437
 
438
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
439
 
440
- *Last updated: 2026-03-15 01:43 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 **2007-02**.
54
 
55
+ Right now the archive has **949.0K items** (595.2K comments, 353.8K submissions) in **80.1 MB** 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
 
 
86
  ```
87
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
88
  2006 ██████████████████████████████ 417.2K
89
+ 2007 ████████████░░░░░░░░░░░░░░░░░░ 177.0K
90
  ```
91
 
92
  **Submissions**
 
206
 
207
  | Type | Months | Rows | Parquet Size |
208
  |------|-------:|-----:|-------------:|
209
+ | comments | 15 | 595.2K | 60.6 MB |
210
  | submissions | 14 | 353.8K | 19.6 MB |
211
+ | **Total** | **15** | **949.0K** | **80.1 MB** |
212
 
213
  Query per-month stats directly:
214
 
 
237
 
238
  > The ingestion pipeline is running. This section updates every ~5 minutes.
239
 
240
+ **Started:** 2026-03-15 01:38 UTC / **Elapsed:** 5m / **Committed this session:** 6
241
 
242
  | | |
243
  |:---|:---|
244
  | Phase | committing |
245
+ | Month | **2007-02** - comments |
246
  | Progress | committing to Hugging Face… |
247
 
248
+ `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 28 / 488 (5.7%)
249
 
250
  | Metric | This Session |
251
  |--------|-------------:|
252
+ | Months committed | 6 |
253
+ | Rows processed | 321.4K |
254
+ | Data committed | 27.1 MB |
255
 
256
+ *Last update: 2026-03-15 01:44 UTC*
257
 
258
 
259
  # Dataset card for Arctic Shift Reddit Archive
 
437
 
438
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
439
 
440
+ *Last updated: 2026-03-15 01:44 UTC*
data/comments/2007/02/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a53b1d85557bd93362b5a1c173a7daa53c0ae9d9aedaa435470ccffd698fcbf6
3
+ size 9952395
states.json CHANGED
@@ -1,20 +1,20 @@
1
  {
2
  "session_id": "2026-03-15T01:38:56Z",
3
  "started_at": "2026-03-15T01:38:56.425553702Z",
4
- "updated_at": "2026-03-15T01:43:19.264531857Z",
5
  "phase": "committing",
6
  "current": {
7
- "ym": "2007-01",
8
- "type": "submissions",
9
  "phase": "committing",
10
  "shard": 1,
11
- "rows": 43725
12
  },
13
  "stats": {
14
- "committed": 5,
15
  "skipped": 22,
16
- "total_rows": 277638,
17
- "total_bytes": 25774115,
18
  "total_months": 488
19
  }
20
  }
 
1
  {
2
  "session_id": "2026-03-15T01:38:56Z",
3
  "started_at": "2026-03-15T01:38:56.425553702Z",
4
+ "updated_at": "2026-03-15T01:44:02.792229215Z",
5
  "phase": "committing",
6
  "current": {
7
+ "ym": "2007-02",
8
+ "type": "comments",
9
  "phase": "committing",
10
  "shard": 1,
11
+ "rows": 95634
12
  },
13
  "stats": {
14
+ "committed": 6,
15
  "skipped": 22,
16
+ "total_rows": 321363,
17
+ "total_bytes": 28406688,
18
  "total_months": 488
19
  }
20
  }
stats.csv CHANGED
@@ -26,4 +26,5 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
26
  2006,12,comments,1,61018,6391964,21.70,8.05,6.70,2026-03-15T01:40:58Z
27
  2006,12,submissions,1,36434,2187200,21.33,8.55,6.55,2026-03-15T01:41:37Z
28
  2007,1,comments,1,81341,8659932,24.15,7.44,29.85,2026-03-15T01:42:16Z
29
- 2007,1,submissions,1,43725,2632573,23.39,8.10,0.00,2026-03-15T01:43:19Z
 
 
26
  2006,12,comments,1,61018,6391964,21.70,8.05,6.70,2026-03-15T01:40:58Z
27
  2006,12,submissions,1,36434,2187200,21.33,8.55,6.55,2026-03-15T01:41:37Z
28
  2007,1,comments,1,81341,8659932,24.15,7.44,29.85,2026-03-15T01:42:16Z
29
+ 2007,1,submissions,1,43725,2632573,23.39,8.10,9.96,2026-03-15T01:43:19Z
30
+ 2007,2,comments,1,95634,9952395,24.68,7.29,0.00,2026-03-15T01:44:02Z