jxm commited on
Commit
156fa8f
1 Parent(s): 038ca28

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: dev
8
+ path: data/dev-*
9
+ dataset_info:
10
+ features:
11
+ - name: text
12
+ dtype: string
13
+ splits:
14
+ - name: train
15
+ num_bytes: 3284289693
16
+ num_examples: 5332023
17
+ - name: dev
18
+ num_bytes: 520583613
19
+ num_examples: 849508
20
+ download_size: 2568992962
21
+ dataset_size: 3804873306
22
+ ---
23
+ # Dataset Card for "nq_corpus_dpr"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)