jonathan-roberts1 commited on
Commit
f8a533e
·
verified ·
1 Parent(s): 424a577

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -79,7 +79,7 @@ question_40 = grab_dataset[40]['question'] # question
79
  answer_40 = grab_dataset[40]['answer'] # ground truth answer
80
  pil_image_40 = grab_dataset[0]['decoded_image']
81
  ```
82
- Note -- the 'image' feature corresponds to filepaths in the ```images``` dir in this repository: (https://huggingface.co/datasets/jonathan-roberts1/GRAB/resolve/main/images.zip)
83
 
84
  Please visit our [GitHub repository](https://github.com/jonathan-roberts1/GRAB) for example inference code.
85
 
 
79
  answer_40 = grab_dataset[40]['answer'] # ground truth answer
80
  pil_image_40 = grab_dataset[0]['decoded_image']
81
  ```
82
+ Note -- the 'image' feature corresponds to filepaths in the ```images``` dir in this repository: (https://huggingface.co/datasets/jonathan-roberts1/GRAB/tree/main/images.zip)
83
 
84
  Please visit our [GitHub repository](https://github.com/jonathan-roberts1/GRAB) for example inference code.
85