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

  • Log In
  • Sign Up

keras
/
clip_vit_base_patch16

KerasHub
Model card Files Files and versions
xet
Community

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

  • Libraries
  • KerasHub

    How to use keras/clip_vit_base_patch16 with KerasHub:

    import keras_hub
    
    # Create a Backbone model unspecialized for any task
    backbone = keras_hub.models.Backbone.from_preset("hf://keras/clip_vit_base_patch16")
    
  • Keras

    How to use keras/clip_vit_base_patch16 with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://keras/clip_vit_base_patch16")
    
  • Notebooks
  • Google Colab
  • Kaggle
clip_vit_base_patch16
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits

This model has 3 files scanned as unsafe.

prasadsachin's picture
prasadsachin
Upload folder using huggingface_hub
9536edc verified 6 months ago
  • assets
    Upload folder using huggingface_hub over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    6.02 kB
    Update README.md with new model card content about 1 year ago
  • config.json
    2.47 kB
    Upload folder using huggingface_hub 6 months ago
  • image_converter.json
    966 Bytes
    Upload folder using huggingface_hub 6 months ago
  • metadata.json
    165 Bytes
    Upload folder using huggingface_hub 6 months ago
  • model.weights.h5
    599 MB
    xet
    Upload folder using huggingface_hub 6 months ago
  • tokenizer.json
    582 Bytes
    Upload folder using huggingface_hub over 1 year ago