rithwiks commited on
Commit
79402c9
·
verified ·
1 Parent(s): 7832a04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -87,6 +87,8 @@ Note of course that it will take a long time to download and convert the images
87
 
88
  ## Use from Huggingface Directly
89
 
 
 
90
  To directly use from this data from Huggingface, you'll want to log in on the command line before starting python:
91
 
92
  ```bash
@@ -109,5 +111,5 @@ 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).
 
87
 
88
  ## Use from Huggingface Directly
89
 
90
+ Only use this method when trying to access the "tiny" version of the dataset.
91
+
92
  To directly use from this data from Huggingface, you'll want to log in on the command line before starting python:
93
 
94
  ```bash
 
111
  ```
112
 
113
 
114
+ ## Demo Colab Notebook
115
  We provide a demo collab notebook to get started on using the dataset [here](https://colab.research.google.com/drive/1SuFBPZiYZg9LH4pqypc_v8Sp99lShJqZ?usp=sharing).