kingsdigitallab / kdl-vqa

Python tool for batch visual question answering (BVQA).
MIT License
1 stars 0 forks source link

Pass a huggingface model qualifier to bvqa instead of a model type. #7

Closed geoffroy-noel-ddh closed 2 weeks ago

geoffroy-noel-ddh commented 1 month ago

Instead of moondream, it would be better if bvqa accepted a huggingface model path (e.g. vikhyatk/moondream2:2024-07-23). This way the user can test different versions of a model without changing the code.

For this to work the describer base class should be able to select the right describer based on the model string.