mahirlabibdihan commited on
Commit
7bc88ee
·
verified ·
1 Parent(s): 9eab499

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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