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
/
mobilenet_v2_1.0_224

Image Classification
Transformers
PyTorch
Safetensors
mobilenet_v2
vision
Model card Files Files and versions
xet
Community
6

Instructions to use google/mobilenet_v2_1.0_224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use google/mobilenet_v2_1.0_224 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="google/mobilenet_v2_1.0_224")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("google/mobilenet_v2_1.0_224")
    model = AutoModelForImageClassification.from_pretrained("google/mobilenet_v2_1.0_224")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
mobilenet_v2_1.0_224
28.5 MB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 6 commits
lysandre's picture
lysandre HF Staff
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#4)
75e607b over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    3.32 kB
    add model card over 3 years ago
  • config.json
    69.8 kB
    Update dropout value (#3) about 3 years ago
  • model.safetensors
    14.2 MB
    xet
    Adding `safetensors` variant of this model (#4) over 2 years ago
  • preprocessor_config.json
    406 Bytes
    Upload processor over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    14.3 MB
    xet
    Upload MobileNetV2ForImageClassification over 3 years ago