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

  • Log In
  • Sign Up

softdev629
/
gm2jdlzu

Image Classification
Transformers
TensorBoard
Safetensors
vit
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use softdev629/gm2jdlzu with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="softdev629/gm2jdlzu")
    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("softdev629/gm2jdlzu")
    model = AutoModelForImageClassification.from_pretrained("softdev629/gm2jdlzu")
  • Notebooks
  • Google Colab
  • Kaggle
gm2jdlzu / runs
112 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
softdev629's picture
softdev629
Upload folder using huggingface_hub
06edb05 verified 11 months ago
  • Feb25_10-08-02_DCGF-LT0936-MBP
    Upload folder using huggingface_hub 11 months ago
  • Feb25_10-10-34_DCGF-LT0936-MBP
    Upload folder using huggingface_hub 11 months ago
  • Feb25_10-12-36_DCGF-LT0936-MBP
    Upload folder using huggingface_hub 11 months ago
  • Feb25_10-17-23_DCGF-LT0936-MBP
    Upload folder using huggingface_hub 11 months ago
  • Feb25_10-48-15_DCGF-LT0936-MBP
    Upload folder using huggingface_hub 11 months ago
  • Feb25_11-22-44_DCGF-LT0936-MBP
    Upload folder using huggingface_hub 11 months ago
  • Feb25_11-37-35_DCGF-LT0936-MBP
    Upload folder using huggingface_hub 11 months ago
  • Feb25_11-45-12_DCGF-LT0936-MBP
    Upload folder using huggingface_hub 11 months ago
  • Feb25_11-53-08_DCGF-LT0936-MBP
    Upload folder using huggingface_hub 11 months ago
  • Feb25_12-02-20_DCGF-LT0936-MBP
    Upload folder using huggingface_hub 11 months ago
  • Feb25_12-25-58_DCGF-LT0936-MBP
    Upload folder using huggingface_hub 11 months ago
  • Feb25_12-48-09_DCGF-LT0936-MBP
    Upload folder using huggingface_hub 11 months ago
  • Feb25_12-55-39_DCGF-LT0936-MBP
    Upload folder using huggingface_hub 11 months ago
  • Feb25_13-03-38_DCGF-LT0936-MBP
    Upload folder using huggingface_hub 11 months ago
  • Feb25_13-10-03_DCGF-LT0936-MBP
    Upload folder using huggingface_hub 11 months ago