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

  • Log In
  • Sign Up

DeepLearner101
/
ImageNetSelectedSubsetBasedModel-Trained-2

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

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

  • Libraries
  • Transformers

    How to use DeepLearner101/ImageNetSelectedSubsetBasedModel-Trained-2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="DeepLearner101/ImageNetSelectedSubsetBasedModel-Trained-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/ImageNetSelectedSubsetBasedModel-Trained-2")
    model = AutoModelForImageClassification.from_pretrained("DeepLearner101/ImageNetSelectedSubsetBasedModel-Trained-2")
  • Notebooks
  • Google Colab
  • Kaggle
ImageNetSelectedSubsetBasedModel-Trained-2
94.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
DeepLearner101's picture
DeepLearner101
Add pytorch_model_0010.pth and related files
82ebe58 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • best_hyperparameters.json
    314 Bytes
    Upload best_hyperparameters.json with huggingface_hub over 2 years ago
  • config.json
    95 Bytes
    Add pytorch_model_0010.pth and related files over 2 years ago
  • hyperparameters_tuning_results.csv
    5.34 kB
    Upload hyperparameters_tuning_results.csv with huggingface_hub over 2 years ago
  • pytorch_model_0010.pth
    94.4 MB
    xet
    Add pytorch_model_0010.pth and related files over 2 years ago
  • training_metrics_0010.json
    25.2 kB
    Add pytorch_model_0010.pth and related files over 2 years ago