tamnd commited on
Commit
e2bdc1e
·
verified ·
1 Parent(s): ea9a13e

Add submissions/2010-07 (1 shards, 504.1K rows)

Browse files
Files changed (4) hide show
  1. README.md +15 -14
  2. data/submissions/2010/07/000.parquet +3 -0
  3. states.json +8 -8
  4. stats.csv +2 -1
README.md CHANGED
@@ -53,7 +53,7 @@ task_categories:
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 **63.7M items** (51.8M comments, 11.8M submissions) in **5.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
 
@@ -101,7 +101,7 @@ states.json live pipeline state (updated every ~5 min)
101
  2007 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
102
  2008 ███████████████░░░░░░░░░░░░░░░ 2.5M
103
  2009 ██████████████████████████████ 4.8M
104
- 2010 ████████████████████░░░░░░░░░░ 3.3M
105
  ```
106
 
107
  ## How to download and use this dataset
@@ -214,13 +214,13 @@ huggingface-cli download open-index/arctic \
214
  | Type | Months | Rows | Parquet Size |
215
  |------|-------:|-----:|-------------:|
216
  | comments | 56 | 51.8M | 4.3 GB |
217
- | submissions | 55 | 11.8M | 784.7 MB |
218
- | **Total** | **56** | **63.7M** | **5.1 GB** |
219
 
220
  ### Monthly breakdown
221
 
222
  <details>
223
- <summary>Click to expand full monthly table (56 comment months + 55 submission months)</summary>
224
 
225
  | Month | Type | Download | Process | Upload | Shards | Rows | Size |
226
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
@@ -334,7 +334,8 @@ huggingface-cli download open-index/arctic \
334
  | 2010-05 | submissions | 34.7s | 18.9s | 17.8s | 1 | 515,637 | 41.6 MB |
335
  | 2010-06 | comments | 2m12s | 1m11s | 6m06s | 2 | 3,532,867 | 298.9 MB |
336
  | 2010-06 | submissions | 26.9s | 19.7s | 1m34s | 1 | 478,396 | 40.0 MB |
337
- | 2010-07 | comments | 1m39s | 2m31s | - | 3 | 4,032,737 | 346.7 MB |
 
338
 
339
  </details>
340
 
@@ -365,23 +366,23 @@ ORDER BY year, month, type;
365
 
366
  > The ingestion pipeline is running. This section updates every ~5 minutes.
367
 
368
- **Started:** 2026-03-15 06:37 UTC / **Elapsed:** 1h 15m / **Committed this session:** 14
369
 
370
  | | |
371
  |:---|:---|
372
  | Phase | committing |
373
- | Month | **2010-07** - comments |
374
  | Progress | committing to Hugging Face… |
375
 
376
- `██████░░░░░░░░░░░░░░░░░░░░░░░░` 110 / 488 (22.5%)
377
 
378
  | Metric | This Session |
379
  |--------|-------------:|
380
- | Months committed | 14 |
381
- | Rows processed | 25.1M |
382
- | Data committed | 2.1 GB |
383
 
384
- *Last update: 2026-03-15 07:52 UTC*
385
 
386
 
387
  # Dataset card for Arctic Shift Reddit Archive
@@ -565,4 +566,4 @@ All the data here comes from [Arctic Shift](https://github.com/ArthurHeitmann/ar
565
 
566
  Questions, feedback, or issues - open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/arctic/discussions).
567
 
568
- *Last updated: 2026-03-15 08:01 UTC*
 
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
 
 
101
  2007 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 908.2K
102
  2008 ███████████████░░░░░░░░░░░░░░░ 2.5M
103
  2009 ██████████████████████████████ 4.8M
104
+ 2010 ███████████████████████░░░░░░░ 3.8M
105
  ```
106
 
107
  ## How to download and use this dataset
 
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
  |-------|------|-------:|-------:|-------:|-------:|-------:|-------:|
 
334
  | 2010-05 | submissions | 34.7s | 18.9s | 17.8s | 1 | 515,637 | 41.6 MB |
335
  | 2010-06 | comments | 2m12s | 1m11s | 6m06s | 2 | 3,532,867 | 298.9 MB |
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 | - | 1 | 504,098 | 44.2 MB |
339
 
340
  </details>
341
 
 
366
 
367
  > The ingestion pipeline is running. This section updates every ~5 minutes.
368
 
369
+ **Started:** 2026-03-15 06:37 UTC / **Elapsed:** 1h 27m / **Committed this session:** 15
370
 
371
  | | |
372
  |:---|:---|
373
  | Phase | committing |
374
+ | Month | **2010-07** - submissions |
375
  | Progress | committing to Hugging Face… |
376
 
377
+ `██████░░░░░░░░░░░░░░░░░░░░░░░░` 111 / 488 (22.7%)
378
 
379
  | Metric | This Session |
380
  |--------|-------------:|
381
+ | Months committed | 15 |
382
+ | Rows processed | 29.2M |
383
+ | Data committed | 2.4 GB |
384
 
385
+ *Last update: 2026-03-15 08:04 UTC*
386
 
387
 
388
  # Dataset card for Arctic Shift Reddit Archive
 
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 08:04 UTC*
data/submissions/2010/07/000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b4b7d2e1c205cb57aa600a65421a947e297984db7e3930e0f1f332ee1f7de47
3
+ size 46294705
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:52:36.533542283Z",
5
  "phase": "committing",
6
  "current": {
7
  "ym": "2010-07",
8
- "type": "comments",
9
  "phase": "committing",
10
- "shard": 3,
11
- "rows": 4032737
12
  },
13
  "stats": {
14
- "committed": 14,
15
  "skipped": 96,
16
- "retries": 14,
17
- "total_rows": 25132788,
18
- "total_bytes": 2233735667,
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-15T08:04:12.930989511Z",
5
  "phase": "committing",
6
  "current": {
7
  "ym": "2010-07",
8
+ "type": "submissions",
9
  "phase": "committing",
10
+ "shard": 1,
11
+ "rows": 504098
12
  },
13
  "stats": {
14
+ "committed": 15,
15
  "skipped": 96,
16
+ "retries": 15,
17
+ "total_rows": 29165525,
18
+ "total_bytes": 2597265791,
19
  "total_months": 488
20
  }
21
  }
stats.csv CHANGED
@@ -109,4 +109,5 @@ year,month,type,shards,count,size_bytes,dur_download_s,dur_process_s,dur_commit_
109
  2010,5,submissions,1,515637,43568334,34.67,18.90,17.79,2026-03-15T07:29:54Z
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,0.00,2026-03-15T07:52:36Z
 
 
109
  2010,5,submissions,1,515637,43568334,34.67,18.90,17.79,2026-03-15T07:29:54Z
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