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