| 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. | |