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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 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
 
 
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