nroggendorff
commited on
Commit
•
ff2bf92
1
Parent(s):
6a5c9f6
Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ license: mit
|
|
3 |
tags:
|
4 |
- art
|
5 |
size_categories:
|
6 |
-
- n<
|
7 |
---
|
8 |
|
9 |
## Nebula Image Dataset
|
@@ -17,7 +17,7 @@ The dataset includes about one hundred high-resolution images of different nebul
|
|
17 |
### Data Format
|
18 |
The dataset is stored in the Parquet file format, which is a columnar data format that provides efficient storage and query performance. The Parquet file contains a single column, `train`, which holds the file paths to the individual nebula images.
|
19 |
|
20 |
-
|
21 |
You can use this dataset for a variety of machine learning and computer vision tasks, such as:
|
22 |
|
23 |
- Nebula classification
|
@@ -25,14 +25,12 @@ You can use this dataset for a variety of machine learning and computer vision t
|
|
25 |
- Nebula generation or synthesis
|
26 |
- Astronomical image processing and analysis
|
27 |
|
28 |
-
To get started,
|
29 |
|
30 |
### License
|
31 |
This dataset is licensed under the [MIT License](LICENSE). You are free to use, modify, and distribute the data as long as you provide attribution.
|
32 |
|
33 |
-
###
|
34 |
-
If you use this dataset in your research or project, please cite the following:
|
35 |
-
|
36 |
```py
|
37 |
from datasets import load_dataset
|
38 |
|
|
|
3 |
tags:
|
4 |
- art
|
5 |
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
---
|
8 |
|
9 |
## Nebula Image Dataset
|
|
|
17 |
### Data Format
|
18 |
The dataset is stored in the Parquet file format, which is a columnar data format that provides efficient storage and query performance. The Parquet file contains a single column, `train`, which holds the file paths to the individual nebula images.
|
19 |
|
20 |
+
## Usage
|
21 |
You can use this dataset for a variety of machine learning and computer vision tasks, such as:
|
22 |
|
23 |
- Nebula classification
|
|
|
25 |
- Nebula generation or synthesis
|
26 |
- Astronomical image processing and analysis
|
27 |
|
28 |
+
To get started, cite the datasets section.
|
29 |
|
30 |
### License
|
31 |
This dataset is licensed under the [MIT License](LICENSE). You are free to use, modify, and distribute the data as long as you provide attribution.
|
32 |
|
33 |
+
### Datasets
|
|
|
|
|
34 |
```py
|
35 |
from datasets import load_dataset
|
36 |
|