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

  • Log In
  • Sign Up

TalentoTechIA
/
David_08_05_25

Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use TalentoTechIA/David_08_05_25 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="TalentoTechIA/David_08_05_25")
    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("TalentoTechIA/David_08_05_25")
    model = AutoModelForImageClassification.from_pretrained("TalentoTechIA/David_08_05_25")
  • Notebooks
  • Google Colab
  • Kaggle
David_08_05_25 / runs
12 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
daog1144's picture
daog1144
Model save
97a645c verified about 1 year ago
  • May09_01-51-04_314da5b08743
    Model save about 1 year ago