ray0rf1re commited on
Commit
25a85d8
·
verified ·
1 Parent(s): d15a029

Update dataset card — 2026-05-21 04:40 UTC

Browse files
Files changed (1) hide show
  1. README.md +25 -108
README.md CHANGED
@@ -1,109 +1,24 @@
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
- dataset_info:
23
- features:
24
- - name: url
25
- dtype: string
26
- - name: seed_url
27
- dtype: string
28
- - name: depth
29
- dtype: int64
30
- - name: scraped_at
31
- dtype: string
32
- - name: status_code
33
- dtype: int64
34
- - name: title
35
- dtype: string
36
- - name: description
37
- dtype: string
38
- - name: keywords
39
- dtype: string
40
- - name: author
41
- dtype: string
42
- - name: lang
43
- dtype: string
44
- - name: canonical
45
- dtype: string
46
- - name: og_tags
47
- dtype: string
48
- - name: twitter_tags
49
- dtype: string
50
- - name: schema_org
51
- dtype: string
52
- - name: text
53
- dtype: string
54
- - name: text_all
55
- dtype: string
56
- - name: word_count
57
- dtype: int64
58
- - name: token_estimate
59
- dtype: int64
60
- - name: content_hash
61
- dtype: string
62
- - name: structured
63
- dtype: string
64
- - name: html
65
- dtype: string
66
- - name: links
67
- dtype: string
68
- - name: external_links
69
- dtype: string
70
- - name: images
71
- dtype: string
72
- - name: code_blocks
73
- dtype: string
74
- - name: error
75
- dtype: 'null'
76
- splits:
77
- - name: batch_20260521_033424
78
- num_bytes: 29305317
79
- num_examples: 260
80
- - name: subset_10k_tokens
81
- num_bytes: 1330452
82
- num_examples: 16
83
- - name: subset_1m_tokens
84
- num_bytes: 29528500
85
- num_examples: 261
86
- - name: subset_5m_tokens
87
- num_bytes: 29528500
88
- num_examples: 261
89
- - name: subset_half
90
- num_bytes: 11660160
91
- num_examples: 130
92
- download_size: 28411552
93
- dataset_size: 101352929
94
- configs:
95
- - config_name: default
96
- data_files:
97
- - split: batch_20260521_033424
98
- path: data/batch_20260521_033424-*
99
- - split: subset_10k_tokens
100
- path: data/subset_10k_tokens-*
101
- - split: subset_1m_tokens
102
- path: data/subset_1m_tokens-*
103
- - split: subset_5m_tokens
104
- path: data/subset_5m_tokens-*
105
- - split: subset_half
106
- path: data/subset_half-*
107
  ---
108
 
109
  # 🕸️ Unclean Web
@@ -121,11 +36,11 @@ configs:
121
 
122
  | Metric | Value |
123
  |--------|-------|
124
- | **Total Pages** | 18,604 |
125
- | **Total Token Estimate** | 24.09M |
126
- | **Unique Sources** | 26 |
127
  | **Schema Version** | 3.0 |
128
- | **Last Updated** | 2026-05-21 00:54 UTC |
129
 
130
  ---
131
 
@@ -249,6 +164,7 @@ for row in ds:
249
  | `https://www.ontoplist.com` | www.ontoplist.com |
250
  | `https://www.reddit.com` | www.reddit.com |
251
  | `https://www.tech2geek.net` | www.tech2geek.net |
 
252
 
253
  ---
254
 
@@ -256,11 +172,12 @@ for row in ds:
256
 
257
  | Timestamp (UTC) | Pages | Tokens | Sites | Split |
258
  |---|---|---|---|---|
259
- | 2026-05-21 00:54 UTC | 2,738 | 5.31M | `https://github.com` | `batch_20260520_223017` |
260
- | 2026-05-20 13:33 UTC | 2 | 0 | `https://m.web/`, `https://novel.com/` | `batch_20260520_133214` |
261
- | 2026-05-20 06:59 UTC | 7 | 0 | `https://bloggerspassion.com`, `http://technovisions.wordpress.com`, `http://blog.exoplatform.org`…` | `batch_20260520_065855` |
262
- | 2026-05-20 08:18 UTC | 4,201 | 0 | `https://www.reddit.com`, `https://archiveofourown.org`, `https://fanlore.org`…` | `batch_20260520_070044` |
263
  | 2026-05-20 17:40 UTC | 11,656 | 0 | `https://www.ifarchive.org`, `https://www.epubor.com`, `https://www.fanon.co`…` | `batch_20260520_134516` |
 
 
 
 
264
 
265
  ---
266
 
@@ -305,4 +222,4 @@ a Python pipeline that features:
305
  ```
306
 
307
 
308
- *Dataset card auto-generated by `scrape_to_hf.py` v3.0 — 2026-05-21 00:54 UTC*
 
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
  ---
23
 
24
  # 🕸️ Unclean Web
 
36
 
37
  | Metric | Value |
38
  |--------|-------|
39
+ | **Total Pages** | 18,865 |
40
+ | **Total Token Estimate** | 24.35M |
41
+ | **Unique Sources** | 27 |
42
  | **Schema Version** | 3.0 |
43
+ | **Last Updated** | 2026-05-21 04:40 UTC |
44
 
45
  ---
46
 
 
164
  | `https://www.ontoplist.com` | www.ontoplist.com |
165
  | `https://www.reddit.com` | www.reddit.com |
166
  | `https://www.tech2geek.net` | www.tech2geek.net |
167
+ | `https://www.webtoons.com` | www.webtoons.com |
168
 
169
  ---
170
 
 
172
 
173
  | Timestamp (UTC) | Pages | Tokens | Sites | Split |
174
  |---|---|---|---|---|
175
+ | 2026-05-21 04:40 UTC | 261 | 256.7K | `https://www.webtoons.com` | `batch_20260521_033424` |
 
 
 
176
  | 2026-05-20 17:40 UTC | 11,656 | 0 | `https://www.ifarchive.org`, `https://www.epubor.com`, `https://www.fanon.co`…` | `batch_20260520_134516` |
177
+ | 2026-05-20 08:18 UTC | 4,201 | 0 | `https://www.reddit.com`, `https://archiveofourown.org`, `https://fanlore.org`…` | `batch_20260520_070044` |
178
+ | 2026-05-20 06:59 UTC | 7 | 0 | `https://bloggerspassion.com`, `http://technovisions.wordpress.com`, `http://blog.exoplatform.org`…` | `batch_20260520_065855` |
179
+ | 2026-05-20 13:33 UTC | 2 | 0 | `https://m.web/`, `https://novel.com/` | `batch_20260520_133214` |
180
+ | 2026-05-21 00:54 UTC | 2,738 | 0 | `https://github.com` | `batch_20260520_223017` |
181
 
182
  ---
183
 
 
222
  ```
223
 
224
 
225
+ *Dataset card auto-generated by `scrape_to_hf.py` v3.0 — 2026-05-21 04:40 UTC*