Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -70,6 +70,8 @@ for item in ds["test"]:
|
|
70 |
|
71 |
# Use the prompt as needed
|
72 |
print([prompt, img]) # Replace with your processing logic
|
|
|
|
|
73 |
```
|
74 |
|
75 |
# Leaderboard
|
|
|
70 |
|
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
|