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