File size: 686 Bytes
12e3202
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
pretty_name: DOM-Dataset-v1
tags:
- html
- dom
- web
size_categories:
- 10K<n<100K
task_categories:
- other
language:
- en
multilinguality: unknown
license: other
---
# DOM-Dataset-v1

This dataset contains a collection of raw HTML files (DOM snapshots) organized under the `data/` directory.
- Total HTML files: 52323
- File layout: `data/**/.html`

## Access
Use `snapshot_download` to retrieve the full dataset locally:

```python
from huggingface_hub import snapshot_download
local_dir = snapshot_download(repo_id="gplsi/DOM-Dataset-v1", repo_type="dataset")
print(local_dir)
```

# HTML Corpus

This dataset contains a collection of raw HTML files uploaded via DOM-LM tooling.