PartiallyTyped commited on
Commit
90b5976
·
1 Parent(s): 4c05426

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: 21252073.336011786
25
+ num_examples: 29800
26
+ - name: validation
27
+ num_bytes: 2657400.5792025863
28
+ num_examples: 3709
29
+ download_size: 16838253
30
+ dataset_size: 23909473.91521437
31
+ ---
32
+ # Dataset Card for "answerable_tydiqa_preprocessed"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)