nc33 commited on
Commit
8ddda10
·
1 Parent(s): cba7e92

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -13
README.md CHANGED
@@ -5,29 +5,27 @@ dataset_info:
5
  - name: id
6
  dtype: string
7
  - name: context
8
- dtype: string
9
  - name: question
10
- dtype: string
11
- - name: answers
12
- sequence:
13
- - name: text
14
- dtype: string
15
- - name: answer_start
16
- dtype: int32
17
  - name: type
18
  dtype: string
19
  - name: structure
20
  dtype: string
 
 
 
 
21
  splits:
22
  - name: train
23
- num_bytes: 27373545
24
  num_examples: 30000
25
  - name: validation
26
- num_bytes: 2695870
27
  num_examples: 3000
28
  - name: test
29
- num_bytes: 2869451
30
  num_examples: 3000
31
- download_size: 5274486
32
- dataset_size: 32938866
33
  ---
 
5
  - name: id
6
  dtype: string
7
  - name: context
8
+ sequence: string
9
  - name: question
10
+ sequence: string
 
 
 
 
 
 
11
  - name: type
12
  dtype: string
13
  - name: structure
14
  dtype: string
15
+ - name: num_span
16
+ dtype: int64
17
+ - name: label
18
+ sequence: string
19
  splits:
20
  - name: train
21
+ num_bytes: 60668335
22
  num_examples: 30000
23
  - name: validation
24
+ num_bytes: 5963239
25
  num_examples: 3000
26
  - name: test
27
+ num_bytes: 6637189
28
  num_examples: 3000
29
+ download_size: 6604109
30
+ dataset_size: 73268763
31
  ---