File size: 1,660 Bytes
9ace370 8a8d360 97c7fbc a13e39d 52a78c9 b8d3070 52a78c9 9bb1d19 b8d3070 8506c54 9ace370 |
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 64 65 66 67 68 69 70 71 72 73 74 75 |
---
configs:
- config_name: galaxyzoo
data_files:
- split: train
path: galaxyzoo/train-*
- split: test
path: galaxyzoo/test-*
- config_name: skyviewer
data_files:
- split: train
path: skyviewer/train-*
- split: test
path: skyviewer/test-*
dataset_info:
- config_name: galaxyzoo
features:
- name: image
dtype: image
- name: label
dtype:
class_label:
names:
'0': disturbed
'1': merging
'2': round smooth
'3': in-between round smooth
'4': cigar-shaped smooth
'5': barred spiral
'6': unbarred tight spiral
'7': unbarred loose spiral
'8': edge-on no bulge
'9': edge-on with bulge
- name: id_str
dtype: string
splits:
- name: train
num_bytes: 616519596.919
num_examples: 13779
- name: test
num_bytes: 154950764.815
num_examples: 3445
download_size: 775565483
dataset_size: 771470361.734
- config_name: skyviewer
features:
- name: image
dtype: image
- name: label
dtype:
class_label:
names:
'0': disturbed
'1': merging
'2': round smooth
'3': in-between round smooth
'4': cigar-shaped smooth
'5': barred spiral
'6': unbarred tight spiral
'7': unbarred loose spiral
'8': edge-on no bulge
'9': edge-on with bulge
- name: id_str
dtype: string
splits:
- name: train
num_bytes: 177221526.051
num_examples: 13779
- name: test
num_bytes: 44289594.125
num_examples: 3445
download_size: 221951950
dataset_size: 221511120.176
---
|