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

Dawntasy
/
SVHN-V1-ResNet

Image Classification
Transformers
Safetensors
custom_resnet
feature-extraction
resnet
svhn
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Dawntasy/SVHN-V1-ResNet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Dawntasy/SVHN-V1-ResNet with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Dawntasy/SVHN-V1-ResNet", trust_remote_code=True)
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Dawntasy/SVHN-V1-ResNet", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
SVHN-V1-ResNet
171 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 29 commits
LearnWaterFlow's picture
LearnWaterFlow
Update README.md
c708a73 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    5.73 kB
    Update README.md 5 months ago
  • config.json
    578 Bytes
    Update config.json 5 months ago
  • model.safetensors
    85.2 MB
    xet
    Upload ResNet 5 months ago
  • model_index.json
    1.74 kB
    Create model_index.json 5 months ago
  • modeling_resnet.py
    3.27 kB
    Update modeling_resnet.py 5 months ago
  • preprocessor_config.json
    269 Bytes
    Update preprocessor_config.json 5 months ago
  • svhn_v1_resnet.pth

    Detected Pickle imports (4)

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

    What is a pickle import?

    85.3 MB
    xet
    Upload svhn_v1_resnet.pth 5 months ago