nhanson2 commited on
Commit
a869231
·
verified ·
1 Parent(s): 2eda0ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ The paper is is available on [Arxiv](https://arxiv.org/abs/2308.08058). If you u
61
  }
62
  ```
63
  ### Sample Dataloading Code
64
- Hugging face by default has difficulty loading multi-channel TIFFs. This snippet shows an example of how to load the dataset. It is _highly_ recommended to enable `streaming` through the HuggingFace API.
65
  ```
66
  from datasets import load_dataset, Image
67
  from io import BytesIO
 
61
  }
62
  ```
63
  ### Sample Dataloading Code
64
+ Hugging Face by default has difficulty loading multi-channel TIFFs. This snippet shows an example of how to load the dataset. It is _highly_ recommended to enable `streaming` through the Hugging Face API.
65
  ```
66
  from datasets import load_dataset, Image
67
  from io import BytesIO