Datasets:
File size: 1,177 Bytes
523f246 8707973 523f246 c22d8f3 523f246 42ba65f 2591411 42ba65f 2591411 |
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 35 36 37 38 39 40 |
---
license: cc0-1.0
size_categories:
- 1M<n<10M
source_datasets:
- gbenson/webui-dom-snapshots
task_categories:
- text-classification
pretty_name: WebUI tokens (unlabelled)
dataset_info:
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 71634460
num_examples: 1616815
download_size: 69704391
dataset_size: 71634460
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Dataset Card for WebUI tokens (unlabelled)
Every token over 5 characters long from [`gbenson/webui-dom-snapshots`](https://huggingface.co./datasets/gbenson/webui-dom-snapshots).
- **Curated by:** [Gary Benson](https://gbenson.net/)
- **License:** [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)
## Uses
I'm using it to develop a [DOM-aware tokenizer](https://github.com/gbenson/dom-tokenizers) for HTML.
## Bias, Risks, and Limitations
- 87% of the source dataset was English language websites, with no other language exceeding 2% of the total
- Non-ASCII tokens have been coerced to ASCII using [Unidecode](https://pypi.org/project/Unidecode/) where the result appears visually similar |