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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

hy1111
/
CLIP-RS

Zero-Shot Classification
Transformers
English
clip
zero-shot-image-classification
Model card Files Files and versions
xet
Community

Instructions to use hy1111/CLIP-RS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hy1111/CLIP-RS with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-classification", model="hy1111/CLIP-RS")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForZeroShotImageClassification
    
    processor = AutoProcessor.from_pretrained("hy1111/CLIP-RS")
    model = AutoModelForZeroShotImageClassification.from_pretrained("hy1111/CLIP-RS")
  • Notebooks
  • Google Colab
  • Kaggle
CLIP-RS / figure
1.57 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
hy1111's picture
hy1111
Upload 3 files
3243826 verified over 1 year ago
  • CLIP-RS.png
    1.14 MB
    xet
    Upload 3 files over 1 year ago
  • newversion.png
    431 kB
    xet
    Upload 3 files over 1 year ago