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
davanstrien HF Staff
Upload convnextv2-tiny-22k-224 fine-tuned for document classification
edbd9e7 verified - Xet hash:
- 1da949e8f203e434fac7f007b4b86f953606b2adfe46fb6d26143d92dbb22544
- Size of remote file:
- 111 MB
- SHA256:
- a930a2e62bacc6defa0989c10640f8678f01e6dd8184b3af03320e56974e3854
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.