File size: 606 Bytes
cfcff92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: anchor
    dtype: string
  - name: positive
    dtype: string
  - name: negative
    dtype: string
  - name: anchor_status
    dtype: string
  splits:
  - name: train
    num_bytes: 4723918
    num_examples: 500
  - name: validation
    num_bytes: 4822684
    num_examples: 500
  - name: test
    num_bytes: 4681905
    num_examples: 500
  download_size: 7582739
  dataset_size: 14228507
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---