CalebCometML commited on
Commit
77ed58c
·
1 Parent(s): d78cb28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -15,4 +15,6 @@ This is a demo project for exploring HuggingFace datasets with [Kangas](https://
15
  1. Duplicate this Space to your HuggingFace account.
16
  2. Save your dataset as a Kangas Datagrid (you can do so by [using this notebook](https://huggingface.co/spaces/CalebCometML/kangas-demo/blob/main/notebooks/explore.ipynb)).
17
 
 
 
18
  If your datagrid is saved in the `/datagrids/` directory, you should be able to view it through the main UI, no extra configuration required. This repo currently uses the `beans` dataset for demonstration purposes, but all HuggingFace datasets are supported. If you have any questions, please open a ticket at [https://github.com/comet-ml/kangas](https://github.com/comet-ml/kangas)!
 
15
  1. Duplicate this Space to your HuggingFace account.
16
  2. Save your dataset as a Kangas Datagrid (you can do so by [using this notebook](https://huggingface.co/spaces/CalebCometML/kangas-demo/blob/main/notebooks/explore.ipynb)).
17
 
18
+ Note that if you run your notebook in Colab, you'll need to download the datagrid and upload here to the `/datagrids/` folder, as this is the directory where Kangas will check for available datagrids.
19
+
20
  If your datagrid is saved in the `/datagrids/` directory, you should be able to view it through the main UI, no extra configuration required. This repo currently uses the `beans` dataset for demonstration purposes, but all HuggingFace datasets are supported. If you have any questions, please open a ticket at [https://github.com/comet-ml/kangas](https://github.com/comet-ml/kangas)!