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

  • Log In
  • Sign Up

Mozilla
/
docornot

Image Classification
Transformers
ONNX
Safetensors
deit
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Mozilla/docornot with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Mozilla/docornot")
    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("Mozilla/docornot")
    model = AutoModelForImageClassification.from_pretrained("Mozilla/docornot")
  • Notebooks
  • Google Colab
  • Kaggle
docornot
50.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
tarekziade's picture
tarekziade HF Staff
Update README.md
95e2baa verified about 2 years ago
  • onnx
    Upload 4 files about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.66 kB
    Update README.md about 2 years ago
  • codecarbon.csv
    754 Bytes
    tarekziade/docornot about 2 years ago
  • config.json
    691 Bytes
    Upload 4 files about 2 years ago
  • model.safetensors
    22.1 MB
    xet
    tarekziade/docornot about 2 years ago
  • powermetrics_log.txt
    39.8 kB
    tarekziade/docornot about 2 years ago
  • preprocessor_config.json
    716 Bytes
    tarekziade/docornot about 2 years ago
  • quantize_config.json
    810 Bytes
    Upload 4 files about 2 years ago