tamnd commited on
Commit
431f886
·
verified ·
1 Parent(s): 0528d69

Add comments/2010-08 (3 shards, 4.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-07**.
55
 
56
- Right now the archive has **64.2M items** (51.8M comments, 12.3M submissions) in **5.2 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,10 +87,10 @@ 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 ████████████████████████░░░░░░ 18.9M
93
- 2010 ██████████████████████████████ 22.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 | 56 | 51.8M | 4.3 GB |
217
  | submissions | 56 | 12.3M | 828.9 MB |
218
- | **Total** | **56** | **64.2M** | **5.2 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (56 comment months + 56 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -336,6 +336,7 @@ huggingface-cli download open-index/arctic \
336
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
337
  | 2010-07 | comments | 1m39s | 2m31s | 9m43s | 3 | 4,032,737 | 346.7 MB |
338
  | 2010-07 | submissions | 40.0s | 18.0s | 16.1s | 1 | 504,098 | 44.2 MB |
 
339
 
340
  </details>
341
 
@@ -366,13 +367,13 @@ ORDER BY year, month, type;
366
 
367
  > The ingestion pipeline is running. This section updates every ~5 minutes.
368
 
369
- **Started:** 2026-03-15 10:17 UTC / **Elapsed:** 4m / **Committed this session:** 0
370
 
371
  | | |
372
  |:---|:---|
373
- | Phase | processing |
374
  | Month | **2010-08** - comments |
375
- | Progress | shard 1 in progress · 2.0M rows |
376
 
377
  `██████░░░░░░░░░░░░░░░░░░░░░░░░` 112 / 488 (23.0%)
378
 
@@ -382,7 +383,7 @@ ORDER BY year, month, type;
382
  | Rows processed | 0 |
383
  | Data committed | 0 B |
384
 
385
- *Last update: 2026-03-15 10:20 UTC*
386
 
387
 
388
  # Dataset card for Arctic Shift Reddit Archive
@@ -566,4 +567,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
566
 
567
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
568
 
569
- *Last updated: 2026-03-15 10:22 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-08**.
55
 
56
+ Right now the archive has **68.4M items** (56.1M comments, 12.3M submissions) in **5.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
  ```
88
  2005 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1K
89
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 417.2K
90
+ 2007 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
91
+ 2008 ████████░░░░░░░░░░░░░░░░░░░░░ 7.2M
92
+ 2009 ████████████████████░░░░░░░░░░ 18.9M
93
+ 2010 ██████████████████████████████ 27.1M
94
  ```
95
 
96
  **Submissions**
 
213
 
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
+ | comments | 57 | 56.1M | 4.7 GB |
217
  | submissions | 56 | 12.3M | 828.9 MB |
218
+ | **Total** | **57** | **68.4M** | **5.5 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
+ <summary>Click to expand full monthly table (57 comment months + 56 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
336
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
337
  | 2010-07 | comments | 1m39s | 2m31s | 9m43s | 3 | 4,032,737 | 346.7 MB |
338
  | 2010-07 | submissions | 40.0s | 18.0s | 16.1s | 1 | 504,098 | 44.2 MB |
339
+ | 2010-08 | comments | 3m11s | 3m14s | - | 3 | 4,247,982 | 364.2 MB |
340
 
341
  </details>
342
 
 
367
 
368
  > The ingestion pipeline is running. This section updates every ~5 minutes.
369
 
370
+ **Started:** 2026-03-15 10:17 UTC / **Elapsed:** 6m / **Committed this session:** 0
371
 
372
  | | |
373
  |:---|:---|
374
+ | Phase | committing |
375
  | Month | **2010-08** - comments |
376
+ | Progress | committing to Hugging Face… |
377
 
378
  `██████░░░░░░░░░░░░░░░░░░░░░░░░` 112 / 488 (23.0%)
379
 
 
383
  | Rows processed | 0 |
384
  | Data committed | 0 B |
385
 
386
+ *Last update: 2026-03-15 10:23 UTC*
387
 
388
 
389
  # Dataset card for Arctic Shift Reddit Archive
 
567
 
568
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
569
 
570
+ *Last updated: 2026-03-15 10:32 UTC*
data/comments/2010/08/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c18453c8a9054dcc1cef930b25b6058da9c06ad0c6f6f168b1edeee9c6e57ec
3
+ size 180563105
data/comments/2010/08/001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6217aeffa6e95ba065fde726f354c7a44a5fe380bd14f2e52a511297a2ffbf24
3
+ size 179082755
data/comments/2010/08/002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe3e20750b9be15d6effc37432b004f67e82bb72c7f542c249d71666fc7bca6e
3
+ size 22291583
states.json CHANGED
@@ -1,14 +1,14 @@
1
  {
2
  "session_id": "2026-03-15T10:17:11Z",
3
  "started_at": "2026-03-15T10:17:11.771086059Z",
4
- "updated_at": "2026-03-15T10:20:59.883041146Z",
5
- "phase": "processing",
6
  "current": {
7
  "ym": "2010-08",
8
  "type": "comments",
9
- "phase": "processing",
10
- "shard": 1,
11
- "rows": 2000000
12
  },
13
  "stats": {
14
  "committed": 0,
 
1
  {
2
  "session_id": "2026-03-15T10:17:11Z",
3
  "started_at": "2026-03-15T10:17:11.771086059Z",
4
+ "updated_at": "2026-03-15T10:23:36.910721196Z",
5
+ "phase": "committing",
6
  "current": {
7
  "ym": "2010-08",
8
  "type": "comments",
9
+ "phase": "committing",
10
+ "shard": 3,
11
+ "rows": 4247982
12
  },
13
  "stats": {
14
  "committed": 0,
stats.csv CHANGED
@@ -110,4 +110,5 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
110
  2010,6,comments,2,3532867,313416238,131.61,71.49,366.30,2026-03-15T07:36:10Z
111
  2010,6,submissions,1,478396,41941898,26.94,19.70,93.60,2026-03-15T07:43:49Z
112
  2010,7,comments,3,4032737,363530124,98.74,150.59,582.85,2026-03-15T07:52:36Z
113
- 2010,7,submissions,1,504098,46294705,39.97,17.99,0.00,2026-03-15T08:04:12Z
 
 
110
  2010,6,comments,2,3532867,313416238,131.61,71.49,366.30,2026-03-15T07:36:10Z
111
  2010,6,submissions,1,478396,41941898,26.94,19.70,93.60,2026-03-15T07:43:49Z
112
  2010,7,comments,3,4032737,363530124,98.74,150.59,582.85,2026-03-15T07:52:36Z
113
+ 2010,7,submissions,1,504098,46294705,39.97,17.99,16.12,2026-03-15T08:04:12Z
114
+ 2010,8,comments,3,4247982,381937443,191.38,193.65,0.00,2026-03-15T10:23:36Z