Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

lysandre
/
tiny-vit-random

Image Classification
Transformers
PyTorch
vit
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use lysandre/tiny-vit-random with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="lysandre/tiny-vit-random")
    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("lysandre/tiny-vit-random")
    model = AutoModelForImageClassification.from_pretrained("lysandre/tiny-vit-random")
  • Notebooks
  • Google Colab
  • Kaggle

No model card

Downloads last month
3,047
Inference Providers NEW
Image Classification
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using lysandre/tiny-vit-random 5

🌍
XS5217/text-classification
🌍
bhavanishankarpullela/CoSTA
πŸ”₯
ectofr/my-bert-model
πŸš€
Yyk040316/long-context-icl
⚑
nowhuggingface/LLM1-Fine-tuning-and-deployment
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs