File size: 846 Bytes
b1e4269
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
37
38
39
40
41
42
43
44
45
---
dataset_info:
  features:
  - name: article
    dtype: string
  - name: article_sha1
    dtype: string
  - name: section_idx
    dtype: int32
  - name: section_title
    dtype: string
  - name: content
    dtype: string
  - name: question
    dtype: string
  - name: is_adversarial
    dtype: bool
  - name: input_ids
    sequence: int32
  - name: token_type_ids
    sequence: int8
  - name: attention_mask
    sequence: int8
  - name: label
    dtype: int64
  - name: predictions-05
    dtype: int64
  splits:
  - name: train
    num_bytes: 4048267833
    num_examples: 706498
  - name: validation
    num_bytes: 84824716
    num_examples: 15000
  download_size: 1562597323
  dataset_size: 4133092549
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---