AdaptLLM commited on
Commit
fd48dcc
·
verified ·
1 Parent(s): ffec6fe

Update README.md

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