psyche commited on
Commit
c51e5f0
1 Parent(s): ed2c02d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,6 +12,6 @@ _requirements: selectolax, warcio_
12
  ```
13
  from datasets import load_dataset
14
 
15
- dataset = load_dataset("psyche/common_crawl", "1", streaming=True)
16
  # sub name is the number has string type e.g. "1", "2", ...(it depends on the dataset)
 
17
  ```
 
12
  ```
13
  from datasets import load_dataset
14
 
 
15
  # sub name is the number has string type e.g. "1", "2", ...(it depends on the dataset)
16
+ dataset = load_dataset("psyche/common_crawl", "1", streaming=True)
17
  ```