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

  • Log In
  • Sign Up

helper2424
/
resnet10

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
1

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

  • Libraries
  • Transformers

    How to use helper2424/resnet10 with Transformers:

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