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

Xrenya
/
pvt-tiny-224

Image Classification
Transformers
PyTorch
Safetensors
pvt
vision
Model card Files Files and versions
xet
Community

Instructions to use Xrenya/pvt-tiny-224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Xrenya/pvt-tiny-224 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Xrenya/pvt-tiny-224")
    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("Xrenya/pvt-tiny-224")
    model = AutoModelForImageClassification.from_pretrained("Xrenya/pvt-tiny-224")
  • Notebooks
  • Google Colab
  • Kaggle
pvt-tiny-224
Ctrl+K
Ctrl+K
  • 1 contributor
History: 29 commits
Xrenya's picture
Xrenya
Upload 2 files
634950b verified over 1 year ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    4.44 kB
    Update README.md almost 3 years ago
  • config.json
    70 kB
    Update config.json over 1 year ago
  • model.safetensors
    52.9 MB
    xet
    Upload 2 files over 1 year ago
  • preprocessor_config.json
    171 Bytes
    Create preprocessor_config.json about 3 years ago
  • pytorch_model.bin
    53 MB
    xet
    Upload 2 files over 1 year ago