File size: 1,202 Bytes
e9738af 5e01a9a e9738af 5e01a9a e9738af 5e01a9a e9738af | 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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | ---
dataset_info:
- config_name: default
features:
- name: anchor
dtype: string
- name: positive
dtype: string
- name: negative
dtype: string
- name: positive_id
dtype: string
splits:
- name: train
num_bytes: 50617354
num_examples: 10286
- name: validation
num_bytes: 7150860
num_examples: 1280
- name: test
num_bytes: 5041412
num_examples: 1280
download_size: 8813214
dataset_size: 62809626
- config_name: triplet
features:
- name: anchor
dtype: string
- name: positive
dtype: string
- name: negative
dtype: string
splits:
- name: train
num_bytes: 50486852
num_examples: 10286
- name: test
num_bytes: 5022174
num_examples: 1280
- name: validation
num_bytes: 7131598
num_examples: 1280
download_size: 8777263
dataset_size: 62640624
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
- config_name: triplet
data_files:
- split: train
path: triplet/train-*
- split: test
path: triplet/test-*
- split: validation
path: triplet/validation-*
---
|