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

  • Log In
  • Sign Up

ktrin-u
/
KEY-ViT

Image Classification
KerasHub
English
Model card Files Files and versions
xet
Community

Instructions to use ktrin-u/KEY-ViT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • KerasHub

    How to use ktrin-u/KEY-ViT with KerasHub:

    import keras_hub
    
    # Create a Backbone model unspecialized for any task
    backbone = keras_hub.models.Backbone.from_preset("hf://ktrin-u/KEY-ViT")
    
  • Keras

    How to use ktrin-u/KEY-ViT with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://ktrin-u/KEY-ViT")
    
  • Notebooks
  • Google Colab
  • Kaggle
KEY-ViT
1.03 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
ktrin-u's picture
ktrin-u
feat: add v2
55d5225 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    149 Bytes
    Update README.md about 1 year ago
  • config.json
    2.86 kB
    feat: add model files about 1 year ago
  • metadata.json
    63 Bytes
    feat: add v2 about 1 year ago
  • model.weights.h5
    1.03 GB
    xet
    feat: add v2 about 1 year ago