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

google
/
vit-huge-patch14-224-in21k

Image Feature Extraction
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Safetensors
vit
vision
Model card Files Files and versions
xet
Community
2

Instructions to use google/vit-huge-patch14-224-in21k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use google/vit-huge-patch14-224-in21k with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="google/vit-huge-patch14-224-in21k")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModel
    
    processor = AutoImageProcessor.from_pretrained("google/vit-huge-patch14-224-in21k")
    model = AutoModel.from_pretrained("google/vit-huge-patch14-224-in21k")
  • Notebooks
  • Google Colab
  • Kaggle
vit-huge-patch14-224-in21k
10.1 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 13 commits
lysandre's picture
lysandre HF Staff
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
bbff058 verified over 2 years ago
  • .gitattributes
    744 Bytes
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • README.md
    5 kB
    Add vision tag over 4 years ago
  • config.json
    503 Bytes
    Add TF model over 4 years ago
  • flax_model.msgpack
    2.53 GB
    xet
    add model almost 5 years ago
  • model.safetensors
    2.53 GB
    xet
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • preprocessor_config.json
    160 Bytes
    First commit about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.53 GB
    xet
    Update model about 5 years ago
  • tf_model.h5
    2.53 GB
    xet
    Add TF model over 4 years ago