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

  • Log In
  • Sign Up

masafresh
/
vit-transformer3

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

Instructions to use masafresh/vit-transformer3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use masafresh/vit-transformer3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="masafresh/vit-transformer3")
    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("masafresh/vit-transformer3")
    model = AutoModelForImageClassification.from_pretrained("masafresh/vit-transformer3")
  • Notebooks
  • Google Colab
  • Kaggle
vit-transformer3 / logs
88 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 39 commits
masafresh's picture
masafresh
Model save
f1d7e3c verified over 1 year ago
  • events.out.tfevents.1731785374.AZHAR-PC.2192316.0
    5.86 kB
    xet
    Training in progress, epoch 0 over 1 year ago
  • events.out.tfevents.1731795368.AZHAR-PC.2364304.0
    7.41 kB
    xet
    Training in progress, epoch 0 over 1 year ago
  • events.out.tfevents.1731833820.AZHAR-PC.48135.0
    74.7 kB
    xet
    Model save over 1 year ago