File size: 880 Bytes
b651075
 
 
 
 
ef86d33
 
b651075
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
41
42
43
# OpenTransformers Web Crawl v1

**Your data. Your company. No apologies.**

## Stats
- Total pages: 45,026
- Total text: 651.3 MB  
- Crawled: 2026-01-13

## Format
JSONL (gzipped), one document per line:
```json
{
  "url": "https://example.com/page",
  "domain": "example.com", 
  "timestamp": "2026-01-13T02:43:19.685727",
  "status": 200,
  "text": "Clean extracted text content...",
  "text_len": 1234,
  "html_len": 5678,
  "links": 42,
  "fetch_ms": 150,
  "hash": "abc123..."
}
```

## Sources
Diverse high-quality web content: Hacker News, Reddit (ML/programming/science), 
arXiv, Wikipedia, tech blogs, news sites, and discovered links.

## Usage
```python
from datasets import load_dataset
ds = load_dataset("OpenTransformer/web-crawl-v1")
```

## License
Public domain. Do whatever you want.

---
*Crawled by OpenTransformers Ltd*
*https://github.com/OpenTransformer*