Instructions to use BadreddineHug/LayoutLMv3_batch_8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BadreddineHug/LayoutLMv3_batch_8 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="BadreddineHug/LayoutLMv3_batch_8")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("BadreddineHug/LayoutLMv3_batch_8") model = AutoModelForTokenClassification.from_pretrained("BadreddineHug/LayoutLMv3_batch_8") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b1a62c7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8fa01ca6c3fd81e3431e0e8855a17191b67f403ff1ccf3534667a481979ef063
size 3963
|