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

  • Log In
  • Sign Up

LanguageBind
/
LanguageBind_Audio

Zero-Shot Image Classification
Transformers
PyTorch
LanguageBindAudio
Model card Files Files and versions
xet
Community
2

Instructions to use LanguageBind/LanguageBind_Audio with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LanguageBind/LanguageBind_Audio with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-image-classification", model="LanguageBind/LanguageBind_Audio")
    pipe(
        "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png",
        candidate_labels=["animals", "humans", "landscape"],
    )
    # Load model directly
    from transformers import AutoModelForZeroShotImageClassification
    model = AutoModelForZeroShotImageClassification.from_pretrained("LanguageBind/LanguageBind_Audio", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
LanguageBind_Audio
1.73 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
LanguageBind's picture
LanguageBind
Update README.md
7aea390 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    17.8 kB
    Update README.md over 2 years ago
  • config.json
    4.71 kB
    Upload 2 files over 2 years ago
  • merges.txt
    525 kB
    Upload 6 files over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.73 GB
    xet
    Upload 2 files over 2 years ago
  • special_tokens_map.json
    472 Bytes
    Upload 6 files over 2 years ago
  • tokenizer.json
    2.22 MB
    Upload 6 files over 2 years ago
  • tokenizer_config.json
    814 Bytes
    Upload 6 files over 2 years ago
  • vocab.json
    862 kB
    Upload 6 files over 2 years ago