psyche commited on
Commit
2ee1df9
1 Parent(s): 97404cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,6 +1,14 @@
1
  ---
2
- license: apache-2.0
3
- requirements:
4
- - selectolax, warcio
5
  ---
 
6
  This dataset fit on the streaming mode.
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license:
3
+ - apache-2.0
 
4
  ---
5
+
6
  This dataset fit on the streaming mode.
7
+
8
+ _requirements: selectolax, warcio_
9
+
10
+ ```
11
+ from datasets import load_dataset
12
+
13
+ dataset = load_dataset("psyche/common_crawl", "1", streaming=True)
14
+ ```