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

  • Log In
  • Sign Up

laion
/
openMaMMUT-ViT-L-14-DataComp-1.4B-s12.8B-b180K

Zero-Shot Image Classification
Transformers
PyTorch
OpenCLIP
Safetensors
mammut
feature-extraction
clip
openMammut
datacomp
custom_code
Model card Files Files and versions
xet
Community
2

Instructions to use laion/openMaMMUT-ViT-L-14-DataComp-1.4B-s12.8B-b180K with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use laion/openMaMMUT-ViT-L-14-DataComp-1.4B-s12.8B-b180K with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-image-classification", model="laion/openMaMMUT-ViT-L-14-DataComp-1.4B-s12.8B-b180K", trust_remote_code=True)
    pipe(
        "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png",
        candidate_labels=["animals", "humans", "landscape"],
    )
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("laion/openMaMMUT-ViT-L-14-DataComp-1.4B-s12.8B-b180K", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
openMaMMUT-ViT-L-14-DataComp-1.4B-s12.8B-b180K
6.11 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 55 commits
JJitsev's picture
JJitsev
Update README.md
46683d4 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    17.1 kB
    Update README.md 6 months ago
  • __init__.py
    87 Bytes
    add HF support about 1 year ago
  • config.json
    5.34 kB
    add HF support about 1 year ago
  • configuration_mammut.py
    8.32 kB
    add HF support about 1 year ago
  • merges.txt
    525 kB
    Add model about 1 year ago
  • modeling_mammut.py
    53.2 kB
    Update modeling_mammut.py 8 months ago
  • open_clip_config.json
    745 Bytes
    Add model about 1 year ago
  • open_clip_model.safetensors
    2.03 GB
    xet
    Add model about 1 year ago
  • open_clip_pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.03 GB
    xet
    Add model about 1 year ago
  • preprocessor_config.json
    315 Bytes
    Create preprocessor_config.json 8 months ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    2.03 GB
    xet
    add HF support about 1 year ago
  • special_tokens_map.json
    588 Bytes
    Add model about 1 year ago
  • tokenizer.json
    3.64 MB
    Add model about 1 year ago
  • tokenizer_config.json
    736 Bytes
    Add model about 1 year ago
  • vocab.json
    862 kB
    Add model about 1 year ago