PartiallyTyped commited on
Commit
f71b797
·
1 Parent(s): 4b6f1d3

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: language
5
+ dtype: string
6
+ - name: question
7
+ dtype: string
8
+ - name: context
9
+ dtype: string
10
+ - name: references
11
+ struct:
12
+ - name: answers
13
+ struct:
14
+ - name: answer_start
15
+ sequence: int64
16
+ - name: text
17
+ sequence: string
18
+ - name: id
19
+ dtype: string
20
+ - name: id
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 21940019
25
+ num_examples: 29868
26
+ - name: validation
27
+ num_bytes: 2730209
28
+ num_examples: 3712
29
+ download_size: 17468684
30
+ dataset_size: 24670228
31
+ ---
32
+ # Dataset Card for "answerable_tydiqa_restructured"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)