manu commited on
Commit
c2ef7a7
1 Parent(s): 8ad3ffd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data/test-*
7
+ - split: valid
8
+ path: data/valid-*
9
+ dataset_info:
10
+ features:
11
+ - name: title
12
+ dtype: string
13
+ - name: context
14
+ dtype: string
15
+ - name: question
16
+ dtype: string
17
+ - name: answers
18
+ struct:
19
+ - name: answers_start
20
+ sequence: int64
21
+ - name: text
22
+ sequence: string
23
+ - name: is_impossible
24
+ dtype: bool
25
+ splits:
26
+ - name: test
27
+ num_bytes: 478925
28
+ num_examples: 400
29
+ - name: valid
30
+ num_bytes: 123865
31
+ num_examples: 100
32
+ download_size: 373072
33
+ dataset_size: 602790
34
+ ---
35
+ # Dataset Card for "test_multifquad"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)