tamnd commited on
Commit
4fe2bb7
·
verified ·
1 Parent(s): ca28e84

Add comments/2010-04 (2 shards, 3.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 **2010-03**.
55
 
56
- Right now the archive has **48.0M items** (37.8M comments, 10.2M submissions) in **3.8 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
 
@@ -90,7 +90,7 @@ states.json live pipeline state (updated every ~5 min)
90
  2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
  2008 ███████████░░░░░░░░░░░░░░░░░░░ 7.2M
92
  2009 ██████████████████████████████ 18.9M
93
- 2010 █████████████░░░░░░░░░░░░░░░░░ 8.8M
94
  ```
95
 
96
  **Submissions**
@@ -213,14 +213,14 @@ huggingface-cli download open-index/arctic \
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
- | comments | 52 | 37.8M | 3.2 GB |
217
  | submissions | 52 | 10.2M | 656.4 MB |
218
- | **Total** | **52** | **48.0M** | **3.8 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (52 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -327,7 +327,8 @@ huggingface-cli download open-index/arctic \
327
  | 2010-02 | comments | 1m15s | 55.6s | 1m47s | 2 | 2,687,779 | 237.3 MB |
328
  | 2010-02 | submissions | 38.5s | 16.6s | 51.4s | 1 | 506,868 | 38.1 MB |
329
  | 2010-03 | comments | 2m12s | 1m03s | 4m41s | 2 | 3,228,254 | 280.9 MB |
330
- | 2010-03 | submissions | 43.6s | 21.3s | - | 1 | 602,586 | 46.2 MB |
 
331
 
332
  </details>
333
 
@@ -358,23 +359,23 @@ ORDER BY year, month, type;
358
 
359
  > The ingestion pipeline is running. This section updates every ~5 minutes.
360
 
361
- **Started:** 2026-03-15 06:37 UTC / **Elapsed:** 33m / **Committed this session:** 7
362
 
363
  | | |
364
  |:---|:---|
365
  | Phase | committing |
366
- | Month | **2010-03** - submissions |
367
  | Progress | committing to Hugging Face… |
368
 
369
- `██████░░░░░░░░░░░░░░░░░░░░░░░░` 103 / 488 (21.1%)
370
 
371
  | Metric | This Session |
372
  |--------|-------------:|
373
- | Months committed | 7 |
374
- | Rows processed | 12.9M |
375
  | Data committed | 1.1 GB |
376
 
377
- *Last update: 2026-03-15 07:10 UTC*
378
 
379
 
380
  # Dataset card for Arctic Shift Reddit Archive
@@ -558,4 +559,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
558
 
559
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
560
 
561
- *Last updated: 2026-03-15 07:10 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 **2010-04**.
55
 
56
+ Right now the archive has **51.2M items** (41.0M comments, 10.2M submissions) in **4.1 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
 
 
90
  2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
  2008 ███████████░░░░░░░░░░░░░░░░░░░ 7.2M
92
  2009 ██████████████████████████████ 18.9M
93
+ 2010 ███████████████████░░░░░░░░░░░ 12.0M
94
  ```
95
 
96
  **Submissions**
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 53 | 41.0M | 3.4 GB |
217
  | submissions | 52 | 10.2M | 656.4 MB |
218
+ | **Total** | **53** | **51.2M** | **4.1 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (53 comment months + 52 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
327
  | 2010-02 | comments | 1m15s | 55.6s | 1m47s | 2 | 2,687,779 | 237.3 MB |
328
  | 2010-02 | submissions | 38.5s | 16.6s | 51.4s | 1 | 506,868 | 38.1 MB |
329
  | 2010-03 | comments | 2m12s | 1m03s | 4m41s | 2 | 3,228,254 | 280.9 MB |
330
+ | 2010-03 | submissions | 43.6s | 21.3s | 17.7s | 1 | 602,586 | 46.2 MB |
331
+ | 2010-04 | comments | 1m36s | 53.8s | - | 2 | 3,209,898 | 274.9 MB |
332
 
333
  </details>
334
 
 
359
 
360
  > The ingestion pipeline is running. This section updates every ~5 minutes.
361
 
362
+ **Started:** 2026-03-15 06:37 UTC / **Elapsed:** 37m / **Committed this session:** 8
363
 
364
  | | |
365
  |:---|:---|
366
  | Phase | committing |
367
+ | Month | **2010-04** - comments |
368
  | Progress | committing to Hugging Face… |
369
 
370
+ `██████░░░░░░░░░░░░░░░░░░░░░░░░` 104 / 488 (21.3%)
371
 
372
  | Metric | This Session |
373
  |--------|-------------:|
374
+ | Months committed | 8 |
375
+ | Rows processed | 13.5M |
376
  | Data committed | 1.1 GB |
377
 
378
+ *Last update: 2026-03-15 07:14 UTC*
379
 
380
 
381
  # Dataset card for Arctic Shift Reddit Archive
 
559
 
560
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
561
 
562
+ *Last updated: 2026-03-15 07:15 UTC*
data/comments/2010/04/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3726442c62ed8f609f2600dba807d03489783915f96c0cbe8bd3e3775f9e343b
3
+ size 178621547
data/comments/2010/04/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b6f17b5b7912b374d7a4bfd7de7c45f4108e902f7a0d395b60f83e816555900
3
+ size 109609329
states.json CHANGED
@@ -1,21 +1,21 @@
1
  {
2
  "session_id": "2026-03-15T06:37:34Z",
3
  "started_at": "2026-03-15T06:37:34.407683011Z",
4
- "updated_at": "2026-03-15T07:10:11.794366203Z",
5
  "phase": "committing",
6
  "current": {
7
- "ym": "2010-03",
8
- "type": "submissions",
9
  "phase": "committing",
10
- "shard": 1,
11
- "rows": 602586
12
  },
13
  "stats": {
14
- "committed": 7,
15
  "skipped": 96,
16
- "retries": 7,
17
- "total_rows": 12908739,
18
- "total_bytes": 1157114683,
19
  "total_months": 488
20
  }
21
  }
 
1
  {
2
  "session_id": "2026-03-15T06:37:34Z",
3
  "started_at": "2026-03-15T06:37:34.407683011Z",
4
+ "updated_at": "2026-03-15T07:14:35.004407742Z",
5
  "phase": "committing",
6
  "current": {
7
+ "ym": "2010-04",
8
+ "type": "comments",
9
  "phase": "committing",
10
+ "shard": 2,
11
+ "rows": 3209898
12
  },
13
  "stats": {
14
+ "committed": 8,
15
  "skipped": 96,
16
+ "retries": 8,
17
+ "total_rows": 13511325,
18
+ "total_bytes": 1205542847,
19
  "total_months": 488
20
  }
21
  }
stats.csv CHANGED
@@ -102,4 +102,5 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
102
  2010,2,comments,2,2687779,248862615,74.95,55.64,106.67,2026-03-15T06:53:08Z
103
  2010,2,submissions,1,506868,39984258,38.53,16.62,51.36,2026-03-15T06:57:00Z
104
  2010,3,comments,2,3228254,294561514,132.34,63.09,280.66,2026-03-15T07:03:30Z
105
- 2010,3,submissions,1,602586,48428164,43.62,21.34,0.00,2026-03-15T07:10:11Z
 
 
102
  2010,2,comments,2,2687779,248862615,74.95,55.64,106.67,2026-03-15T06:53:08Z
103
  2010,2,submissions,1,506868,39984258,38.53,16.62,51.36,2026-03-15T06:57:00Z
104
  2010,3,comments,2,3228254,294561514,132.34,63.09,280.66,2026-03-15T07:03:30Z
105
+ 2010,3,submissions,1,602586,48428164,43.62,21.34,17.70,2026-03-15T07:10:11Z
106
+ 2010,4,comments,2,3209898,288230876,95.93,53.79,0.00,2026-03-15T07:14:35Z