Instructions to use davanstrien/document-classifier-convnextv2-tiny-1k-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-1k-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-1k-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-1k-224") model = AutoModelForImageClassification.from_pretrained("davanstrien/document-classifier-convnextv2-tiny-1k-224") - Notebooks
- Google Colab
- Kaggle
davanstrien HF Staff
Upload convnextv2-tiny-1k-224 fine-tuned for document classification
1e85da0 verified - Xet hash:
- 7113bed81b62ea70b2f1811fe8e11e511af21c129fbe7aedc21c1beff8293227
- Size of remote file:
- 111 MB
- SHA256:
- 1d1a99b8317a84589cc8efc8e291a1f69f4490fc111e7616558b9f0581791cb4
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.