Instructions to use Maaz66/layoutlmv3-financial-document-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Maaz66/layoutlmv3-financial-document-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Maaz66/layoutlmv3-financial-document-classification")# Load model directly from transformers import AutoProcessor, AutoModelForSequenceClassification processor = AutoProcessor.from_pretrained("Maaz66/layoutlmv3-financial-document-classification") model = AutoModelForSequenceClassification.from_pretrained("Maaz66/layoutlmv3-financial-document-classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
349d424 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c00b9728a6caa90c3beb0115bf13986c83cd5d9a00dd7a55041432f0f8d67ebc
size 503792878
|