namespace-Pt commited on
Commit
739b677
1 Parent(s): 2462e6b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: query
5
+ dtype: string
6
+ - name: long_answer
7
+ dtype: string
8
+ - name: short_answer
9
+ dtype: string
10
+ - name: title
11
+ dtype: string
12
+ - name: bert_title
13
+ dtype: string
14
+ - name: abstract
15
+ dtype: string
16
+ - name: content
17
+ dtype: string
18
+ - name: url
19
+ dtype: string
20
+ - name: index
21
+ dtype: int64
22
+ splits:
23
+ - name: train
24
+ num_bytes: 11883848054
25
+ num_examples: 307373
26
+ - name: test
27
+ num_bytes: 286431036
28
+ num_examples: 7830
29
+ download_size: 6269718040
30
+ dataset_size: 12170279090
31
+ ---
32
+ # Dataset Card for "natural-questions-nci"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)