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

MakAIHealthLab
/
deit-tiny-patch16-224-finetuned-papsmear

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

Instructions to use MakAIHealthLab/deit-tiny-patch16-224-finetuned-papsmear with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MakAIHealthLab/deit-tiny-patch16-224-finetuned-papsmear with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="MakAIHealthLab/deit-tiny-patch16-224-finetuned-papsmear")
    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("MakAIHealthLab/deit-tiny-patch16-224-finetuned-papsmear")
    model = AutoModelForImageClassification.from_pretrained("MakAIHealthLab/deit-tiny-patch16-224-finetuned-papsmear")
  • Notebooks
  • Google Colab
  • Kaggle
deit-tiny-patch16-224-finetuned-papsmear
22.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 70 commits
rukundob451's picture
rukundob451
Model save
447e614 verified over 1 year ago
  • runs
    Training in progress, epoch 14 almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2.78 kB
    Model save over 1 year ago
  • all_results.json
    402 Bytes
    End of training almost 2 years ago
  • config.json
    868 Bytes
    Training in progress, epoch 0 over 1 year ago
  • eval_results.json
    217 Bytes
    End of training almost 2 years ago
  • model.safetensors
    22.1 MB
    xet
    Model save over 1 year ago
  • preprocessor_config.json
    325 Bytes
    Training in progress, epoch 0 almost 2 years ago
  • train_results.json
    220 Bytes
    End of training almost 2 years ago
  • trainer_state.json
    9.54 kB
    End of training almost 2 years ago
  • training_args.bin
    5.24 kB
    xet
    Training in progress, epoch 0 over 1 year ago