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

Docty
/
mangoes

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

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

  • Libraries
  • Transformers

    How to use Docty/mangoes with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Docty/mangoes")
    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("Docty/mangoes")
    model = AutoModelForImageClassification.from_pretrained("Docty/mangoes")
  • Notebooks
  • Google Colab
  • Kaggle
mangoes
2.41 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 22 commits
Docty's picture
Docty
End of training
d28cee0 verified 9 months ago
  • checkpoint-170
    End of training 9 months ago
  • checkpoint-340
    End of training 9 months ago
  • .gitattributes
    1.9 kB
    End of training 9 months ago
  • README.md
    1.04 kB
    End of training 9 months ago
  • all_results.json
    389 Bytes
    End of training 9 months ago
  • config.json
    1.08 kB
    Training in progress, epoch 1 9 months ago
  • eval_results.json
    201 Bytes
    End of training 9 months ago
  • image_0.png
    324 kB
    xet
    End of training 9 months ago
  • image_1.png
    244 kB
    xet
    End of training 9 months ago
  • image_2.png
    227 kB
    xet
    End of training 9 months ago
  • image_3.png
    252 kB
    xet
    End of training 9 months ago
  • image_4.png
    300 kB
    xet
    End of training 9 months ago
  • image_5.png
    247 kB
    xet
    End of training 9 months ago
  • image_6.png
    220 kB
    xet
    End of training 9 months ago
  • image_7.png
    338 kB
    xet
    End of training 9 months ago
  • model.safetensors
    343 MB
    xet
    Training in progress, epoch 2 9 months ago
  • preprocessor_config.json
    351 Bytes
    Training in progress, epoch 1 9 months ago
  • train_results.json
    208 Bytes
    End of training 9 months ago
  • trainer_state.json
    7.36 kB
    End of training 9 months ago
  • training_args.bin
    5.78 kB
    xet
    Training in progress, epoch 1 9 months ago