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

  • Log In
  • Sign Up

helper2424
/
resnet10_test_port

Image Classification
PyTorch
Safetensors
Transformers
English
resnet10
feature-extraction
jax-conversion
resnet
hil-serl
Lerobot
vision
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use helper2424/resnet10_test_port with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="helper2424/resnet10_test_port", 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("helper2424/resnet10_test_port", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
resnet10_test_port
19.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
helper2424's picture
helper2424
Upload processor
50d4f45 verified 25 days ago
  • .gitattributes
    1.52 kB
    initial commit 25 days ago
  • README.md
    2.02 kB
    Upload README.md with huggingface_hub 25 days ago
  • config.json
    443 Bytes
    Upload ResNet10 25 days ago
  • configuration_resnet.py
    3.39 kB
    Upload config 25 days ago
  • model.safetensors
    19.6 MB
    xet
    Upload ResNet10 25 days ago
  • modeling_resnet.py
    9.82 kB
    Upload ResNet10 25 days ago
  • preprocessor_config.json
    407 Bytes
    Upload processor 25 days ago