Commit
·
4216c33
1
Parent(s):
617b901
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
+
- name: text
|
7 |
+
dtype: string
|
8 |
+
- name: id
|
9 |
+
dtype: string
|
10 |
+
- name: title
|
11 |
+
dtype: string
|
12 |
+
- name: description
|
13 |
+
dtype: string
|
14 |
+
- name: credits
|
15 |
+
dtype: string
|
16 |
+
- name: url
|
17 |
+
dtype: string
|
18 |
+
- name: Id
|
19 |
+
dtype: string
|
20 |
+
- name: Type
|
21 |
+
dtype: string
|
22 |
+
- name: Release date
|
23 |
+
dtype: string
|
24 |
+
- name: Related releases
|
25 |
+
dtype: string
|
26 |
+
- name: Size
|
27 |
+
dtype: string
|
28 |
+
- name: Name
|
29 |
+
dtype: string
|
30 |
+
- name: Distance
|
31 |
+
dtype: string
|
32 |
+
- name: Constellation
|
33 |
+
dtype: string
|
34 |
+
- name: Category
|
35 |
+
dtype: string
|
36 |
+
- name: Position (RA)
|
37 |
+
dtype: string
|
38 |
+
- name: Position (Dec)
|
39 |
+
dtype: string
|
40 |
+
- name: Field of view
|
41 |
+
dtype: string
|
42 |
+
- name: Orientation
|
43 |
+
dtype: string
|
44 |
+
- name: width
|
45 |
+
dtype: int64
|
46 |
+
- name: height
|
47 |
+
dtype: int64
|
48 |
+
- name: file_size
|
49 |
+
dtype: int64
|
50 |
+
- name: crop_w
|
51 |
+
dtype: int64
|
52 |
+
- name: crop_h
|
53 |
+
dtype: int64
|
54 |
+
- name: cropped
|
55 |
+
dtype: bool
|
56 |
+
- name: Related science announcements
|
57 |
+
dtype: string
|
58 |
+
- name: Related announcements
|
59 |
+
dtype: string
|
60 |
+
splits:
|
61 |
+
- name: train
|
62 |
+
num_bytes: 94474695584.124
|
63 |
+
num_examples: 2706
|
64 |
+
download_size: 61236366105
|
65 |
+
dataset_size: 94474695584.124
|
66 |
+
---
|
67 |
+
# Dataset Card for "esa-hubble"
|
68 |
+
|
69 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|