Update README.md
Browse files
README.md
CHANGED
|
@@ -83,7 +83,7 @@ pred = processor.decode(output[0][answer_start:], skip_special_tokens=True)
|
|
| 83 |
print(pred)
|
| 84 |
```
|
| 85 |
|
| 86 |
-
## 2. To Evaluate
|
| 87 |
|
| 88 |
Refer to the [food-VQA-benchmark](https://huggingface.co/datasets/AdaptLLM/food-VQA-benchmark) to reproduce our results and evaluate many other MLLMs on domain-specific benchmarks.
|
| 89 |
|
|
|
|
| 83 |
print(pred)
|
| 84 |
```
|
| 85 |
|
| 86 |
+
## 2. To Evaluate Any MLLM on Domain-Specific Benchmarks
|
| 87 |
|
| 88 |
Refer to the [food-VQA-benchmark](https://huggingface.co/datasets/AdaptLLM/food-VQA-benchmark) to reproduce our results and evaluate many other MLLMs on domain-specific benchmarks.
|
| 89 |
|