Safetensors
English
llava_next
medical
biology
AdaptLLM commited on
Commit
037b450
1 Parent(s): d71aed3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 the domain-spefic Benchmarks:
89
 
90
- See [biomed-VQA-benchmark](https://huggingface.co/datasets/AdaptLLM/biomed-VQA-benchmark) to reproduce our results and evalaute more MLLMs on the domain-specific benchmarks.
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.