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

  • Log In
  • Sign Up

DeepLearner101
/
ResNetFTFGSM_2

Image Classification
Transformers
Safetensors
resnet
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use DeepLearner101/ResNetFTFGSM_2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="DeepLearner101/ResNetFTFGSM_2")
    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("DeepLearner101/ResNetFTFGSM_2")
    model = AutoModelForImageClassification.from_pretrained("DeepLearner101/ResNetFTFGSM_2")
  • Notebooks
  • Google Colab
  • Kaggle
ResNetFTFGSM_2
103 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
DeepLearner101's picture
DeepLearner101
Upload training_matrices.json with huggingface_hub
73479d3 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    28 Bytes
    initial commit over 2 years ago
  • best_hyperparameters.json
    153 Bytes
    Upload best_hyperparameters.json with huggingface_hub over 2 years ago
  • config.json
    69.8 kB
    {model_path} uploaded over 2 years ago
  • hyperparameters_tuning_results.csv
    5.74 kB
    Upload hyperparameters_tuning_results.csv with huggingface_hub over 2 years ago
  • model.safetensors
    102 MB
    xet
    {model_path} uploaded over 2 years ago
  • training_matrices.json
    6.35 kB
    Upload training_matrices.json with huggingface_hub over 2 years ago