agentlans commited on
Commit
787c877
·
verified ·
1 Parent(s): 6e3573d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Common Crawl sample
2
 
3
  A small unofficial random subset of the famous Common Crawl dataset.
 
1
+ ---
2
+ configs:
3
+ - config_name: all
4
+ data_files:
5
+ - split: train
6
+ path:
7
+ - "all/train.json.gz"
8
+ - split: test
9
+ path:
10
+ - "all/test.json.gz"
11
+ ---
12
+
13
  # Common Crawl sample
14
 
15
  A small unofficial random subset of the famous Common Crawl dataset.