Text-to-Image
Transformers
PyTorch
Chinese
altclip
zero-shot-image-classification
stable-diffusion
stable-diffusion-diffusers
Chinese
multilingual
English(En)
Chinese(Zh)
Spanish(Es)
French(Fr)
Russian(Ru)
Japanese(Ja)
Korean(Ko)
Arabic(Ar)
Italian(It)
Instructions to use BAAI/AltCLIP-m9 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BAAI/AltCLIP-m9 with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForZeroShotImageClassification processor = AutoProcessor.from_pretrained("BAAI/AltCLIP-m9") model = AutoModelForZeroShotImageClassification.from_pretrained("BAAI/AltCLIP-m9", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
e69dc85 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3d39fde5668d09754f19897785aad7a9addcde2220041df148d719ad106757b1
size 3461228350
|