PartiallyTyped commited on
Commit
9e80f0e
1 Parent(s): 91c5738

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: golds
9
+ struct:
10
+ - name: answer_start
11
+ sequence: int64
12
+ - name: answer_text
13
+ sequence: string
14
+ - name: context
15
+ dtype: string
16
+ - name: seq_id
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 21022889
21
+ num_examples: 29868
22
+ - name: validation
23
+ num_bytes: 2616173
24
+ num_examples: 3712
25
+ download_size: 16292808
26
+ dataset_size: 23639062
27
+ ---
28
+ # Dataset Card for "answerable_tydiqa_5fbde19f5f4ac461c405a962adddaeb6"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)