File size: 405 Bytes
a3f9317
2ee1df9
 
a3f9317
2ee1df9
ed2c02d
 
 
2ee1df9
354ee13
2ee1df9
 
 
 
5c0de38
c51e5f0
2ee1df9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
license: 
- apache-2.0
---

This dataset fit on the streaming mode. 

The origin dataset link: https://data.commoncrawl.org/crawl-data/CC-MAIN-2022-27/warc.paths.gz  

_Requirements: selectolax, warcio_

```
from datasets import load_dataset

# sub name is the number has string type e.g. "1", "2", ...(it depends on the dataset)
dataset = load_dataset("psyche/common_crawl", "1", streaming=True)
```