PartiallyTyped commited on
Commit
cc54089
·
1 Parent(s): 23bc1fb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question_text
5
+ dtype: string
6
+ - name: document_title
7
+ dtype: string
8
+ - name: language
9
+ dtype: string
10
+ - name: annotations
11
+ struct:
12
+ - name: answer_start
13
+ sequence: int64
14
+ - name: answer_text
15
+ sequence: string
16
+ - name: document_plaintext
17
+ dtype: string
18
+ - name: document_url
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 32084629.326371837
23
+ num_examples: 29868
24
+ - name: validation
25
+ num_bytes: 3778385.324427767
26
+ num_examples: 3712
27
+ download_size: 16354337
28
+ dataset_size: 35863014.6507996
29
+ ---
30
+ # Dataset Card for "answerable_tydiqa"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)