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

arampacha
/
clip-rsicd-v5

Zero-Shot Image Classification
Transformers
PyTorch
JAX
clip
Model card Files Files and versions
xet
Community
1

Instructions to use arampacha/clip-rsicd-v5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use arampacha/clip-rsicd-v5 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-image-classification", model="arampacha/clip-rsicd-v5")
    pipe(
        "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png",
        candidate_labels=["animals", "humans", "landscape"],
    )
    # Load model directly
    from transformers import AutoProcessor, AutoModelForZeroShotImageClassification
    
    processor = AutoProcessor.from_pretrained("arampacha/clip-rsicd-v5")
    model = AutoModelForZeroShotImageClassification.from_pretrained("arampacha/clip-rsicd-v5")
  • Notebooks
  • Google Colab
  • Kaggle
clip-rsicd-v5
1.21 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
arampacha's picture
arampacha
model
fd73944 almost 5 years ago
  • .gitattributes
    737 Bytes
    initial commit almost 5 years ago
  • config.json
    4.03 kB
    model almost 5 years ago
  • flax_model.msgpack
    605 MB
    xet
    model almost 5 years ago
  • merges.txt
    525 kB
    model almost 5 years ago
  • preprocessor_config.json
    316 Bytes
    model almost 5 years ago
  • pytorch_model.bin
    605 MB
    xet
    model almost 5 years ago
  • special_tokens_map.json
    389 Bytes
    model almost 5 years ago
  • tokenizer_config.json
    1.02 kB
    model almost 5 years ago
  • vocab.json
    961 kB
    model almost 5 years ago