ray0rf1re commited on
Commit
6f90432
·
verified ·
1 Parent(s): ac739da

Update dataset card — 2026-05-20 17:40 UTC

Browse files
Files changed (1) hide show
  1. README.md +29 -86
README.md CHANGED
@@ -1,89 +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: string
76
- splits:
77
- - name: batch_20260520_134516
78
- num_bytes: 3737540641
79
- num_examples: 11301
80
- download_size: 2761011601
81
- dataset_size: 3737540641
82
- configs:
83
- - config_name: default
84
- data_files:
85
- - split: batch_20260520_134516
86
- path: data/batch_20260520_134516-*
87
  ---
88
 
89
  # 🕸️ Unclean Web
@@ -101,11 +36,11 @@ configs:
101
 
102
  | Metric | Value |
103
  |--------|-------|
104
- | **Total Pages** | 4,210 |
105
- | **Total Token Estimate** | 5.59M |
106
- | **Unique Sources** | 18 |
107
  | **Schema Version** | 3.0 |
108
- | **Last Updated** | 2026-05-20 13:33 UTC |
109
 
110
  ---
111
 
@@ -215,9 +150,16 @@ for row in ds:
215
  | `https://bloggerspassion.com` | bloggerspassion.com |
216
  | `https://en.wikipedia.org` | en.wikipedia.org |
217
  | `https://fanlore.org` | fanlore.org |
 
218
  | `https://m.web/` | m.web |
 
219
  | `https://novel.com/` | novel.com |
220
  | `https://wiki.archiveteam.org` | wiki.archiveteam.org |
 
 
 
 
 
221
  | `https://www.ontoplist.com` | www.ontoplist.com |
222
  | `https://www.reddit.com` | www.reddit.com |
223
  | `https://www.tech2geek.net` | www.tech2geek.net |
@@ -228,9 +170,10 @@ for row in ds:
228
 
229
  | Timestamp (UTC) | Pages | Tokens | Sites | Split |
230
  |---|---|---|---|---|
231
- | 2026-05-20 13:33 UTC | 2 | 0 | `https://m.web/`, `https://novel.com/` | `batch_20260520_133214` |
232
- | 2026-05-20 06:59 UTC | 7 | 0 | `https://bloggerspassion.com`, `http://technovisions.wordpress.com`, `http://blog.exoplatform.org`…` | `batch_20260520_065855` |
233
  | 2026-05-20 08:18 UTC | 4,201 | 0 | `https://www.reddit.com`, `https://archiveofourown.org`, `https://fanlore.org`…` | `batch_20260520_070044` |
 
 
234
 
235
  ---
236
 
@@ -275,4 +218,4 @@ a Python pipeline that features:
275
  ```
276
 
277
 
278
- *Dataset card auto-generated by `scrape_to_hf.py` v3.0 — 2026-05-20 13:33 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** | 15,866 |
40
+ | **Total Token Estimate** | 18.78M |
41
+ | **Unique Sources** | 25 |
42
  | **Schema Version** | 3.0 |
43
+ | **Last Updated** | 2026-05-20 17:40 UTC |
44
 
45
  ---
46
 
 
150
  | `https://bloggerspassion.com` | bloggerspassion.com |
151
  | `https://en.wikipedia.org` | en.wikipedia.org |
152
  | `https://fanlore.org` | fanlore.org |
153
+ | `https://itch.io` | itch.io |
154
  | `https://m.web/` | m.web |
155
+ | `https://medium.com` | medium.com |
156
  | `https://novel.com/` | novel.com |
157
  | `https://wiki.archiveteam.org` | wiki.archiveteam.org |
158
+ | `https://www.epubor.com` | www.epubor.com |
159
+ | `https://www.fandom.com` | www.fandom.com |
160
+ | `https://www.fanfiction.net` | www.fanfiction.net |
161
+ | `https://www.fanon.co` | www.fanon.co |
162
+ | `https://www.ifarchive.org` | www.ifarchive.org |
163
  | `https://www.ontoplist.com` | www.ontoplist.com |
164
  | `https://www.reddit.com` | www.reddit.com |
165
  | `https://www.tech2geek.net` | www.tech2geek.net |
 
170
 
171
  | Timestamp (UTC) | Pages | Tokens | Sites | Split |
172
  |---|---|---|---|---|
173
+ | 2026-05-20 17:40 UTC | 11,656 | 13.19M | `https://www.ifarchive.org`, `https://www.epubor.com`, `https://www.fanon.co` | `batch_20260520_134516` |
 
174
  | 2026-05-20 08:18 UTC | 4,201 | 0 | `https://www.reddit.com`, `https://archiveofourown.org`, `https://fanlore.org`…` | `batch_20260520_070044` |
175
+ | 2026-05-20 06:59 UTC | 7 | 0 | `https://bloggerspassion.com`, `http://technovisions.wordpress.com`, `http://blog.exoplatform.org`…` | `batch_20260520_065855` |
176
+ | 2026-05-20 13:33 UTC | 2 | 0 | `https://m.web/`, `https://novel.com/` | `batch_20260520_133214` |
177
 
178
  ---
179
 
 
218
  ```
219
 
220
 
221
+ *Dataset card auto-generated by `scrape_to_hf.py` v3.0 — 2026-05-20 17:40 UTC*