Instructions to use ai4colonoscopy/ColonGPT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use ai4colonoscopy/ColonGPT with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("ai4colonoscopy/ColonGPT", set_active=True) - Notebooks
- Google Colab
- Kaggle
Add pipeline tag
#1
by nielsr HF Staff - opened
This PR ensures the model can be found at https://huggingface.co/models?pipeline_tag=image-text-to-text&sort=trending.
DanielJi changed pull request status to merged