Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -71,7 +71,8 @@ for item in ds["test"]:
|
|
71 |
# Use the prompt as needed
|
72 |
print([prompt, img]) # Replace with your processing logic
|
73 |
|
74 |
-
# Then match the output with item["answer"]
|
|
|
75 |
```
|
76 |
|
77 |
# Leaderboard
|
|
|
71 |
# Use the prompt as needed
|
72 |
print([prompt, img]) # Replace with your processing logic
|
73 |
|
74 |
+
# Then match the output with item["answer"] or item["options"][item["answer"]-1]
|
75 |
+
# If item["answer"] == 0: then it's unanswerable
|
76 |
```
|
77 |
|
78 |
# Leaderboard
|