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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

kpalczewski-displate
/
category_cleaning_imagefolder

Zero-Shot Image Classification
Transformers
TensorBoard
Safetensors
clip
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use kpalczewski-displate/category_cleaning_imagefolder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kpalczewski-displate/category_cleaning_imagefolder with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-image-classification", model="kpalczewski-displate/category_cleaning_imagefolder")
    pipe(
        "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png",
        candidate_labels=["animals", "humans", "landscape"],
    )
    # Load model directly
    from transformers import AutoProcessor, AutoModelForZeroShotImageClassification
    
    processor = AutoProcessor.from_pretrained("kpalczewski-displate/category_cleaning_imagefolder")
    model = AutoModelForZeroShotImageClassification.from_pretrained("kpalczewski-displate/category_cleaning_imagefolder", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
category_cleaning_imagefolder / runs
11.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
kpalczewski-displate's picture
kpalczewski-displate
End of training
943df82 verified over 2 years ago
  • Mar11_13-12-03_2ba8b42aa987
    Training in progress, step 100 over 2 years ago
  • Mar11_13-14-28_2ba8b42aa987
    End of training over 2 years ago