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