Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

BAAI
/
AltCLIP-m9

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)
Model card Files Files and versions
xet
Community
3

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
AltCLIP-m9
1.51 kB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 1 commit
ZacLiu's picture
ZacLiu
initial commit
3d2f33b over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    28 Bytes
    initial commit over 3 years ago