Datasets:
Upload dataset
Browse files
README.md
CHANGED
@@ -15,6 +15,101 @@ tags:
|
|
15 |
- astronomy
|
16 |
- galaxies
|
17 |
- citizen science
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
---
|
19 |
|
20 |
# GZ Campaign Datasets
|
|
|
15 |
- astronomy
|
16 |
- galaxies
|
17 |
- citizen science
|
18 |
+
configs:
|
19 |
+
- config_name: default
|
20 |
+
data_files:
|
21 |
+
- split: train
|
22 |
+
path: data/train-*
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: image
|
26 |
+
dtype: image
|
27 |
+
- name: smooth-or-featured-hubble_smooth
|
28 |
+
dtype: int32
|
29 |
+
- name: smooth-or-featured-hubble_features
|
30 |
+
dtype: int32
|
31 |
+
- name: smooth-or-featured-hubble_artifact
|
32 |
+
dtype: int32
|
33 |
+
- name: how-rounded-hubble_completely
|
34 |
+
dtype: int32
|
35 |
+
- name: how-rounded-hubble_in-between
|
36 |
+
dtype: int32
|
37 |
+
- name: how-rounded-hubble_cigar-shaped
|
38 |
+
dtype: int32
|
39 |
+
- name: clumpy-appearance-hubble_yes
|
40 |
+
dtype: int32
|
41 |
+
- name: clumpy-appearance-hubble_no
|
42 |
+
dtype: int32
|
43 |
+
- name: clump-count-hubble_1
|
44 |
+
dtype: int32
|
45 |
+
- name: clump-count-hubble_2
|
46 |
+
dtype: int32
|
47 |
+
- name: clump-count-hubble_3
|
48 |
+
dtype: int32
|
49 |
+
- name: clump-count-hubble_4
|
50 |
+
dtype: int32
|
51 |
+
- name: clump-count-hubble_5-plus
|
52 |
+
dtype: int32
|
53 |
+
- name: clump-count-hubble_cant-tell
|
54 |
+
dtype: int32
|
55 |
+
- name: disk-edge-on-hubble_yes
|
56 |
+
dtype: int32
|
57 |
+
- name: disk-edge-on-hubble_no
|
58 |
+
dtype: int32
|
59 |
+
- name: bulge-shape-hubble_rounded
|
60 |
+
dtype: int32
|
61 |
+
- name: bulge-shape-hubble_boxy
|
62 |
+
dtype: int32
|
63 |
+
- name: bulge-shape-hubble_none
|
64 |
+
dtype: int32
|
65 |
+
- name: bar-hubble_yes
|
66 |
+
dtype: int32
|
67 |
+
- name: bar-hubble_no
|
68 |
+
dtype: int32
|
69 |
+
- name: has-spiral-arms-hubble_yes
|
70 |
+
dtype: int32
|
71 |
+
- name: has-spiral-arms-hubble_no
|
72 |
+
dtype: int32
|
73 |
+
- name: spiral-winding-hubble_tight
|
74 |
+
dtype: int32
|
75 |
+
- name: spiral-winding-hubble_medium
|
76 |
+
dtype: int32
|
77 |
+
- name: spiral-winding-hubble_loose
|
78 |
+
dtype: int32
|
79 |
+
- name: spiral-arm-count-hubble_1
|
80 |
+
dtype: int32
|
81 |
+
- name: spiral-arm-count-hubble_2
|
82 |
+
dtype: int32
|
83 |
+
- name: spiral-arm-count-hubble_3
|
84 |
+
dtype: int32
|
85 |
+
- name: spiral-arm-count-hubble_4
|
86 |
+
dtype: int32
|
87 |
+
- name: spiral-arm-count-hubble_5-plus
|
88 |
+
dtype: int32
|
89 |
+
- name: spiral-arm-count-hubble_cant-tell
|
90 |
+
dtype: int32
|
91 |
+
- name: bulge-size-hubble_none
|
92 |
+
dtype: int32
|
93 |
+
- name: bulge-size-hubble_just-noticeable
|
94 |
+
dtype: int32
|
95 |
+
- name: bulge-size-hubble_obvious
|
96 |
+
dtype: int32
|
97 |
+
- name: bulge-size-hubble_dominant
|
98 |
+
dtype: int32
|
99 |
+
- name: galaxy-symmetrical-hubble_yes
|
100 |
+
dtype: int32
|
101 |
+
- name: galaxy-symmetrical-hubble_no
|
102 |
+
dtype: int32
|
103 |
+
- name: clumps-embedded-larger-object-hubble_yes
|
104 |
+
dtype: int32
|
105 |
+
- name: clumps-embedded-larger-object-hubble_no
|
106 |
+
dtype: int32
|
107 |
+
splits:
|
108 |
+
- name: train
|
109 |
+
num_bytes: 2553931338.778
|
110 |
+
num_examples: 77158
|
111 |
+
download_size: 2555408024
|
112 |
+
dataset_size: 2553931338.778
|
113 |
---
|
114 |
|
115 |
# GZ Campaign Datasets
|
data/train-00002-of-00006.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ff42fbad926e3c9a427026546b6133b32b4c475c240764572f2e1c4bb0b5716
|
3 |
+
size 425138717
|
data/train-00003-of-00006.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67e4af3c7a97819c3c41a99e3861540b491e8e49da6cb1b2a79c27fcf2f1af91
|
3 |
+
size 426199030
|
data/train-00004-of-00006.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89b1e2c28af26eea1236de98f2a9bf2a882ec72fe8331fd18a507af305f8f63a
|
3 |
+
size 426747607
|
data/train-00005-of-00006.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:939f79938ca2e05f2f247d8cc8e9c9ad79b55db7c9435fd202306efe17c82b9d
|
3 |
+
size 424990643
|