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

  • Log In
  • Sign Up

facebook
/
regnet-y-080

Image Classification
Transformers
PyTorch
google-tensorflow TensorFlow
regnet
vision
Model card Files Files and versions
xet
Community
2

Instructions to use facebook/regnet-y-080 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use facebook/regnet-y-080 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="facebook/regnet-y-080")
    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("facebook/regnet-y-080")
    model = AutoModelForImageClassification.from_pretrained("facebook/regnet-y-080")
  • Notebooks
  • Google Colab
  • Kaggle
regnet-y-080
315 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
joaogante's picture
joaogante
Add TF weights (#1)
878bf14 almost 4 years ago
  • .gitattributes
    1.18 kB
    initial commit about 4 years ago
  • README.md
    2.32 kB
    Upload README.md about 4 years ago
  • config.json
    69.6 kB
    Add model about 4 years ago
  • preprocessor_config.json
    266 Bytes
    Add feature extractor about 4 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?

    157 MB
    xet
    Add model about 4 years ago
  • tf_model.h5
    158 MB
    xet
    Add TF weights (#1) almost 4 years ago