baodom9901 commited on
Commit
b079f2c
·
verified ·
1 Parent(s): b084138

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -101,6 +101,7 @@ dataset = load_dataset("your-username/ddr-dataset")
101
  example = dataset["train"][0]
102
  image = example["image"]
103
  mask = example["segmentation_mask"]
 
104
 
105
  Citation
106
 
 
101
  example = dataset["train"][0]
102
  image = example["image"]
103
  mask = example["segmentation_mask"]
104
+ ```
105
 
106
  Citation
107