Update README.md
Browse files
README.md
CHANGED
@@ -85,9 +85,9 @@ pred = processor.decode(output[0][answer_start:], skip_special_tokens=True)
|
|
85 |
print(pred)
|
86 |
```
|
87 |
|
88 |
-
2. To Evaluate AdaMLLM on
|
89 |
|
90 |
-
|
91 |
|
92 |
## Citation
|
93 |
If you find our work helpful, please cite us.
|
|
|
85 |
print(pred)
|
86 |
```
|
87 |
|
88 |
+
## 2. To Evaluate AdaMLLM 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 |
|
92 |
## Citation
|
93 |
If you find our work helpful, please cite us.
|