File size: 1,040 Bytes
936ec77 | 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 | ---
dataset_info:
features:
- name: sentence1
dtype: string
- name: sentence2
dtype: string
- name: labels
dtype:
class_label:
names:
'0': aunt
'1': brother
'2': daughter
'3': daughter-in-law
'4': father
'5': father-in-law
'6': granddaughter
'7': grandfather
'8': grandmother
'9': grandson
'10': mother
'11': mother-in-law
'12': nephew
'13': niece
'14': sister
'15': son
'16': son-in-law
'17': uncle
splits:
- name: train
num_bytes: 2862178
num_examples: 12064
- name: validation
num_bytes: 712067
num_examples: 3019
- name: test
num_bytes: 480739
num_examples: 1048
download_size: 1593224
dataset_size: 4054984
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|