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

  • Log In
  • Sign Up

davanstrien
/
document-classifier-convnextv2-tiny-22k-224

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

Instructions to use davanstrien/document-classifier-convnextv2-tiny-22k-224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use davanstrien/document-classifier-convnextv2-tiny-22k-224 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="davanstrien/document-classifier-convnextv2-tiny-22k-224")
    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("davanstrien/document-classifier-convnextv2-tiny-22k-224")
    model = AutoModelForImageClassification.from_pretrained("davanstrien/document-classifier-convnextv2-tiny-22k-224")
  • Notebooks
  • Google Colab
  • Kaggle
document-classifier-convnextv2-tiny-22k-224
112 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
davanstrien's picture
davanstrien HF Staff
Upload convnextv2-tiny-22k-224 fine-tuned for document classification
edbd9e7 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.17 kB
    Upload convnextv2-tiny-22k-224 fine-tuned for document classification over 1 year ago
  • config.json
    910 Bytes
    Upload convnextv2-tiny-22k-224 fine-tuned for document classification over 1 year ago
  • model.safetensors
    111 MB
    xet
    Upload convnextv2-tiny-22k-224 fine-tuned for document classification over 1 year ago
  • preprocessor_config.json
    352 Bytes
    Upload processor for document classification over 1 year ago