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

  • Log In
  • Sign Up

djbp
/
NMM_Classification_base_V10

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

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

  • Libraries
  • Transformers

    How to use djbp/NMM_Classification_base_V10 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="djbp/NMM_Classification_base_V10")
    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("djbp/NMM_Classification_base_V10")
    model = AutoModelForImageClassification.from_pretrained("djbp/NMM_Classification_base_V10")
  • Notebooks
  • Google Colab
  • Kaggle
NMM_Classification_base_V10 / runs
79.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 32 commits
djbp's picture
djbp
End of training
4b901da verified over 1 year ago
  • Sep16_23-37-58_data-science-wbi
    Training in progress, epoch 1 over 1 year ago
  • Sep22_19-27-39_data-science-wbi
    Training in progress, epoch 1 over 1 year ago
  • Sep23_05-48-09_data-science-wbi
    Training in progress, epoch 1 over 1 year ago
  • Sep23_06-27-39_data-science-wbi
    Training in progress, epoch 1 over 1 year ago
  • Sep23_07-38-42_data-science-wbi
    Training in progress, epoch 0 over 1 year ago
  • Sep23_11-08-02_data-science-wbi
    Training in progress, epoch 0 over 1 year ago
  • Sep24_06-17-42_data-science-wbi
    End of training over 1 year ago