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

Bharon
/
capcha_1

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

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

  • Libraries
  • Transformers

    How to use Bharon/capcha_1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Bharon/capcha_1")
    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("Bharon/capcha_1")
    model = AutoModelForImageClassification.from_pretrained("Bharon/capcha_1")
  • Notebooks
  • Google Colab
  • Kaggle
capcha_1
343 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Bharon's picture
Bharon
Upload feature extractor
05d6fc0 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    5.17 kB
    Upload ViTForImageClassification 10 months ago
  • config.json
    880 Bytes
    Upload ViTForImageClassification 10 months ago
  • model.safetensors
    343 MB
    xet
    Upload ViTForImageClassification 10 months ago
  • preprocessor_config.json
    353 Bytes
    Upload feature extractor 10 months ago