tuatruog commited on
Commit
e2d279a
1 Parent(s): 0b5ffc4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -71,4 +71,8 @@ Then in your python script:
71
  from datasets import load_dataset
72
  dataset = load_dataset("AstroCompress/SBI-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/SBI-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).