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

habibi26
/
document-crop

Image Classification
Transformers
TensorBoard
Safetensors
clip
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use habibi26/document-crop with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use habibi26/document-crop with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="habibi26/document-crop")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageClassification
    
    processor = AutoProcessor.from_pretrained("habibi26/document-crop")
    model = AutoModelForImageClassification.from_pretrained("habibi26/document-crop")
  • Notebooks
  • Google Colab
  • Kaggle
document-crop / runs
215 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 44 commits

This model has 1 file scanned as unsafe.

habibi26's picture
habibi26
Training in progress, step 1000
e1aa8dd verified almost 2 years ago
  • Jul24_03-50-35_c14deb8c4254
    Training in progress, epoch 9 almost 2 years ago
  • Jul24_10-45-38_gurame007
    Training in progress, epoch 0 almost 2 years ago
  • Jul24_10-45-58_gurame007
    Training in progress, epoch 0 almost 2 years ago
  • Jul24_10-55-21_gurame007
    Model save almost 2 years ago
  • Jul24_11-05-58_gurame007
    Training in progress, epoch 0 almost 2 years ago
  • Jul24_11-07-21_gurame007
    Training in progress, epoch 0 almost 2 years ago
  • Jul24_11-08-28_gurame007
    Model save almost 2 years ago
  • Jul24_14-20-26_gurame007
    Training in progress, epoch 0 almost 2 years ago
  • Jul24_14-23-12_gurame007
    Training in progress, step 500 almost 2 years ago
  • Jul24_14-29-06_gurame007
    Model save almost 2 years ago
  • Jul31_05-50-22_gurame007
    Training in progress, step 500 almost 2 years ago
  • Jul31_05-54-42_gurame007
    Model save almost 2 years ago
  • Jul31_08-26-32_gurame007
    Training in progress, step 1000 almost 2 years ago