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

AliGhiasvand86
/
test

Image Classification
Transformers
PyTorch
TensorBoard
vit
huggingpics
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use AliGhiasvand86/test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="AliGhiasvand86/test")
    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("AliGhiasvand86/test")
    model = AutoModelForImageClassification.from_pretrained("AliGhiasvand86/test")
  • Notebooks
  • Google Colab
  • Kaggle
test / images
197 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
AliGhiasvand86's picture
AliGhiasvand86
commit files to HF hub
7e59833 almost 3 years ago
  • number_0.png
    36.7 kB
    xet
    commit files to HF hub almost 3 years ago
  • number_1.png
    20.8 kB
    xet
    commit files to HF hub almost 3 years ago
  • number_2.png
    22.5 kB
    xet
    commit files to HF hub almost 3 years ago
  • number_3.png
    56 kB
    xet
    commit files to HF hub almost 3 years ago
  • number_4.png
    61 kB
    xet
    commit files to HF hub almost 3 years ago