Update README.md
Browse files
README.md
CHANGED
|
@@ -171,7 +171,31 @@ configs:
|
|
| 171 |
data_files:
|
| 172 |
- split: train
|
| 173 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 174 |
---
|
| 175 |
-
A temporary slice of [gbenson/webui-dom-snapshots](https://huggingface.co/datasets/gbenson/webui-dom-snapshots) I've flagged to investigate.
|
| 176 |
|
| 177 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 171 |
data_files:
|
| 172 |
- split: train
|
| 173 |
path: data/train-*
|
| 174 |
+
language:
|
| 175 |
+
- en
|
| 176 |
+
- zh
|
| 177 |
+
- nl
|
| 178 |
+
- cs
|
| 179 |
+
- ko
|
| 180 |
+
pretty_name: Interesting DOM snapshots
|
| 181 |
+
size_categories:
|
| 182 |
+
- n<1K
|
| 183 |
+
source_datasets:
|
| 184 |
+
- gbenson/webui-dom-snapshots
|
| 185 |
---
|
|
|
|
| 186 |
|
| 187 |
+
# Dataset Card for Interesting DOM snapshots
|
| 188 |
+
|
| 189 |
+
A small split of [gbenson/webui-dom-snapshots](https://huggingface.co/datasets/gbenson/webui-dom-snapshots).
|
| 190 |
+
|
| 191 |
+
- **Curated by:** [Gary Benson](https://gbenson.net/)
|
| 192 |
+
- **Languages:** Mostly English, some Chinese, Dutch, Czech and Korean
|
| 193 |
+
- **License:** [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)
|
| 194 |
+
|
| 195 |
+
## Uses
|
| 196 |
+
|
| 197 |
+
I'm using it to develop a [DOM-aware tokenizer](https://github.com/gbenson/dom-tokenizers) for HTML.
|
| 198 |
+
|
| 199 |
+
## Bias, Risks, and Limitations
|
| 200 |
+
|
| 201 |
+
This isn't a representative split of the source dataset, it's a number of edge cases I flagged to investigate.
|