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

  • Log In
  • Sign Up

sanvo
/
vietnamese-vit-classification

Image Classification
Transformers
PyTorch
Vietnamese
vision-transformer
vietnamese
scene-classification
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use sanvo/vietnamese-vit-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="sanvo/vietnamese-vit-classification")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("sanvo/vietnamese-vit-classification", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
vietnamese-vit-classification
3.57 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
sanvo's picture
sanvo
Upload README.md with huggingface_hub
9a30753 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    2.05 kB
    Upload README.md with huggingface_hub 3 months ago