tamnd commited on
Commit
4d56e79
·
verified ·
1 Parent(s): 49bd47b

Add comments/2010-03 (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-02**.
55
 
56
- Right now the archive has **44.2M items** (34.6M comments, 9.6M submissions) in **3.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
 
@@ -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 ████████░░░░░░░░░░░░░░░░░░░░░░ 5.6M
94
  ```
95
 
96
  **Submissions**
@@ -213,14 +213,14 @@ huggingface-cli download open-index/arctic \
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
- | comments | 51 | 34.6M | 2.9 GB |
217
  | submissions | 51 | 9.6M | 610.2 MB |
218
- | **Total** | **51** | **44.2M** | **3.5 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (51 comment months + 51 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -325,7 +325,8 @@ huggingface-cli download open-index/arctic \
325
  | 2010-01 | comments | 1m05s | 54.3s | 1m06s | 2 | 2,884,096 | 249.4 MB |
326
  | 2010-01 | submissions | 26.6s | 13.3s | 24.6s | 1 | 549,007 | 40.9 MB |
327
  | 2010-02 | comments | 1m15s | 55.6s | 1m47s | 2 | 2,687,779 | 237.3 MB |
328
- | 2010-02 | submissions | 38.5s | 16.6s | - | 1 | 506,868 | 38.1 MB |
 
329
 
330
  </details>
331
 
@@ -356,23 +357,23 @@ ORDER BY year, month, type;
356
 
357
  > The ingestion pipeline is running. This section updates every ~5 minutes.
358
 
359
- **Started:** 2026-03-15 06:37 UTC / **Elapsed:** 19m / **Committed this session:** 5
360
 
361
  | | |
362
  |:---|:---|
363
  | Phase | committing |
364
- | Month | **2010-02** - submissions |
365
  | Progress | committing to Hugging Face… |
366
 
367
- `██████░░░░░░░░░░░░░░░░░░░░░░░░` 101 / 488 (20.7%)
368
 
369
  | Metric | This Session |
370
  |--------|-------------:|
371
- | Months committed | 5 |
372
- | Rows processed | 9.2M |
373
- | Data committed | 784.5 MB |
374
 
375
- *Last update: 2026-03-15 06:57 UTC*
376
 
377
 
378
  # Dataset card for Arctic Shift Reddit Archive
@@ -556,4 +557,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
556
 
557
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
558
 
559
- *Last updated: 2026-03-15 06:57 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-03**.
55
 
56
+ Right now the archive has **47.4M items** (37.8M comments, 9.6M 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
  2007 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
  2008 ███████████░░░░░░░░░░░░░░░░░░░ 7.2M
92
  2009 ██████████████████████████████ 18.9M
93
+ 2010 █████████████░░░░░░░░░░░░░░░░░ 8.8M
94
  ```
95
 
96
  **Submissions**
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 52 | 37.8M | 3.2 GB |
217
  | submissions | 51 | 9.6M | 610.2 MB |
218
+ | **Total** | **52** | **47.4M** | **3.8 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (52 comment months + 51 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
325
  | 2010-01 | comments | 1m05s | 54.3s | 1m06s | 2 | 2,884,096 | 249.4 MB |
326
  | 2010-01 | submissions | 26.6s | 13.3s | 24.6s | 1 | 549,007 | 40.9 MB |
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 | - | 2 | 3,228,254 | 280.9 MB |
330
 
331
  </details>
332
 
 
357
 
358
  > The ingestion pipeline is running. This section updates every ~5 minutes.
359
 
360
+ **Started:** 2026-03-15 06:37 UTC / **Elapsed:** 26m / **Committed this session:** 6
361
 
362
  | | |
363
  |:---|:---|
364
  | Phase | committing |
365
+ | Month | **2010-03** - comments |
366
  | Progress | committing to Hugging Face… |
367
 
368
+ `██████░░░░░░░░░░░░░░░░░░░░░░░░` 102 / 488 (20.9%)
369
 
370
  | Metric | This Session |
371
  |--------|-------------:|
372
+ | Months committed | 6 |
373
+ | Rows processed | 9.7M |
374
+ | Data committed | 822.6 MB |
375
 
376
+ *Last update: 2026-03-15 07:03 UTC*
377
 
378
 
379
  # Dataset card for Arctic Shift Reddit Archive
 
557
 
558
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
559
 
560
+ *Last updated: 2026-03-15 07:07 UTC*
data/comments/2010/03/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d78a46d01dc1517d6c191711db2430cc5e386d9f7b18ba2f8a9fe3e0bd22b767
3
+ size 183183785
data/comments/2010/03/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:845422996c7296ad96f3ccc0495745b0a7fe545a4ebba2b7223dd0413ffeb757
3
+ size 111377729
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-15T06:57:00.579556714Z",
5
  "phase": "committing",
6
  "current": {
7
- "ym": "2010-02",
8
- "type": "submissions",
9
  "phase": "committing",
10
- "shard": 1,
11
- "rows": 506868
12
  },
13
  "stats": {
14
- "committed": 5,
15
  "skipped": 96,
16
- "retries": 5,
17
- "total_rows": 9173617,
18
- "total_bytes": 822568911,
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:03:30.963121521Z",
5
  "phase": "committing",
6
  "current": {
7
+ "ym": "2010-03",
8
+ "type": "comments",
9
  "phase": "committing",
10
+ "shard": 2,
11
+ "rows": 3228254
12
  },
13
  "stats": {
14
+ "committed": 6,
15
  "skipped": 96,
16
+ "retries": 6,
17
+ "total_rows": 9680485,
18
+ "total_bytes": 862553169,
19
  "total_months": 488
20
  }
21
  }
stats.csv CHANGED
@@ -100,4 +100,5 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
100
  2010,1,comments,2,2884096,261492704,64.64,54.33,65.80,2026-03-15T06:46:15Z
101
  2010,1,submissions,1,549007,42913223,26.62,13.33,24.62,2026-03-15T06:48:51Z
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,0.00,2026-03-15T06:57:00Z
 
 
100
  2010,1,comments,2,2884096,261492704,64.64,54.33,65.80,2026-03-15T06:46:15Z
101
  2010,1,submissions,1,549007,42913223,26.62,13.33,24.62,2026-03-15T06:48:51Z
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,0.00,2026-03-15T07:03:30Z