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

  • Log In
  • Sign Up

dsaint31
/
test-test2

Image Classification
Transformers
Safetensors
vit
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use dsaint31/test-test2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="dsaint31/test-test2")
    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("dsaint31/test-test2")
    model = AutoModelForImageClassification.from_pretrained("dsaint31/test-test2")
  • Notebooks
  • Google Colab
  • Kaggle
test-test2
346 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
dsaint31's picture
dsaint31
Upload folder using huggingface_hub
aa7096f verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    5.17 kB
    Upload folder using huggingface_hub about 2 months ago
  • config.json
    69.7 kB
    Upload folder using huggingface_hub about 2 months ago
  • model.safetensors
    346 MB
    xet
    Upload folder using huggingface_hub about 2 months ago
  • preprocessor_config.json
    351 Bytes
    Upload folder using huggingface_hub about 2 months ago