nc33 commited on
Commit
8a05914
·
1 Parent(s): c4a4142

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -4,8 +4,6 @@ dataset_info:
4
  features:
5
  - name: id
6
  dtype: string
7
- - name: title
8
- dtype: string
9
  - name: context
10
  dtype: string
11
  - name: question
@@ -20,13 +18,17 @@ dataset_info:
20
  dtype: int64
21
  - name: label
22
  sequence: string
 
 
 
 
23
  splits:
24
- - name: train
25
- num_bytes: 179922907
26
- num_examples: 130319
27
  - name: validation
28
- num_bytes: 16339342
29
  num_examples: 11873
30
- download_size: 18427503
31
- dataset_size: 196262249
 
 
 
32
  ---
 
4
  features:
5
  - name: id
6
  dtype: string
 
 
7
  - name: context
8
  dtype: string
9
  - name: question
 
18
  dtype: int64
19
  - name: label
20
  sequence: string
21
+ - name: type
22
+ dtype: string
23
+ - name: structure
24
+ dtype: string
25
  splits:
 
 
 
26
  - name: validation
27
+ num_bytes: 16394992
28
  num_examples: 11873
29
+ - name: train
30
+ num_bytes: 180528389
31
+ num_examples: 130319
32
+ download_size: 18446520
33
+ dataset_size: 196923381
34
  ---