Update README.md
Browse files
README.md
CHANGED
@@ -106,4 +106,8 @@ Then in your python script:
|
|
106 |
from datasets import load_dataset
|
107 |
dataset = load_dataset("AstroCompress/GBI-16-4D", "tiny", writer_batch_size=1, trust_remote_code=True)
|
108 |
ds = dataset.with_format("np")
|
109 |
-
```
|
|
|
|
|
|
|
|
|
|
106 |
from datasets import load_dataset
|
107 |
dataset = load_dataset("AstroCompress/GBI-16-4D", "tiny", writer_batch_size=1, trust_remote_code=True)
|
108 |
ds = dataset.with_format("np")
|
109 |
+
```
|
110 |
+
|
111 |
+
|
112 |
+
## Demo Collab Notebook
|
113 |
+
We provide a demo collab notebook to get started on using the dataset [here](https://colab.research.google.com/drive/1SuFBPZiYZg9LH4pqypc_v8Sp99lShJqZ?usp=sharing).
|