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

  • Log In
  • Sign Up

DeepLearner101
/
ImageNetSelectedSubsetBasedModel-Training

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

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

  • Libraries
  • Transformers

    How to use DeepLearner101/ImageNetSelectedSubsetBasedModel-Training with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="DeepLearner101/ImageNetSelectedSubsetBasedModel-Training")
    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-Training")
    model = AutoModelForImageClassification.from_pretrained("DeepLearner101/ImageNetSelectedSubsetBasedModel-Training")
  • Notebooks
  • Google Colab
  • Kaggle
ImageNetSelectedSubsetBasedModel-Training
189 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
DeepLearner101's picture
DeepLearner101
Add pytorch_model_0030.pth and related files
faf1957 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • best_hyperparameters.json
    312 Bytes
    Update best_hyperparameters.json over 2 years ago
  • config.json
    95 Bytes
    Add pytorch_model_0010.pth and related files over 2 years ago
  • hyperparameters_tuning_results.csv
    3.35 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
  • pytorch_model_0030.pth
    94.4 MB
    xet
    Add pytorch_model_0030.pth and related files over 2 years ago
  • training_metrics_0010.json
    20.1 kB
    Add pytorch_model_0010.pth and related files over 2 years ago
  • training_metrics_0030.json
    34.1 kB
    Add pytorch_model_0030.pth and related files over 2 years ago