PartiallyTyped commited on
Commit
629ddc2
1 Parent(s): 1e293fe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question
5
+ dtype: string
6
+ - name: language
7
+ dtype: string
8
+ - name: context
9
+ dtype: string
10
+ - name: seq_id
11
+ dtype: string
12
+ - name: golds
13
+ struct:
14
+ - name: answer_start
15
+ sequence: int64
16
+ - name: answer_text
17
+ sequence: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 32809511
21
+ num_examples: 129290
22
+ - name: validation
23
+ num_bytes: 4034498
24
+ num_examples: 15801
25
+ download_size: 17092210
26
+ dataset_size: 36844009
27
+ ---
28
+ # Dataset Card for "answerable_tydiqa_6fe3e6eac99651ae0255a686875476a4"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)