File size: 467 Bytes
c02f160 201f5bc 5ac325f fed483b c02f160 201f5bc c02f160 201f5bc c02f160 |
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 |
---
dataset_info:
features:
- name: int
dtype: int32
- name: float
dtype: float32
- name: string
dtype: string
- name: class_label
dtype:
class_label:
names:
'0': '0'
'1': '1'
- name: bool
dtype: bool
splits:
- name: train
num_bytes: 1042
num_examples: 50
download_size: 2107
dataset_size: 1042
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|