Instructions to use cloudqi/CQI_Visual_Question_Awnser_PT_v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use cloudqi/CQI_Visual_Question_Awnser_PT_v0 with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("fill-in-model-name") model.load_adapter("cloudqi/CQI_Visual_Question_Awnser_PT_v0", set_active=True) - Notebooks
- Google Colab
- Kaggle
| [tool.black] | |
| line-length = 119 | |
| target-version = ['py35'] | |