Datasets:

Modalities:
Image
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
gOLIVES commited on
Commit
31ae431
·
verified ·
1 Parent(s): 39208b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -115,7 +115,7 @@ Sample code to download the disease classification dataset:
115
  from datasets import load_dataset
116
  from torch.utils.data import DataLoader
117
 
118
- olives = load_dataset('gOLIVES/OLIVES_dataset', 'disease_classification', split = 'train')
119
 
120
  # Covert into a Format Usable by Pytorch
121
  olives = olives.with_format("torch")
 
115
  from datasets import load_dataset
116
  from torch.utils.data import DataLoader
117
 
118
+ olives = load_dataset('gOLIVES/OLIVES_Dataset', 'disease_classification', split = 'train')
119
 
120
  # Covert into a Format Usable by Pytorch
121
  olives = olives.with_format("torch")