Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -49,7 +49,7 @@ for item in ds["test"]:
|
|
| 49 |
# Add a concluding sentence to encourage selection of the answer
|
| 50 |
prompt += "\nSelect the best option by choosing its number."
|
| 51 |
|
| 52 |
-
#
|
| 53 |
img = PIL.Image.open(item["context"])
|
| 54 |
|
| 55 |
# Use the prompt as needed
|
|
|
|
| 49 |
# Add a concluding sentence to encourage selection of the answer
|
| 50 |
prompt += "\nSelect the best option by choosing its number."
|
| 51 |
|
| 52 |
+
# Load image from Vdata/ directory
|
| 53 |
img = PIL.Image.open(item["context"])
|
| 54 |
|
| 55 |
# Use the prompt as needed
|