Update README.md
Browse files
README.md
CHANGED
@@ -81,6 +81,9 @@ print(processor.decode(output[0]))
|
|
81 |
|
82 |
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.
|
83 |
|
|
|
|
|
|
|
84 |
|
85 |
## Citation
|
86 |
If you find our work helpful, please cite us.
|
|
|
81 |
|
82 |
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.
|
83 |
|
84 |
+
## 3. To Reproduce this Domain-Adapted MLLM
|
85 |
+
|
86 |
+
See [Post-Train Guide](https://github.com/bigai-ai/QA-Synthesizer/blob/main/docs/Post_Train.md) to adapt MLLMs to domains.
|
87 |
|
88 |
## Citation
|
89 |
If you find our work helpful, please cite us.
|