Datasets:
Add Parquet: batch_20260520_223017 (2738 pages)
Browse files
README.md
CHANGED
|
@@ -1,24 +1,89 @@
|
|
| 1 |
---
|
| 2 |
license: cc0-1.0
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
language:
|
| 8 |
-
|
| 9 |
tags:
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
pretty_name: Unclean Web
|
| 20 |
size_categories:
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# 🕸️ Unclean Web
|
|
|
|
| 1 |
---
|
| 2 |
license: cc0-1.0
|
| 3 |
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
- text-classification
|
| 6 |
+
- feature-extraction
|
| 7 |
language:
|
| 8 |
+
- en
|
| 9 |
tags:
|
| 10 |
+
- web-scraping
|
| 11 |
+
- unclean
|
| 12 |
+
- crawl
|
| 13 |
+
- html
|
| 14 |
+
- multimodal
|
| 15 |
+
- pretraining
|
| 16 |
+
- instruction-tuning
|
| 17 |
+
- tokenizer-training
|
| 18 |
+
- nlp
|
| 19 |
pretty_name: Unclean Web
|
| 20 |
size_categories:
|
| 21 |
+
- 1M<n<10M
|
| 22 |
+
configs:
|
| 23 |
+
- config_name: default
|
| 24 |
+
data_files:
|
| 25 |
+
- split: batch_20260520_223017
|
| 26 |
+
path: data/batch_20260520_223017-*
|
| 27 |
+
dataset_info:
|
| 28 |
+
features:
|
| 29 |
+
- name: url
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: seed_url
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: depth
|
| 34 |
+
dtype: int64
|
| 35 |
+
- name: scraped_at
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: status_code
|
| 38 |
+
dtype: int64
|
| 39 |
+
- name: title
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: description
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: keywords
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: author
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: lang
|
| 48 |
+
dtype: string
|
| 49 |
+
- name: canonical
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: og_tags
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: twitter_tags
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: schema_org
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: text
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: text_all
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: word_count
|
| 62 |
+
dtype: int64
|
| 63 |
+
- name: token_estimate
|
| 64 |
+
dtype: int64
|
| 65 |
+
- name: content_hash
|
| 66 |
+
dtype: string
|
| 67 |
+
- name: structured
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: html
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: links
|
| 72 |
+
dtype: string
|
| 73 |
+
- name: external_links
|
| 74 |
+
dtype: string
|
| 75 |
+
- name: images
|
| 76 |
+
dtype: string
|
| 77 |
+
- name: code_blocks
|
| 78 |
+
dtype: string
|
| 79 |
+
- name: error
|
| 80 |
+
dtype: string
|
| 81 |
+
splits:
|
| 82 |
+
- name: batch_20260520_223017
|
| 83 |
+
num_bytes: 2310982319
|
| 84 |
+
num_examples: 2226
|
| 85 |
+
download_size: 1491609240
|
| 86 |
+
dataset_size: 2310982319
|
| 87 |
---
|
| 88 |
|
| 89 |
# 🕸️ Unclean Web
|
data/batch_20260520_223017-00000-of-00005.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c8deed410555141e485518623bca5f4729edfddd99c405f4a6e687d3032893b
|
| 3 |
+
size 622003554
|
data/batch_20260520_223017-00001-of-00005.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0dee0c99752c417e91797407b27aecdd22ea422c7c2a5f2bf9f209ac8769bc63
|
| 3 |
+
size 261311054
|
data/batch_20260520_223017-00002-of-00005.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e562f78044def7f5628f97b58050d122da6a31f50679163b109a49d73f261ba6
|
| 3 |
+
size 48657915
|
data/batch_20260520_223017-00003-of-00005.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91e48d3b330a1aca03acdd3d1bdb4d4c9530a7694177bd235c6b5406b5e4a60e
|
| 3 |
+
size 140950830
|
data/batch_20260520_223017-00004-of-00005.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40e8a3029cda314faeff8dd475ab4b1862d981aaf090a30ebd8f15132c8eded5
|
| 3 |
+
size 418685887
|