Update README.md
Browse files
README.md
CHANGED
|
@@ -76,5 +76,9 @@ ds = dataset.with_format("np")
|
|
| 76 |
```
|
| 77 |
|
| 78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
## Utils scripts
|
| 80 |
Note that utils scripts such as `eval_baselines.py` must be run from the parent directory of `utils`, i.e. `python utils/eval_baselines.py`.
|
|
|
|
| 76 |
```
|
| 77 |
|
| 78 |
|
| 79 |
+
## Demo Colab Notebook
|
| 80 |
+
We provide a demo collab notebook to get started on using the dataset [here](https://colab.research.google.com/drive/1wcz7qMqSAMST2kXFlL-TbwpYR26gYIYy?authuser=3#scrollTo=17XAxMoq_Tze).
|
| 81 |
+
|
| 82 |
+
|
| 83 |
## Utils scripts
|
| 84 |
Note that utils scripts such as `eval_baselines.py` must be run from the parent directory of `utils`, i.e. `python utils/eval_baselines.py`.
|