File size: 600 Bytes
abd3005
 
50fa0f7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b670466
 
 
 
50fa0f7
 
b670466
50fa0f7
b670466
 
 
 
 
abd3005
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
license: mit
dataset_info:
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: context
    dtype: string
  - name: answers
    sequence:
    - name: answer_start
      dtype: int32
    - name: text
      dtype: string
  - name: num_span
    dtype: int64
  - name: label
    sequence: string
  - name: type
    dtype: string
  - name: structure
    dtype: string
  splits:
  - name: validation
    num_bytes: 10164883
    num_examples: 2418
  - name: train
    num_bytes: 83767911
    num_examples: 19399
  download_size: 7949927
  dataset_size: 93932794
---