psyche commited on
Commit
5d7dd15
1 Parent(s): 30766b5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: title
5
+ dtype: string
6
+ - name: agency
7
+ dtype: string
8
+ - name: year
9
+ dtype: string
10
+ - name: content_id
11
+ dtype: string
12
+ - name: kdc
13
+ dtype: string
14
+ - name: context
15
+ dtype: string
16
+ - name: question
17
+ dtype: string
18
+ - name: id
19
+ dtype: int64
20
+ - name: is_impossible
21
+ dtype: bool
22
+ - name: answers
23
+ struct:
24
+ - name: answer_start
25
+ dtype: int64
26
+ - name: text
27
+ dtype: string
28
+ splits:
29
+ - name: train
30
+ num_bytes: 1344986838
31
+ num_examples: 900000
32
+ - name: validation
33
+ num_bytes: 74048965
34
+ num_examples: 50000
35
+ download_size: 186230823
36
+ dataset_size: 1419035803
37
+ ---
38
+ # Dataset Card for "mrc_aihub_books"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)