nroggendorff
commited on
Commit
•
c3ea320
1
Parent(s):
63051b2
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
## Nebula Image Dataset
|
@@ -30,7 +34,9 @@ This dataset is licensed under the [MIT License](LICENSE). You are free to use,
|
|
30 |
If you use this dataset in your research or project, please cite the following:
|
31 |
|
32 |
```py
|
33 |
-
|
|
|
|
|
34 |
dataset = load_dataset(config.dataset_name, split="train")
|
35 |
```
|
36 |
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
tags:
|
4 |
+
- art
|
5 |
+
size_categories:
|
6 |
+
- n<1K
|
7 |
---
|
8 |
|
9 |
## Nebula Image Dataset
|
|
|
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 |
+
|
39 |
+
config.dataset_name = "nroggendorff/nebulae"
|
40 |
dataset = load_dataset(config.dataset_name, split="train")
|
41 |
```
|
42 |
|