tamnd commited on
Commit
13529d4
·
verified ·
1 Parent(s): c3cdc63

add comments/2006-12 2006/12 (1 shards, 61.0K rows)

Browse files
Files changed (4) hide show
  1. README.md +11 -11
  2. data/comments/2006/12/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 **2006-11**.
54
 
55
- Right now the archive has **630.8K items** (357.2K comments, 273.6K submissions) in **51.7 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
 
@@ -85,7 +85,7 @@ states.json live pipeline state (updated every ~5 min)
85
 
86
  ```
87
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
88
- 2006 ██████████████████████████████ 356.2K
89
  ```
90
 
91
  **Submissions**
@@ -204,9 +204,9 @@ huggingface-cli download open-index/arctic \
204
 
205
  | Type | Months | Rows | Parquet Size |
206
  |------|-------:|-----:|-------------:|
207
- | comments | 12 | 357.2K | 36.7 MB |
208
  | submissions | 12 | 273.6K | 15.0 MB |
209
- | **Total** | **12** | **630.8K** | **51.7 MB** |
210
 
211
  Query per-month stats directly:
212
 
@@ -235,21 +235,21 @@ ORDER BY year, month, type;
235
 
236
  > The ingestion pipeline is running. This section updates every ~5 minutes.
237
 
238
- **Started:** 2026-03-15 01:38 UTC / **Elapsed:** 1m / **Committed this session:** 1
239
 
240
  | | |
241
  |:---|:---|
242
  | Phase | committing |
243
- | Month | **2006-11** - submissions |
244
  | Progress | committing to Hugging Face… |
245
 
246
- `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 23 / 488 (4.7%)
247
 
248
  | Metric | This Session |
249
  |--------|-------------:|
250
- | Months committed | 1 |
251
- | Rows processed | 62.0K |
252
- | Data committed | 6.1 MB |
253
 
254
  *Last update: 2026-03-15 01:40 UTC*
255
 
 
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 **2006-12**.
54
 
55
+ Right now the archive has **691.9K items** (418.3K comments, 273.6K submissions) in **57.8 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
 
 
85
 
86
  ```
87
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
88
+ 2006 ██████████████████████████████ 417.2K
89
  ```
90
 
91
  **Submissions**
 
204
 
205
  | Type | Months | Rows | Parquet Size |
206
  |------|-------:|-----:|-------------:|
207
+ | comments | 13 | 418.3K | 42.8 MB |
208
  | submissions | 12 | 273.6K | 15.0 MB |
209
+ | **Total** | **13** | **691.9K** | **57.8 MB** |
210
 
211
  Query per-month stats directly:
212
 
 
235
 
236
  > The ingestion pipeline is running. This section updates every ~5 minutes.
237
 
238
+ **Started:** 2026-03-15 01:38 UTC / **Elapsed:** 2m / **Committed this session:** 2
239
 
240
  | | |
241
  |:---|:---|
242
  | Phase | committing |
243
+ | Month | **2006-12** - comments |
244
  | Progress | committing to Hugging Face… |
245
 
246
+ `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 24 / 488 (4.9%)
247
 
248
  | Metric | This Session |
249
  |--------|-------------:|
250
+ | Months committed | 2 |
251
+ | Rows processed | 98.8K |
252
+ | Data committed | 8.1 MB |
253
 
254
  *Last update: 2026-03-15 01:40 UTC*
255
 
data/comments/2006/12/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb17ab23b71923478a0bde0179c8b4981527c03a2aff9aac0a6cfdb78f1e52cc
3
+ size 6391964
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:40:21.730171193Z",
5
  "phase": "committing",
6
  "current": {
7
- "ym": "2006-11",
8
- "type": "submissions",
9
  "phase": "committing",
10
  "shard": 1,
11
- "rows": 36824
12
  },
13
  "stats": {
14
- "committed": 1,
15
  "skipped": 22,
16
- "total_rows": 62021,
17
- "total_bytes": 6356079,
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:40:58.861868002Z",
5
  "phase": "committing",
6
  "current": {
7
+ "ym": "2006-12",
8
+ "type": "comments",
9
  "phase": "committing",
10
  "shard": 1,
11
+ "rows": 61018
12
  },
13
  "stats": {
14
+ "committed": 2,
15
  "skipped": 22,
16
+ "total_rows": 98845,
17
+ "total_bytes": 8535019,
18
  "total_months": 488
19
  }
20
  }
stats.csv CHANGED
@@ -22,4 +22,5 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
22
  2006,10,comments,1,54148,5543501,26.47,10.89,14.92,2026-03-15T01:36:46Z
23
  2006,10,submissions,1,38333,2262141,28.27,15.02,25.37,2026-03-15T01:37:45Z
24
  2006,11,comments,1,62021,6356079,30.22,2.96,20.86,2026-03-15T01:39:30Z
25
- 2006,11,submissions,1,36824,2178940,25.40,3.40,0.00,2026-03-15T01:40:21Z
 
 
22
  2006,10,comments,1,54148,5543501,26.47,10.89,14.92,2026-03-15T01:36:46Z
23
  2006,10,submissions,1,38333,2262141,28.27,15.02,25.37,2026-03-15T01:37:45Z
24
  2006,11,comments,1,62021,6356079,30.22,2.96,20.86,2026-03-15T01:39:30Z
25
+ 2006,11,submissions,1,36824,2178940,25.40,3.40,6.06,2026-03-15T01:40:21Z
26
+ 2006,12,comments,1,61018,6391964,21.70,8.05,0.00,2026-03-15T01:40:58Z