tamnd commited on
Commit
94ace21
·
verified ·
1 Parent(s): a3b8d0e

add comments/2006-08 2006/08 (1 shards, 50.6K rows)

Browse files
Files changed (4) hide show
  1. README.md +13 -13
  2. data/comments/2006/08/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-07**.
54
 
55
- The archive currently contains **243.5K items** (139.8K comments + 103.7K submissions) totaling **20.6 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 ██████████████████████████████ 237.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 | 8 | 139.8K | 14.8 MB |
201
  | submissions | 8 | 103.7K | 5.8 MB |
202
- | **Total** | **8** | **243.5K** | **20.6 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:** 6m · **Committed this session:** 7
232
 
233
  | | |
234
  |:---|:---|
235
  | Phase | committing |
236
- | Month | **2006-07** — submissions |
237
  | Progress | committing to Hugging Face… |
238
 
239
- `░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 15 / 488 (3.1%)
240
 
241
  | Metric | This Session |
242
  |--------|-------------:|
243
- | Months committed | 7 |
244
- | Rows processed | 156.3K |
245
- | Data committed | 14.4 MB |
246
 
247
- *Last update: 2026-03-15 01:32 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:32 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-08**.
54
 
55
+ The archive currently contains **294.1K items** (190.4K comments + 103.7K submissions) totaling **25.9 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 ██████████████████████████████ 287.6K
89
  ```
90
 
91
  ## How to download and use this dataset
 
197
 
198
  | Type | Months | Rows | Parquet Size |
199
  |------|-------:|-----:|-------------:|
200
+ | comments | 9 | 190.4K | 20.1 MB |
201
  | submissions | 8 | 103.7K | 5.8 MB |
202
+ | **Total** | **9** | **294.1K** | **25.9 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:** 7m · **Committed this session:** 8
232
 
233
  | | |
234
  |:---|:---|
235
  | Phase | committing |
236
+ | Month | **2006-08** — comments |
237
  | Progress | committing to Hugging Face… |
238
 
239
+ `░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░` 16 / 488 (3.3%)
240
 
241
  | Metric | This Session |
242
  |--------|-------------:|
243
+ | Months committed | 8 |
244
+ | Rows processed | 180.4K |
245
+ | Data committed | 15.7 MB |
246
 
247
+ *Last update: 2026-03-15 01:33 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:33 UTC*
data/comments/2006/08/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dcba1c74aee25fbde95517a4206a5708e67caa5ba0e8f19512609bbad51f2fe
3
+ size 5511349
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:32:53.939245544Z",
5
  "phase": "committing",
6
  "current": {
7
- "ym": "2006-07",
8
- "type": "submissions",
9
  "phase": "committing",
10
  "shard": 1,
11
- "rows": 24026
12
  },
13
  "stats": {
14
- "committed": 7,
15
  "skipped": 8,
16
- "total_rows": 156342,
17
- "total_bytes": 15104584,
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:33:49.899084023Z",
5
  "phase": "committing",
6
  "current": {
7
+ "ym": "2006-08",
8
+ "type": "comments",
9
  "phase": "committing",
10
  "shard": 1,
11
+ "rows": 50559
12
  },
13
  "stats": {
14
+ "committed": 8,
15
  "skipped": 8,
16
+ "total_rows": 180368,
17
+ "total_bytes": 16496134,
18
  "total_months": 488
19
  }
20
  }
stats.csv CHANGED
@@ -14,4 +14,5 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
14
  2006,6,comments,1,29163,3240818,23.45,9.12,12.10,2026-03-15T01:30:05Z
15
  2006,6,submissions,1,16942,981744,21.90,13.34,25.08,2026-03-15T01:30:54Z
16
  2006,7,comments,1,37031,3997751,29.23,10.14,17.59,2026-03-15T01:32:00Z
17
- 2006,7,submissions,1,24026,1391550,25.40,8.82,0.00,2026-03-15T01:32:53Z
 
 
14
  2006,6,comments,1,29163,3240818,23.45,9.12,12.10,2026-03-15T01:30:05Z
15
  2006,6,submissions,1,16942,981744,21.90,13.34,25.08,2026-03-15T01:30:54Z
16
  2006,7,comments,1,37031,3997751,29.23,10.14,17.59,2026-03-15T01:32:00Z
17
+ 2006,7,submissions,1,24026,1391550,25.40,8.82,9.26,2026-03-15T01:32:53Z
18
+ 2006,8,comments,1,50559,5511349,32.02,13.31,0.00,2026-03-15T01:33:49Z