tamnd commited on
Commit
15e1e64
·
verified ·
1 Parent(s): 55ce473

add comments/2006-10 2006/10 (1 shards, 54.1K rows)

Browse files
Files changed (4) hide show
  1. README.md +13 -13
  2. data/comments/2006/10/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
- This dataset contains the complete [Reddit](https://www.reddit.com) archive of comments and submissions, sourced from the [Arctic Shift](https://github.com/ArthurHeitmann/arctic_shift) project which re-processes the historical [PushShift](https://pushshift.io) Reddit dumps. It covers **every public subreddit** from the earliest available data in **2005-12** through **2006-09**.
54
 
55
- The archive currently contains **439.5K items** (241.1K comments + 198.4K submissions) totaling **36.1 MB** of compressed Parquet data. The data is organized as two independent datasets — `comments` and `submissions` — each split into monthly shards that can be loaded independently or streamed together.
56
 
57
  Reddit is one of the largest and most diverse online communities, with millions of users discussing everything from programming and science to cooking and local news. This makes it a valuable resource for language model training, sentiment analysis, community dynamics research, and information retrieval. Unlike many Reddit datasets that focus on specific subreddits or time periods, this archive aims to be comprehensive: all subreddits, all months, all public content.
58
 
@@ -85,7 +85,7 @@ The chart below shows the total number of items (comments + submissions combined
85
 
86
  ```
87
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.4K
88
- 2006 ██████████████████████████████ 433.1K
89
  ```
90
 
91
  ## How to download and use this dataset
@@ -197,9 +197,9 @@ huggingface-cli download open-index/arctic \
197
 
198
  | Type | Months | Rows | Parquet Size |
199
  |------|-------:|-----:|-------------:|
200
- | comments | 10 | 241.1K | 25.4 MB |
201
  | submissions | 10 | 198.4K | 10.7 MB |
202
- | **Total** | **10** | **439.5K** | **36.1 MB** |
203
 
204
  You can query the per-month statistics directly from the `stats.csv` file:
205
 
@@ -228,23 +228,23 @@ The `stats.csv` file tracks each committed (month, type) pair with the following
228
 
229
  > The ingestion pipeline is actively running. This section auto-updates every ~5 minutes.
230
 
231
- **Started:** 2026-03-15 01:26 UTC · **Elapsed:** 9m · **Committed this session:** 11
232
 
233
  | | |
234
  |:---|:---|
235
  | Phase | committing |
236
- | Month | **2006-09** — submissions |
237
  | Progress | committing to Hugging Face… |
238
 
239
- `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 19 / 488 (3.9%)
240
 
241
  | Metric | This Session |
242
  |--------|-------------:|
243
- | Months committed | 11 |
244
- | Rows processed | 322.4K |
245
- | Data committed | 28.4 MB |
246
 
247
- *Last update: 2026-03-15 01:35 UTC*
248
 
249
 
250
  # Dataset card for Arctic Shift Reddit Archive
@@ -428,4 +428,4 @@ The data in this dataset comes from the [Arctic Shift](https://github.com/Arthur
428
 
429
  For questions, feedback, or issues, please open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
430
 
431
- *Last updated: 2026-03-15 01:35 UTC*
 
50
 
51
  ## What is it?
52
 
53
+ This dataset contains the complete [Reddit](https://www.reddit.com) archive of comments and submissions, sourced from the [Arctic Shift](https://github.com/ArthurHeitmann/arctic_shift) project which re-processes the historical [PushShift](https://pushshift.io) Reddit dumps. It covers **every public subreddit** from the earliest available data in **2005-12** through **2006-10**.
54
 
55
+ The archive currently contains **493.7K items** (295.2K comments + 198.4K submissions) totaling **41.4 MB** of compressed Parquet data. The data is organized as two independent datasets — `comments` and `submissions` — each split into monthly shards that can be loaded independently or streamed together.
56
 
57
  Reddit is one of the largest and most diverse online communities, with millions of users discussing everything from programming and science to cooking and local news. This makes it a valuable resource for language model training, sentiment analysis, community dynamics research, and information retrieval. Unlike many Reddit datasets that focus on specific subreddits or time periods, this archive aims to be comprehensive: all subreddits, all months, all public content.
58
 
 
85
 
86
  ```
87
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.4K
88
+ 2006 ██████████████████████████████ 487.2K
89
  ```
90
 
91
  ## How to download and use this dataset
 
197
 
198
  | Type | Months | Rows | Parquet Size |
199
  |------|-------:|-----:|-------------:|
200
+ | comments | 11 | 295.2K | 30.6 MB |
201
  | submissions | 10 | 198.4K | 10.7 MB |
202
+ | **Total** | **11** | **493.7K** | **41.4 MB** |
203
 
204
  You can query the per-month statistics directly from the `stats.csv` file:
205
 
 
228
 
229
  > The ingestion pipeline is actively running. This section auto-updates every ~5 minutes.
230
 
231
+ **Started:** 2026-03-15 01:26 UTC · **Elapsed:** 10m · **Committed this session:** 12
232
 
233
  | | |
234
  |:---|:---|
235
  | Phase | committing |
236
+ | Month | **2006-10** — comments |
237
  | Progress | committing to Hugging Face… |
238
 
239
+ `█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 20 / 488 (4.1%)
240
 
241
  | Metric | This Session |
242
  |--------|-------------:|
243
+ | Months committed | 12 |
244
+ | Rows processed | 376.4K |
245
+ | Data committed | 31.2 MB |
246
 
247
+ *Last update: 2026-03-15 01:36 UTC*
248
 
249
 
250
  # Dataset card for Arctic Shift Reddit Archive
 
428
 
429
  For questions, feedback, or issues, please open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
430
 
431
+ *Last updated: 2026-03-15 01:36 UTC*
data/comments/2006/10/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:087df4578b7c808e9211fe47453df740a195884eb1c4be1c8eb3a99bddd70c47
3
+ size 5543501
states.json CHANGED
@@ -1,20 +1,20 @@
1
  {
2
  "session_id": "2026-03-15T01:26:43Z",
3
  "started_at": "2026-03-15T01:26:43.998983213Z",
4
- "updated_at": "2026-03-15T01:35:58.668789004Z",
5
  "phase": "committing",
6
  "current": {
7
- "ym": "2006-09",
8
- "type": "submissions",
9
  "phase": "committing",
10
  "shard": 1,
11
- "rows": 54043
12
  },
13
  "stats": {
14
- "committed": 11,
15
  "skipped": 8,
16
- "total_rows": 322352,
17
- "total_bytes": 29828425,
18
  "total_months": 488
19
  }
20
  }
 
1
  {
2
  "session_id": "2026-03-15T01:26:43Z",
3
  "started_at": "2026-03-15T01:26:43.998983213Z",
4
+ "updated_at": "2026-03-15T01:36:46.437934263Z",
5
  "phase": "committing",
6
  "current": {
7
+ "ym": "2006-10",
8
+ "type": "comments",
9
  "phase": "committing",
10
  "shard": 1,
11
+ "rows": 54148
12
  },
13
  "stats": {
14
+ "committed": 12,
15
  "skipped": 8,
16
+ "total_rows": 376395,
17
+ "total_bytes": 32753400,
18
  "total_months": 488
19
  }
20
  }
stats.csv CHANGED
@@ -18,4 +18,5 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
18
  2006,8,comments,1,50559,5511349,32.02,13.31,6.41,2026-03-15T01:33:49Z
19
  2006,8,submissions,1,40750,2254579,25.43,9.30,10.74,2026-03-15T01:34:32Z
20
  2006,9,comments,1,50675,5566363,19.15,4.85,9.66,2026-03-15T01:35:08Z
21
- 2006,9,submissions,1,54043,2924975,29.33,9.51,0.00,2026-03-15T01:35:58Z
 
 
18
  2006,8,comments,1,50559,5511349,32.02,13.31,6.41,2026-03-15T01:33:49Z
19
  2006,8,submissions,1,40750,2254579,25.43,9.30,10.74,2026-03-15T01:34:32Z
20
  2006,9,comments,1,50675,5566363,19.15,4.85,9.66,2026-03-15T01:35:08Z
21
+ 2006,9,submissions,1,54043,2924975,29.33,9.51,8.94,2026-03-15T01:35:58Z
22
+ 2006,10,comments,1,54148,5543501,26.47,10.89,0.00,2026-03-15T01:36:46Z