common_crawl / README.md
psyche's picture
Update README.md
354ee13
|
raw
history blame
No virus
405 Bytes
metadata
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)