PartiallyTyped commited on
Commit
b20f695
·
1 Parent(s): 9711b72

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: language
5
+ dtype: string
6
+ - name: question
7
+ sequence: string
8
+ - name: context
9
+ sequence: 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
+ - name: labels
23
+ dtype: bool
24
+ splits:
25
+ - name: train
26
+ num_bytes: 30320669
27
+ num_examples: 29800
28
+ - name: validation
29
+ num_bytes: 3761508
30
+ num_examples: 3709
31
+ download_size: 17981416
32
+ dataset_size: 34082177
33
+ ---
34
+ # Dataset Card for "answerable_tydiqa_tokenized"
35
+
36
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)