taokz / BiomedGPT

BiomedGPT: A Unified and Generalist Biomedical Generative Pre-trained Transformer for Vision, Language, and Multimodal Tasks
Apache License 2.0
364 stars 34 forks source link

How can we do a simple question-answering? #17

Closed SuperBruceJia closed 5 months ago

SuperBruceJia commented 5 months ago

Thank you very much for your excellent work!

May I know how we can do a simple question answering based on the biomedgpt model?

taokz commented 5 months ago

Hi @SuperBruceJia, current version did not support text-only question answering but we can write the corresponding files in /data and /tasks to achieve that. Honestly speaking, I do not have a plan to do it since there are lots of works regrading medical LLM can do QA, and our model scale is too small to perform better on this task.