tamnd commited on
Commit
05d5852
·
verified ·
1 Parent(s): 0268671

Add comments/2009-11 (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-10**.
55
 
56
- Right now the archive has **31.8M items** (24.2M comments, 7.6M submissions) in **2.5 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 ██████████████████████████████ 14.1M
93
  ```
94
 
95
  **Submissions**
@@ -211,14 +211,14 @@ huggingface-cli download open-index/arctic \
211
 
212
  | Type | Months | Rows | Parquet Size |
213
  |------|-------:|-----:|-------------:|
214
- | comments | 47 | 24.2M | 2.0 GB |
215
  | submissions | 47 | 7.6M | 462.1 MB |
216
- | **Total** | **47** | **31.8M** | **2.5 GB** |
217
 
218
  ### Monthly breakdown
219
 
220
  <details>
221
- <summary>Click to expand full monthly table (47 comment months + 47 submission months)</summary>
222
 
223
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
224
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -315,7 +315,8 @@ huggingface-cli download open-index/arctic \
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 | 2m41s | 2 | 2,242,017 | 199.0 MB |
318
- | 2009-10 | submissions | 1m17s | 24.4s | - | 1 | 461,702 | 33.7 MB |
 
319
 
320
  </details>
321
 
@@ -346,23 +347,23 @@ ORDER BY year, month, type;
346
 
347
  > The ingestion pipeline is running. This section updates every ~5 minutes.
348
 
349
- **Started:** 2026-03-15 05:36 UTC / **Elapsed:** 8m / **Committed this session:** 2
350
 
351
  | | |
352
  |:---|:---|
353
  | Phase | committing |
354
- | Month | **2009-10** - submissions |
355
  | Progress | committing to Hugging Face… |
356
 
357
- `█████░░░░░░░░░░░░░░░░░░░░░░░░░` 93 / 488 (19.1%)
358
 
359
  | Metric | This Session |
360
  |--------|-------------:|
361
- | Months committed | 2 |
362
- | Rows processed | 2.7M |
363
- | Data committed | 230.6 MB |
364
 
365
- *Last update: 2026-03-15 05:44 UTC*
366
 
367
 
368
  # Dataset card for Arctic Shift Reddit Archive
@@ -546,4 +547,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
546
 
547
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
548
 
549
- *Last updated: 2026-03-15 05:44 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-11**.
55
 
56
+ Right now the archive has **34.1M items** (26.4M comments, 7.6M submissions) in **2.7 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 ██████████████████████████████ 16.3M
93
  ```
94
 
95
  **Submissions**
 
211
 
212
  | Type | Months | Rows | Parquet Size |
213
  |------|-------:|-----:|-------------:|
214
+ | comments | 48 | 26.4M | 2.2 GB |
215
  | submissions | 47 | 7.6M | 462.1 MB |
216
+ | **Total** | **48** | **34.1M** | **2.7 GB** |
217
 
218
  ### Monthly breakdown
219
 
220
  <details>
221
+ <summary>Click to expand full monthly table (48 comment months + 47 submission months)</summary>
222
 
223
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
224
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
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 | 2m41s | 2 | 2,242,017 | 199.0 MB |
318
+ | 2009-10 | submissions | 1m17s | 24.4s | 39.7s | 1 | 461,702 | 33.7 MB |
319
+ | 2009-11 | comments | 1m16s | 42.4s | - | 2 | 2,207,444 | 193.3 MB |
320
 
321
  </details>
322
 
 
347
 
348
  > The ingestion pipeline is running. This section updates every ~5 minutes.
349
 
350
+ **Started:** 2026-03-15 06:27 UTC / **Elapsed:** 2m / **Committed this session:** 0
351
 
352
  | | |
353
  |:---|:---|
354
  | Phase | committing |
355
+ | Month | **2009-11** - comments |
356
  | Progress | committing to Hugging Face… |
357
 
358
+ `█████░░░░░░░░░░░░░░░░░░░░░░░░░` 94 / 488 (19.3%)
359
 
360
  | Metric | This Session |
361
  |--------|-------------:|
362
+ | Months committed | 0 |
363
+ | Rows processed | 0 |
364
+ | Data committed | 0 B |
365
 
366
+ *Last update: 2026-03-15 06:29 UTC*
367
 
368
 
369
  # Dataset card for Arctic Shift Reddit Archive
 
547
 
548
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
549
 
550
+ *Last updated: 2026-03-15 06:31 UTC*
data/comments/2009/11/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8864398dad4fc4965ecb6cdc8a50fd0d6435fb89d75889a7bd925435b97edfcb
3
+ size 183394456
data/comments/2009/11/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f93ed491e62aecc8d1d7790aa259f51aa2db4421eb5d2334eb14ba62bd675c2
3
+ size 19322272
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:44:44.581866241Z",
5
  "phase": "committing",
6
  "current": {
7
- "ym": "2009-10",
8
- "type": "submissions",
9
  "phase": "committing",
10
- "shard": 1,
11
- "rows": 461702
12
  },
13
  "stats": {
14
- "committed": 2,
15
- "skipped": 91,
16
- "retries": 1,
17
- "total_rows": 2685054,
18
- "total_bytes": 241833671,
19
  "total_months": 488
20
  }
21
  }
 
1
  {
2
+ "session_id": "2026-03-15T06:27:49Z",
3
+ "started_at": "2026-03-15T06:27:49.900999343Z",
4
+ "updated_at": "2026-03-15T06:29:56.593629922Z",
5
  "phase": "committing",
6
  "current": {
7
+ "ym": "2009-11",
8
+ "type": "comments",
9
  "phase": "committing",
10
+ "shard": 2,
11
+ "rows": 207444
12
  },
13
  "stats": {
14
+ "committed": 0,
15
+ "skipped": 94,
16
+ "retries": 0,
17
+ "total_rows": 0,
18
+ "total_bytes": 0,
19
  "total_months": 488
20
  }
21
  }
stats.csv CHANGED
@@ -92,4 +92,5 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
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,161.31,2026-03-15T05:39:35Z
95
- 2009,10,submissions,1,461702,35288337,76.93,24.44,0.00,2026-03-15T05:44:44Z
 
 
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,161.31,2026-03-15T05:39:35Z
95
+ 2009,10,submissions,1,461702,35288337,76.93,24.44,39.71,2026-03-15T05:44:44Z
96
+ 2009,11,comments,2,2207444,202716728,76.22,42.44,0.00,2026-03-15T06:29:56Z