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

  • Log In
  • Sign Up

zjunlp
/
OceanCLIP-0.15B

Zero-Shot Classification
Transformers
English
clip
vision-language
marine-species
multimodal
oceanclip
oceangpt-x
Model card Files Files and versions
xet
Community

Instructions to use zjunlp/OceanCLIP-0.15B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use zjunlp/OceanCLIP-0.15B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-classification", model="zjunlp/OceanCLIP-0.15B")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("zjunlp/OceanCLIP-0.15B", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
OceanCLIP-0.15B
2.39 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
zhemaxiya's picture
zhemaxiya
Upload README.md
1f7c447 verified about 13 hours ago
  • bioclip
    Initial upload of OceanCLIP-0.15B about 15 hours ago
  • oceanclip-bio
    Initial upload of OceanCLIP-0.15B about 15 hours ago
  • .gitattributes
    1.52 kB
    initial commit about 15 hours ago
  • README.md
    1.18 kB
    Upload README.md about 13 hours ago