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

  • Log In
  • Sign Up

mthandazo
/
output-models

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

Instructions to use mthandazo/output-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mthandazo/output-models with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="mthandazo/output-models")
    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("mthandazo/output-models")
    model = AutoModelForImageClassification.from_pretrained("mthandazo/output-models")
  • Notebooks
  • Google Colab
  • Kaggle
output-models
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
mthandazo's picture
mthandazo
Training in progress, epoch 10
299cbf5 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • config.json
    765 Bytes
    Training in progress, epoch 1 almost 2 years ago
  • model.safetensors
    1.21 GB
    xet
    Training in progress, epoch 10 almost 2 years ago
  • preprocessor_config.json
    578 Bytes
    Training in progress, epoch 1 almost 2 years ago
  • training_args.bin
    5.05 kB
    xet
    Training in progress, epoch 1 almost 2 years ago