Datasets:
Upload dataset
Browse files- README.md +171 -0
- tiny/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -28,6 +28,177 @@ configs:
|
|
28 |
path: tiny/train-*
|
29 |
- split: test
|
30 |
path: tiny/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
---
|
32 |
|
33 |
# GZ Campaign Datasets
|
|
|
28 |
path: tiny/train-*
|
29 |
- split: test
|
30 |
path: tiny/test-*
|
31 |
+
dataset_info:
|
32 |
+
config_name: tiny
|
33 |
+
features:
|
34 |
+
- name: image
|
35 |
+
dtype: image
|
36 |
+
- name: id_str
|
37 |
+
dtype: string
|
38 |
+
- name: dataset_name
|
39 |
+
dtype: string
|
40 |
+
- name: ra
|
41 |
+
dtype: float64
|
42 |
+
- name: dec
|
43 |
+
dtype: float64
|
44 |
+
- name: smooth-or-featured-candels_smooth
|
45 |
+
dtype: int32
|
46 |
+
- name: smooth-or-featured-candels_smooth_fraction
|
47 |
+
dtype: float32
|
48 |
+
- name: smooth-or-featured-candels_total-votes
|
49 |
+
dtype: int32
|
50 |
+
- name: smooth-or-featured-candels_features
|
51 |
+
dtype: int32
|
52 |
+
- name: smooth-or-featured-candels_features_fraction
|
53 |
+
dtype: float32
|
54 |
+
- name: smooth-or-featured-candels_artifact
|
55 |
+
dtype: int32
|
56 |
+
- name: smooth-or-featured-candels_artifact_fraction
|
57 |
+
dtype: float32
|
58 |
+
- name: how-rounded-candels_completely
|
59 |
+
dtype: int32
|
60 |
+
- name: how-rounded-candels_completely_fraction
|
61 |
+
dtype: float32
|
62 |
+
- name: how-rounded-candels_total-votes
|
63 |
+
dtype: int32
|
64 |
+
- name: how-rounded-candels_in-between
|
65 |
+
dtype: int32
|
66 |
+
- name: how-rounded-candels_in-between_fraction
|
67 |
+
dtype: float32
|
68 |
+
- name: how-rounded-candels_cigar-shaped
|
69 |
+
dtype: int32
|
70 |
+
- name: how-rounded-candels_cigar-shaped_fraction
|
71 |
+
dtype: float32
|
72 |
+
- name: clumpy-appearance-candels_yes
|
73 |
+
dtype: int32
|
74 |
+
- name: clumpy-appearance-candels_yes_fraction
|
75 |
+
dtype: float32
|
76 |
+
- name: clumpy-appearance-candels_total-votes
|
77 |
+
dtype: int32
|
78 |
+
- name: clumpy-appearance-candels_no
|
79 |
+
dtype: int32
|
80 |
+
- name: clumpy-appearance-candels_no_fraction
|
81 |
+
dtype: float32
|
82 |
+
- name: disk-edge-on-candels_yes
|
83 |
+
dtype: int32
|
84 |
+
- name: disk-edge-on-candels_yes_fraction
|
85 |
+
dtype: float32
|
86 |
+
- name: disk-edge-on-candels_total-votes
|
87 |
+
dtype: int32
|
88 |
+
- name: disk-edge-on-candels_no
|
89 |
+
dtype: int32
|
90 |
+
- name: disk-edge-on-candels_no_fraction
|
91 |
+
dtype: float32
|
92 |
+
- name: edge-on-bulge-candels_yes
|
93 |
+
dtype: int32
|
94 |
+
- name: edge-on-bulge-candels_yes_fraction
|
95 |
+
dtype: float32
|
96 |
+
- name: edge-on-bulge-candels_total-votes
|
97 |
+
dtype: int32
|
98 |
+
- name: edge-on-bulge-candels_no
|
99 |
+
dtype: int32
|
100 |
+
- name: edge-on-bulge-candels_no_fraction
|
101 |
+
dtype: float32
|
102 |
+
- name: bar-candels_yes
|
103 |
+
dtype: int32
|
104 |
+
- name: bar-candels_yes_fraction
|
105 |
+
dtype: float32
|
106 |
+
- name: bar-candels_total-votes
|
107 |
+
dtype: int32
|
108 |
+
- name: bar-candels_no
|
109 |
+
dtype: int32
|
110 |
+
- name: bar-candels_no_fraction
|
111 |
+
dtype: float32
|
112 |
+
- name: has-spiral-arms-candels_yes
|
113 |
+
dtype: int32
|
114 |
+
- name: has-spiral-arms-candels_yes_fraction
|
115 |
+
dtype: float32
|
116 |
+
- name: has-spiral-arms-candels_total-votes
|
117 |
+
dtype: int32
|
118 |
+
- name: has-spiral-arms-candels_no
|
119 |
+
dtype: int32
|
120 |
+
- name: has-spiral-arms-candels_no_fraction
|
121 |
+
dtype: float32
|
122 |
+
- name: spiral-winding-candels_tight
|
123 |
+
dtype: int32
|
124 |
+
- name: spiral-winding-candels_tight_fraction
|
125 |
+
dtype: float32
|
126 |
+
- name: spiral-winding-candels_total-votes
|
127 |
+
dtype: int32
|
128 |
+
- name: spiral-winding-candels_medium
|
129 |
+
dtype: int32
|
130 |
+
- name: spiral-winding-candels_medium_fraction
|
131 |
+
dtype: float32
|
132 |
+
- name: spiral-winding-candels_loose
|
133 |
+
dtype: int32
|
134 |
+
- name: spiral-winding-candels_loose_fraction
|
135 |
+
dtype: float32
|
136 |
+
- name: spiral-arm-count-candels_1
|
137 |
+
dtype: int32
|
138 |
+
- name: spiral-arm-count-candels_1_fraction
|
139 |
+
dtype: float32
|
140 |
+
- name: spiral-arm-count-candels_total-votes
|
141 |
+
dtype: int32
|
142 |
+
- name: spiral-arm-count-candels_2
|
143 |
+
dtype: int32
|
144 |
+
- name: spiral-arm-count-candels_2_fraction
|
145 |
+
dtype: float32
|
146 |
+
- name: spiral-arm-count-candels_3
|
147 |
+
dtype: int32
|
148 |
+
- name: spiral-arm-count-candels_3_fraction
|
149 |
+
dtype: float32
|
150 |
+
- name: spiral-arm-count-candels_4
|
151 |
+
dtype: int32
|
152 |
+
- name: spiral-arm-count-candels_4_fraction
|
153 |
+
dtype: float32
|
154 |
+
- name: spiral-arm-count-candels_5-plus
|
155 |
+
dtype: int32
|
156 |
+
- name: spiral-arm-count-candels_5-plus_fraction
|
157 |
+
dtype: float32
|
158 |
+
- name: spiral-arm-count-candels_cant-tell
|
159 |
+
dtype: int32
|
160 |
+
- name: spiral-arm-count-candels_cant-tell_fraction
|
161 |
+
dtype: float32
|
162 |
+
- name: bulge-size-candels_none
|
163 |
+
dtype: int32
|
164 |
+
- name: bulge-size-candels_none_fraction
|
165 |
+
dtype: float32
|
166 |
+
- name: bulge-size-candels_total-votes
|
167 |
+
dtype: int32
|
168 |
+
- name: bulge-size-candels_obvious
|
169 |
+
dtype: int32
|
170 |
+
- name: bulge-size-candels_obvious_fraction
|
171 |
+
dtype: float32
|
172 |
+
- name: bulge-size-candels_dominant
|
173 |
+
dtype: int32
|
174 |
+
- name: bulge-size-candels_dominant_fraction
|
175 |
+
dtype: float32
|
176 |
+
- name: merging-candels_merger
|
177 |
+
dtype: int32
|
178 |
+
- name: merging-candels_merger_fraction
|
179 |
+
dtype: float32
|
180 |
+
- name: merging-candels_total-votes
|
181 |
+
dtype: int32
|
182 |
+
- name: merging-candels_tidal-debris
|
183 |
+
dtype: int32
|
184 |
+
- name: merging-candels_tidal-debris_fraction
|
185 |
+
dtype: float32
|
186 |
+
- name: merging-candels_both
|
187 |
+
dtype: int32
|
188 |
+
- name: merging-candels_both_fraction
|
189 |
+
dtype: float32
|
190 |
+
- name: merging-candels_neither
|
191 |
+
dtype: int32
|
192 |
+
- name: merging-candels_neither_fraction
|
193 |
+
dtype: float32
|
194 |
+
- name: summary
|
195 |
+
dtype: string
|
196 |
+
splits:
|
197 |
+
- name: train
|
198 |
+
num_bytes: 50923554.0
|
199 |
+
num_examples: 384
|
200 |
+
download_size: 50961385
|
201 |
+
dataset_size: 50923554.0
|
202 |
---
|
203 |
|
204 |
# GZ Campaign Datasets
|
tiny/train-00000-of-00001.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:74758edb9bbed00836da2a44401743edd34260c694e5ca06b712f611f84084ce
|
3 |
+
size 50961385
|