Instructions to use OpenGVLab/ASM-FT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenGVLab/ASM-FT with Transformers:
# Load model directly from transformers import AutoProcessor, UnifiedHuskyFlattenCatForCaption processor = AutoProcessor.from_pretrained("OpenGVLab/ASM-FT") model = UnifiedHuskyFlattenCatForCaption.from_pretrained("OpenGVLab/ASM-FT") - Notebooks
- Google Colab
- Kaggle