File size: 558 Bytes
42751f9
 
 
 
 
 
 
5495f24
42751f9
 
 
 
 
 
 
5495f24
42751f9
 
5495f24
42751f9
5495f24
 
42751f9
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: context
    dtype: string
  - name: anchor
    dtype: string
  - name: answer
    dtype: string
  - name: synthetic_positive
    dtype: string
  - name: synthetic_negative
    dtype: string
  splits:
  - name: train
    num_bytes: 4097131
    num_examples: 1000
  - name: validation
    num_bytes: 4058585
    num_examples: 1000
  download_size: 5172292
  dataset_size: 8155716
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---