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

mjun0812
/
resnext101d_32x4d

Image Classification
timm
PyTorch
Safetensors
Transformers
Model card Files Files and versions
xet
Community

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

  • Libraries
  • timm

    How to use mjun0812/resnext101d_32x4d with timm:

    import timm
    
    model = timm.create_model("hf_hub:mjun0812/resnext101d_32x4d", pretrained=True)
  • Transformers

    How to use mjun0812/resnext101d_32x4d with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="mjun0812/resnext101d_32x4d")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("mjun0812/resnext101d_32x4d", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
resnext101d_32x4d
355 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
mjun0812's picture
mjun0812
Add model
a264db4 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.14 kB
    Update README.md over 1 year ago
  • config.json
    925 Bytes
    Add model about 1 year ago
  • model.safetensors
    177 MB
    xet
    Add model about 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    178 MB
    xet
    Add model about 1 year ago