Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Geonmo
/
CLIP-Giga-config-fixed

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

Instructions to use Geonmo/CLIP-Giga-config-fixed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Geonmo/CLIP-Giga-config-fixed with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-image-classification", model="Geonmo/CLIP-Giga-config-fixed")
    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("Geonmo/CLIP-Giga-config-fixed")
    model = AutoModelForZeroShotImageClassification.from_pretrained("Geonmo/CLIP-Giga-config-fixed")
  • Notebooks
  • Google Colab
  • Kaggle
CLIP-Giga-config-fixed
20.3 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
3540f81 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    113 Bytes
    Update README.md almost 3 years ago
  • config.json
    4.88 kB
    Update config.json almost 3 years ago
  • model-00001-of-00002.safetensors
    9.99 GB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • model-00002-of-00002.safetensors
    169 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • model.safetensors.index.json
    125 kB
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model-00001-of-00002.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    9.99 GB
    xet
    initial commit almost 3 years ago
  • pytorch_model-00002-of-00002.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    169 MB
    xet
    initial commit almost 3 years ago
  • pytorch_model.bin.index.json
    120 kB
    initial commit almost 3 years ago